aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/RAIIObjectsForParser.h
AgeCommit message (Expand)Author
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-08-08Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman
2012-06-06Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor
2012-05-07Change how we suppress access control in explicit instantiationsJohn McCall
2012-05-07Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-04-28Parsing/AST support for Structured Exception HandlingJohn Wiegley
2010-09-15Implement bracket insertion for Objective-C instance message sends asDouglas Gregor
2010-06-17Make sure parens/braces/brackets are correctly balanced.Argyrios Kyrtzidis
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