Calling Preprocessor::getIdentifierInfo is not automatically updating the returned identifier at the moment. This patch adds a flag that is ensuring by default that the returned IdentifierInfo is updated. The flag is true by default because that seems like the most logical behavior for this method. Can be turned off for performance reasons
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Work in progress patch. We probably also need to update a few other places where we call this.