hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 03b1bc7a2a clang-format: Fix aligning of comments and escaped newlines in macros.
Before:
  #define A      \
    int i;   /*a*/ \
    int jjj; /*b*/

After:
  #define A        \
    int i;   /*a*/ \
    int jjj; /*b*/

llvm-svn: 205011
2014-03-28 15:06:01 +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: Fix aligning of comments and escaped newlines in macros. 2014-03-28 15:06:01 +00:00
FormatTestJS.cpp clang-format: Let chromium style inherit google style's javascript tweaks. 2014-02-02 20:50:45 +00:00
FormatTestProto.cpp clang-format: Let chromium style inherit google style's javascript tweaks. 2014-02-02 20:50:45 +00:00
FormatTestUtils.h Create a separate file for JS-specific unit tests. 2013-12-03 10:50:16 +00:00
Makefile