| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Privatize class members. | Benjamin Kramer | 2009-12-10 | 1 | -2/+2 |
| | | | | | llvm-svn: 91067 | ||||
| * | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner | 2009-12-10 | 1 | -2/+3 |
| | | | | | | | a better diagnostic in the second example. llvm-svn: 91040 | ||||
| * | move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some more | Chris Lattner | 2009-12-10 | 1 | -3/+21 |
| | | | | | | | | TODOs for other classes that could be moved out of Parser.h. I don't plan to do these in the near term though. llvm-svn: 91023 | ||||
| * | fix PR5740: a colon is sacred when parsing case statement expressions! | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
| | | | | | llvm-svn: 91016 | ||||
| * | refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifier | Chris Lattner | 2009-12-10 | 1 | -1/+20 |
| | | | | | | | | to be a bool in Parser that is twiddled by the ColonProtectionRAIIObject class. No functionality change. llvm-svn: 91014 | ||||
| * | rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h | Chris Lattner | 2009-12-10 | 1 | -0/+41 |
| llvm-svn: 91008 | |||||

