clang-1/unittests
Daniel Jasper 2e60377273 Initial support for multiple variable declarations.
Before:
  SomeType aaaaaaaaaaaaaaaaa = aaaaaa->aaaaaaaaaaaaaaaaa(),
      aaaaaaaaaaa = aaaaaa->aaaaaaaaaaa();
After:
  SomeType aaaaaaaaaaaaaaaaa = aaaaaa->aaaaaaaaaaaaaaaaa(),
           aaaaaaaaaaa = aaaaaa->aaaaaaaaaaa();

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173792 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-29 11:21:01 +00:00
..
AST Comment parsing: add more tests for html character references 2013-01-19 22:04:44 +00:00
ASTMatchers fix the unit tests too. 2013-01-19 18:30:39 +00:00
Basic clang/unittests: Fixup corresponding to r172290. 2013-01-12 02:16:29 +00:00
Format Initial support for multiple variable declarations. 2013-01-29 11:21:01 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex [Lex] Remove DirectoryLookup.UserSpecified, which is unused. 2013-01-25 01:50:28 +00:00
Tooling Fix a typo in the name of a tooling unit test 2013-01-28 04:37:38 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00