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 | c04baae34abb1ecd6e6f26dbc1e443d1df584dfe (patch) | |
tree | cafbb654a1e75fe8effeb0fbde91861a612d41e4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 8b1ed28ef1e53772b6ffb9eebccc8a6d06739899 (diff) | |
download | llvm-c04baae34abb1ecd6e6f26dbc1e443d1df584dfe.zip llvm-c04baae34abb1ecd6e6f26dbc1e443d1df584dfe.tar.gz llvm-c04baae34abb1ecd6e6f26dbc1e443d1df584dfe.tar.bz2 |
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.
llvm-svn: 179167
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions