Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 35094 Build 35093: arc lint + arc unit
Event Timeline
Thanks Gabor for writing this.
I suggested some minor changes to the txt. Otherwise LGTM.
clang/docs/analyzer/user-docs/CrossTranslationUnit.rst | ||
---|---|---|
98 | since CodeChecker automation is already available I suggest rephrasing. This manual procedure is error-prone and not scalable, so for analyzing real projects it is recommended to use the built-in support of CodeChecker or scan-build-py. | |
142 | I suggest to replace this line with the following: pure command line usage without worrying about the server setup better fits this command line use-case. | |
147 | Some basic usage description could be added still... |
since CodeChecker automation is already available I suggest rephrasing.
This manual procedure is error-prone and not scalable, so for analyzing real projects it is recommended to use the built-in support of CodeChecker or scan-build-py.