[PATCH] D55492: Implement Attr dumping in terms of visitors
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 10 16:14:36 PST 2019
steveire marked an inline comment as done.
steveire added inline comments.
================
Comment at: lib/AST/TextNodeDumper.cpp:44-45
+void TextNodeDumper::Visit(const Attr *A) {
+ {
+ ColorScope Color(OS, ShowColors, AttrColor);
----------------
aaron.ballman wrote:
> Formatting is incorrect.
Note that this is a scope for the color, not the opening of the function.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55492/new/
https://reviews.llvm.org/D55492
More information about the cfe-commits
mailing list