hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper 3a623dbd2a clang-format: Fix incorrect detection of ObjC "in" keyword.
Before:
  for (auto v : in [1]) { ..

After:
  for (auto v : in[1]) { ..

llvm-svn: 224513
2014-12-18 12:11:01 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: Fix incorrect detection of ObjC "in" keyword. 2014-12-18 12:11:01 +00:00
FormatTestJS.cpp clang-format: Fix incorrect calculation of token lenghts. 2014-12-17 09:11:08 +00:00
FormatTestJava.cpp Don't break string literals in Java and JavaScript. 2014-12-12 13:03:22 +00:00
FormatTestProto.cpp clang-format: [Proto] Change formatting text-formatted options. 2014-10-27 13:25:59 +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