llvm-project/clang/unittests
Daniel Jasper d6f17d83a3 clang-format: Improve line breaks at function calls.
Before:
  EXPECT_CALL(SomeObject, SomeFunction(Parameter)).Times(2).WillRepeatedly(
      Return(SomeValue));

After:
  EXPECT_CALL(SomeObject, SomeFunction(Parameter))
      .Times(2)
      .WillRepeatedly(Return(SomeValue));

llvm-svn: 217687
2014-09-12 16:35:28 +00:00
..
AST unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
ASTMatchers Add matcher for linkage specification 2014-09-04 08:51:06 +00:00
Basic Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
CodeGen unique_ptrify SourceManager::createFileID 2014-08-29 07:59:55 +00:00
Driver [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch(). 2014-07-11 23:47:48 +00:00
Format clang-format: Improve line breaks at function calls. 2014-09-12 16:35:28 +00:00
Frontend Revert over-eager unique_ptr conversion. 2014-09-10 09:35:49 +00:00
Lex Unique_ptrify PPCallbacks ownership. 2014-09-10 04:53:53 +00:00
Sema Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
Tooling Tooling: Ignore file names in tooling::deduplicate. 2014-09-09 13:53:29 +00:00
libclang Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CMakeLists.txt Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf 2014-08-26 22:10:15 +00:00
Makefile Don't segfault in EmitCXXGlobalInitFunc when main file is a membuf 2014-08-26 22:10:15 +00:00