aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/RAIIObjectsForParser.h
AgeCommit message (Expand)Author
2009-12-10Privatize class members.Benjamin Kramer
2009-12-10If we enter parens, colons can become un-sacred, allowing us to emitChris Lattner
2009-12-10move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some moreChris Lattner
2009-12-10fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner
2009-12-10refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifierChris Lattner
2009-12-10rename ExtensionRAIIObject.h -> RAIIObjectsForParser.hChris Lattner