hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 3064620d0d clang-format: Improve cast detection (fix false positive).
Before:
  fn(a)(b)+1;

After:
  fn(a)(b) + 1;

llvm-svn: 212935
2014-07-14 12:38:38 +00:00
..
CMakeLists.txt
FormatTest.cpp clang-format: Improve cast detection (fix false positive). 2014-07-14 12:38:38 +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] Add required space before absolute references. 2014-06-23 07:36:25 +00:00
FormatTestUtils.h
Makefile