diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-17 12:49:00 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-17 12:49:00 +0000 |
commit | 3b6304fa1a3fc01d0b70166dd1a971a8d86bf532 (patch) | |
tree | 76ab382ece029cc40a57cfd25bf44956672d4369 /clang/lib/Format/TokenAnnotator.cpp | |
parent | 9e7b90c24480eaeaf52bd052f3c3d1debd6357d2 (diff) | |
download | bcm5719-llvm-3b6304fa1a3fc01d0b70166dd1a971a8d86bf532.tar.gz bcm5719-llvm-3b6304fa1a3fc01d0b70166dd1a971a8d86bf532.zip |
Qualify all types used in AST matcher macros.
Summary:
Qualify all types used in AST matcher macros. This makes it possible to
put AST matchers in user code into a namespace other than clang::ast_matchers
and this way prevent ODR violations that could happen when a matcher with the
same name is defined in multiple translation units. Updated comments
accordingly.
Reviewers: djasper, klimek
Reviewed By: djasper, klimek
Subscribers: klimek, cfe-commits
Differential Revision: http://reviews.llvm.org/D10501
llvm-svn: 239902
Diffstat (limited to 'clang/lib/Format/TokenAnnotator.cpp')
0 files changed, 0 insertions, 0 deletions