On 19.11.2010 06:22, Chris Lattner wrote: > On Nov 18, 2010, at 4:27 PM, Craig Silverstein wrote: > >> Several PPCallbacks take an SourceLocation + IdentifierInfo, rather >> than a Token that holds the same information all in one easy-to-use >> package. There's no technical reason to prefer the former -- the >> information comes from a Token originally -- and it's clumsier to use, >> so I've changed the code to use tokens everywhere. >> >> Look ok to commit? > Makes sense to me, please commit! Make a big release note for 2.9 for this, too. I'm pretty sure I've heard of PPCallbacks being used by quite a few external projects.
Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
