llvm-project/clang/unittests/Format
Daniel Jasper 71646ec206 clang-format: Understand 'typename' in placement new.
Before:
  new (aaaaaaaaaaaaaaaaaaaaaaaaaa(
      aaaaaaaaaaaaaaaaaaaaaaa)) typename aaaaaaaaaaaaaaaaaaaaaaaa();

After:
  new (aaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaaaaa))
      typename aaaaaaaaaaaaaaaaaaaaaaaa();

llvm-svn: 214300
2014-07-30 12:14:10 +00:00
..
CMakeLists.txt clang-format: Better support and testing for protocol buffers. 2014-01-19 09:04:08 +00:00
FormatTest.cpp clang-format: Understand 'typename' in placement new. 2014-07-30 12:14:10 +00:00
FormatTestJS.cpp clang-format: [JS] support free-standing functions again. 2014-06-30 13:24:54 +00:00
FormatTestProto.cpp clang-format: [proto] Improve formatting of text-proto options. 2014-07-28 14:08:09 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00