llvm-project/clang/unittests
Daniel Jasper 62c0ac0acf clang-format: Improve detection of templates.
Before:
  template <typename... Types>
        typename enable_if < 0<sizeof...(Types)>::type Foo() {}
After:
  template <typename... Types>
  typename enable_if<0 < sizeof...(Types)>::type Foo() {}

llvm-svn: 187458
2013-07-30 22:37:19 +00:00
..
AST Fix source range of implicitly instantiated friend declaration. 2013-07-19 18:02:36 +00:00
ASTMatchers Add matcher for float literals. 2013-07-26 18:52:58 +00:00
Basic Fix handling of "clang c:foo" 2013-07-29 15:47:24 +00:00
Format clang-format: Improve detection of templates. 2013-07-30 22:37:19 +00:00
Frontend [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Lex Include Path.h instead of PathV2.h. 2013-06-11 22:15:02 +00:00
Tooling Adds overlapsWith and contains predicates on tooling::Range. 2013-07-19 12:12:36 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00