hanchenye-llvm-project/clang/unittests
Daniel Jasper 03b1bc7a2a clang-format: Fix aligning of comments and escaped newlines in macros.
Before:
  #define A      \
    int i;   /*a*/ \
    int jjj; /*b*/

After:
  #define A        \
    int i;   /*a*/ \
    int jjj; /*b*/

llvm-svn: 205011
2014-03-28 15:06:01 +00:00
..
AST ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delayed-template-parsing. 2014-03-15 00:36:51 +00:00
ASTMatchers Use the new Windows environment for target detection 2014-03-27 22:50:18 +00:00
Basic Check for LLVM_ON_WIN32 instead of _WIN32. 2014-03-12 16:07:46 +00:00
Driver [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
Format clang-format: Fix aligning of comments and escaped newlines in macros. 2014-03-28 15:06:01 +00:00
Frontend
Lex Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Sema Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Tooling Check for LLVM_ON_WIN32 instead of _WIN32. 2014-03-12 16:07:46 +00:00
libclang [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes the VFS option 2014-03-20 04:51:48 +00:00
CMakeLists.txt libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00
Makefile libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00