hanchenye-llvm-project/clang/unittests
Daniel Jasper d1c13736e0 clang-format: Fix another crasher caused by incomplete macro code.
We did't properly mark all of an AnnotatedLine's children as finalized
and thus would reformat the same tokens in different branches of #if/#else
sequences leading to invalid replacements.

llvm-svn: 226930
2015-01-23 19:37:25 +00:00
..
AST [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Basic [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
CodeGen Remove unused parameter, followup to r179639. No behavior change. 2015-01-15 06:00:15 +00:00
Driver
Format clang-format: Fix another crasher caused by incomplete macro code. 2015-01-23 19:37:25 +00:00
Frontend Try to fix link errors in mingw cmake -DBUILD_SHARED_LIBS=ON 2014-10-22 20:20:35 +00:00
Lex
Sema Make DiagnosticsEngine::takeClient return std::unique_ptr<> 2014-11-17 23:46:02 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +00:00
libclang [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py 2015-01-14 11:23:58 +00:00
CMakeLists.txt
Makefile [Makefile] If ENABLE_CLANG_ARCMT=0 it seems we don't build libclang, so the unittests for libclang should be disabled too. 2014-10-31 16:44:30 +00:00