While here, add documentation to CompileFlags and CompileFlags.Add.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/ConfigCompile.cpp | ||
---|---|---|
126 | the order of processing "Remove" and "Add" matters, if they are conflict, the Add will take precedence, I think this is intended? Maybe worth clarifying in the CompileFlagsBlock comments. | |
clang-tools-extra/clangd/ConfigFragment.h | ||
136 | nit: wil => will | |
141 | nit: I'd prefer to give a few concrete examples (e.g. examples I mentioned in another patch), it would be helpful for readers to understand. |
the order of processing "Remove" and "Add" matters, if they are conflict, the Add will take precedence, I think this is intended? Maybe worth clarifying in the CompileFlagsBlock comments.