llvm-project/clang/unittests
Daniel Jasper 883ae9d9a3 clang-format: Don't bin-pack text-proto-formatted options.
Before:
  repeated double value = 1
      [(aaaaaaa.aaaaaaaaa) = {aaaaaaaaaaaaaaaa: AAAAAAAAAA,
                              bbbbbbb: BBBB, bbbb: BBB}];

After:
  repeated double value = 1
      [(aaaaaaa.aaaaaaaaa) = {aaaaaaaaaaaaaaaa: AAAAAAAAAA,
                              bbbbbbb: BBBB,
                              bbbb: BBB}];

llvm-svn: 207538
2014-04-29 15:54:14 +00:00
..
AST ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delayed-template-parsing. 2014-03-15 00:36:51 +00:00
ASTMatchers Fix 3 test-only leaks found by LSan. 2014-04-24 03:30:22 +00:00
Basic Quick fix for layering that broke shared library build. 2014-04-23 19:04:32 +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: Don't bin-pack text-proto-formatted options. 2014-04-29 15:54:14 +00:00
Frontend ASTContext: Declare builtin types implicitly 2013-12-15 10:36:26 +00:00
Lex Quick fix for layering that broke shared library build. 2014-04-23 19:04:32 +00:00
Sema Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Tooling Push unique_ptr ownership of ASTUnits further back into their factories. 2014-04-25 17:01:33 +00:00
libclang Fix a tiny test-only leak, found by LSan. 2014-04-24 19:04:10 +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