llvm-project/clang/unittests/Format
Daniel Jasper 23d3bcfe5b clang-format: [Proto] Don't treat "operator" as keyword.
Before:
  optional string operator= 1;

After:
  optional string operator = 1;

llvm-svn: 240624
2015-06-25 08:38:46 +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: Make exception to AlwaysBreakBeforeMultilineStrings more 2015-06-19 10:32:28 +00:00
FormatTestJS.cpp clang-format: [JS] Support regex literals containing quotes (' and "). 2015-06-24 16:01:02 +00:00
FormatTestJava.cpp Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
FormatTestProto.cpp clang-format: [Proto] Don't treat "operator" as keyword. 2015-06-25 08:38:46 +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