When I read the code I found it easier to reason about if getUserMode
is inlined. It might be a personal preference though.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h | ||
|---|---|---|
| 363–365 | I would miss this comment. | |
| clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h | ||
|---|---|---|
| 363–365 | Which part do you miss? The AnalyzerOptions.def already has a half descent description about this:
If you insist, let me know what comment should I put and where. | |
| clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h | ||
|---|---|---|
| 363–365 | If AnalyzerOptions.def has it then it was already redundant, so okay then. | |
I would miss this comment.