Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Privatize class members. | Benjamin Kramer | 2009-12-10 | 1 | -2/+2 |
* | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner | 2009-12-10 | 1 | -2/+3 |
* | move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some more | Chris Lattner | 2009-12-10 | 1 | -3/+21 |
* | fix PR5740: a colon is sacred when parsing case statement expressions! | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
* | refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier | Chris Lattner | 2009-12-10 | 1 | -1/+20 |
* | rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h | Chris Lattner | 2009-12-10 | 1 | -0/+41 |