Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/docs/ClangPlugins.rst | ||
---|---|---|
209 | this sounds like plugins turning off that flag saves memory |
Comment Actions
Thanks for writing docs, apologies for bikeshedding.
clang/docs/ClangPlugins.rst | ||
---|---|---|
207 | I'd try to word this as a general recommendation that plugins should run before the main action, rather than documentation that running after the main action has undesired side effects (memory usage, settings). A first sentence suggestion:
|
I'd try to word this as a general recommendation that plugins should run before the main action, rather than documentation that running after the main action has undesired side effects (memory usage, settings).
A first sentence suggestion: