llvm-project/clang/unittests/Format
Manuel Klimek 99c7baa3cf Fix formatting of preprocessor directives (incluces, warnings & errors).
Treat tokens inside <> for includes and everything from the second token
of a warning / error on as an implicit string literal, e.g. do not
change its whitespace at all.

Now correctly formats:
 #include < path with space >
 #error Leave     all         white!!!!! space* alone!

Note that for #error and #warning we still format the space up to the
first token of the text, so:
   #  error   Text
will become
 #error Text

llvm-svn: 172536
2013-01-15 15:50:27 +00:00
..
CMakeLists.txt
FormatTest.cpp Fix formatting of preprocessor directives (incluces, warnings & errors). 2013-01-15 15:50:27 +00:00
Makefile Fixes Makefile for Format unit tests. 2012-12-06 22:29:01 +00:00