Details
Details
- Reviewers
dblaikie - Commits
- rGc8ae6496580f: [Lex] TokenConcatenation now takes const Preprocessor
rG09c34d77e068: [Lex] TokenConcatenation now takes const Preprocessor
rGb416dbfb0424: [Lex] TokenConcatenation now takes const Preprocessor
rL344262: [Lex] TokenConcatenation now takes const Preprocessor
rC344262: [Lex] TokenConcatenation now takes const Preprocessor
rC343573: [Lex] TokenConcatenation now takes const Preprocessor
rL343573: [Lex] TokenConcatenation now takes const Preprocessor
rC343204: [Lex] TokenConcatenation now takes const Preprocessor
rL343204: [Lex] TokenConcatenation now takes const Preprocessor
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks!
any particular motivation for this?
I'm currently trying to include macro expansions in the Static Analyzer's plist output, and I only managed to make this happen by some Token handling hackery, including printing them. I saw this trick in lib/Rewrite/HTMLRewrite.cpp.