Enables users to add comment handlers to preprocessor when building
preambles.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 27659 Build 27658: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, just a few nits
include/clang/Frontend/PrecompiledPreamble.h | ||
---|---|---|
286 | 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. |
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.