Details
Details
- Reviewers
aaron.ballman
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 25867 Build 25866: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, aside from a minor nit.
lib/AST/ASTDumper.cpp | ||
---|---|---|
921 | Elide braces, and since you're touching the line, might as well do const auto *. |
Comment Actions
Abandoning this because it's not really the right approach as it appears in the interface between the generic traverser and the generic node dumper, which it really shouldn't.
Elide braces, and since you're touching the line, might as well do const auto *.