llvm-project/clang/unittests
Daniel Jasper fcfac10c8a clang-format: Improve heuristic around avoiding bad line breaks.
Now, this can be properly formatted:
  static_cast<A< //
      B> *>(     //
      );

Before, clang-format could end up, not formatting the code at all.

llvm-svn: 213055
2014-07-15 09:00:34 +00:00
..
AST Lex: Use the correct types for MS integer suffixes 2014-06-21 18:46:07 +00:00
ASTMatchers [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads. 2014-07-14 14:05:02 +00:00
Basic Update unit test for signature change. 2014-07-08 16:07:39 +00:00
Driver [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch(). 2014-07-11 23:47:48 +00:00
Format clang-format: Improve heuristic around avoiding bad line breaks. 2014-07-15 09:00:34 +00:00
Frontend ASTContext: Declare builtin types implicitly 2013-12-15 10:36:26 +00:00
Lex Use non-intrusive refcounting for TargetOptions 2014-07-06 05:26:44 +00:00
Sema [C++11] Use 'nullptr'. Unittests edition. 2014-06-08 08:38:12 +00:00
Tooling Track IntrusiveRefCntPtr::get() changes from LLVM r212366 2014-07-05 03:08:06 +00:00
libclang VirtualFileSystem: Correctly generate the mapping for an empty VFS 2014-07-15 01:24:35 +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