Enables users to add comment handlers to preprocessor when building
preambles.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, just a few nits
include/clang/Frontend/PrecompiledPreamble.h | ||
---|---|---|
286 ↗ | (On Diff #184484) | NIT: this function does not add anything by itself, maybe rephrase to avoid confusion, e.g. The returned CommentHandler will be added to the preprocessor if not null. NIT: Use Preprocessor or preprocessor. It seems to be always spelled as a single word. |