Allow a preprocessor observer to be notified of mark pragmas. Although
this does not impact code generation in any way, it is useful for other
clients, such as clangd, to be able to identify any marked regions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
clang/unittests/Lex/PPCallbacksTest.cpp | ||
---|---|---|
119 | should this be an std::string? not sure of the lifetime guarantees here |
clang-format: please reformat the code