llvm-project/clang/unittests/Format
Daniel Jasper af642c6927 clang-format: Add space before member function reference qualifiers.
Before:
  SomeType MemberFunction(const Deleted &)&;

After:
  SomeType MemberFunction(const Deleted &) &;

Seems to be much more common.

llvm-svn: 245934
2015-08-25 13:40:51 +00:00
..
CMakeLists.txt clang-format: NFC. Move testing of selective formatting to a separate file. 2015-06-15 15:25:11 +00:00
FormatTest.cpp clang-format: Add space before member function reference qualifiers. 2015-08-25 13:40:51 +00:00
FormatTestJS.cpp clang-format: [JS] Assign proper penalties when breaking a type annotation 2015-07-10 13:39:26 +00:00
FormatTestJava.cpp clang-format: [Java/JS] Properly support instanceof and its precedence. 2015-07-03 10:12:53 +00:00
FormatTestProto.cpp clang-format: [Proto] Handle enum bodies differently. 2015-07-16 14:25:43 +00:00
FormatTestSelective.cpp clang-format: NFC. Move testing of selective formatting to a separate file. 2015-06-15 15:25:11 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00