add_clang_unittest(FrontendTests
  ASTUnitTest.cpp
  CompilerInvocationTest.cpp
  CompilerInstanceTest.cpp
  FixedPointString.cpp
  FrontendActionTest.cpp
  CodeGenActionTest.cpp
  NoAlterCodeGenActionTest.cpp
  ParsedSourceLocationTest.cpp
  PCHPreambleTest.cpp
  ReparseWorkingDirTest.cpp
  OutputStreamTest.cpp
  SearchPathTest.cpp
  TextDiagnosticTest.cpp
  UtilsTest.cpp
  CLANG_LIBS
  clangAST
  clangBasic
  clangFrontend
  clangLex
  clangSema
  clangCodeGen
  clangFrontendTool
  clangSerialization
  clangTooling
  LLVM_COMPONENTS
  Support
  TargetParser
  )
