summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/RAIIObjectsForParser.h
Commit message (Expand)AuthorAgeFilesLines
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-1/+1
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-5/+5
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-081-0/+22
* Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor2012-06-061-0/+75
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-071-6/+58
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-071-3/+146
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-1/+25
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-0/+16
* Make sure parens/braces/brackets are correctly balanced.Argyrios Kyrtzidis2010-06-171-0/+17
* Privatize class members.Benjamin Kramer2009-12-101-2/+2
* If we enter parens, colons can become un-sacred, allowing us to emitChris Lattner2009-12-101-2/+3
* move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some moreChris Lattner2009-12-101-3/+21
* fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner2009-12-101-1/+7
* refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifierChris Lattner2009-12-101-1/+20
* rename ExtensionRAIIObject.h -> RAIIObjectsForParser.hChris Lattner2009-12-101-0/+41
OpenPOWER on IntegriCloud