diff options
author | Daniel Jasper <djasper@google.com> | 2013-04-10 09:49:49 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-04-10 09:49:49 +0000 |
commit | ac3223e45e7d17c65b143439313800eef4fdf71d (patch) | |
tree | 83f9a57f7d88d5305cf647096b6063780464e66e /lib/Frontend/Warnings.cpp | |
parent | 02be968a08184acd42aaefa6f9a7dc883a4d1937 (diff) |
Fix labels with trailing comments and cleanup.
Before:
class A {
public : // test
};
After:
class A {
public: // test
};
Also remove duplicate methods calculating properties of AnnotatedTokens
and make them members of AnnotatedTokens so that they are in a common
place.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/Warnings.cpp')
0 files changed, 0 insertions, 0 deletions