Fix formatting regression introduced by r174307.
authorDaniel Jasper <djasper@google.com>
Tue, 5 Feb 2013 09:34:14 +0000 (09:34 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 5 Feb 2013 09:34:14 +0000 (09:34 +0000)
commita885dbeb966bc33759b4f0fd89d7f73780a546b9
tree4f681aa6f7c213e03fd810d7af7b451febfb5d97
parent428a06cc7521d64429ea3ca8e5515286cdca53b8
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
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp