Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Test failure is clang-format on ASTConsumers.cpp. Fix that please (whatever it wants?) otherwise, LGTM.
clang/lib/Frontend/ASTConsumers.cpp | ||
---|---|---|
188–192 | Indentation is still inconsistent here. I suggest following the indentation used for StackAddrEscapeChecker in clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp; Don't indent the ASTViewer class definition within the unnamed namespace and do indent the class members. |
Comment Actions
Fix format per comments - indent class members and avoid indenting the class definition line.
Indentation is still inconsistent here.
I suggest following the indentation used for StackAddrEscapeChecker in clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp; Don't indent the ASTViewer class definition within the unnamed namespace and do indent the class members.