hanchenye-llvm-project/clang/unittests
Daniel Jasper dd978ae0e1 clang-format: Option to control spacing in template argument lists.
Same as SpacesInParentheses, this option allows adding a space inside
the '<' and '>' of a template parameter list.

Patch by Christopher Olsen.

This fixes llvm.org/PR17301.

llvm-svn: 193614
2013-10-29 14:52:02 +00:00
..
AST Fix missing source location in CXXTemporaryObjectExpr nodes. 2013-09-07 05:49:53 +00:00
ASTMatchers Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." 2013-10-29 14:37:15 +00:00
Basic Use the same SourceManager for ModuleMaps and compilations. 2013-10-24 07:51:24 +00:00
Format clang-format: Option to control spacing in template argument lists. 2013-10-29 14:52:02 +00:00
Frontend [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Lex Use the same SourceManager for ModuleMaps and compilations. 2013-10-24 07:51:24 +00:00
Sema Add hooks to ExternalSemaSource for after-the-fact diagnosis of 2013-08-12 22:11:14 +00:00
Tooling Use the same SourceManager for ModuleMaps and compilations. 2013-10-24 07:51:24 +00:00
CMakeLists.txt Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. 2013-08-12 19:54:38 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00