llvm-project/clang/lib/Format
Daniel Jasper a885dbeb96 Fix formatting regression introduced by r174307.
In preprocessor definitions, we would not parse all the tokens and thus
not annotate them anymore. This led to a wrong formatting of comments
in google style:

  #endif // HEADER_GUARD  -- requires two spaces

llvm-svn: 174361
2013-02-05 09:34:14 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Improve handling of trailing block comments 2013-02-04 08:34:57 +00:00
Makefile
TokenAnnotator.cpp Fix formatting regression introduced by r174307. 2013-02-05 09:34:14 +00:00
TokenAnnotator.h Restructuring of token annotation for formatting. 2013-02-04 07:21:18 +00:00
UnwrappedLineParser.cpp Never break inside something that was a preprocessor directive. 2013-01-31 15:58:48 +00:00
UnwrappedLineParser.h Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00