hanchenye-llvm-project/clang/unittests
Daniel Jasper 65df5aa918 clang-format: Understand parameter pack initialization.
Before:
  Constructor(A... a) : a_(X<A> { std::forward<A>(a) }...) {}

After:
  Constructor(A... a) : a_(X<A>{std::forward<A>(a)}...) {}

llvm-svn: 214720
2014-08-04 14:51:02 +00:00
..
AST Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, 2014-07-31 17:39:50 +00:00
ASTMatchers Prevent assert in ASTMatchFinder. 2014-07-23 13:17:47 +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: Understand parameter pack initialization. 2014-08-04 14:51:02 +00:00
Frontend Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
Lex [CMake] LexTests: Prune redundant libdep(s). 2014-07-24 11:44:03 +00:00
Sema Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
Tooling Revert "unique_ptr-ify ownership of ASTConsumers" 2014-07-17 22:34:12 +00:00
libclang Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00