summaryrefslogtreecommitdiff
path: root/lib/Parse/RAIIObjectsForParser.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-21
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-18
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-18
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-13
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-22
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-15
* Handle deprecation diagnostics correctly for C struct fields and Objective-C ...Eli Friedman2012-08-08
* Whenever we have a BalancedDelimiterTracker, we have a 'nested' scopeDouglas Gregor2012-06-06
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-07
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-07
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-28
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-15
* Make sure parens/braces/brackets are correctly balanced.Argyrios Kyrtzidis2010-06-17
* Privatize class members.Benjamin Kramer2009-12-10
* If we enter parens, colons can become un-sacred, allowing us to emitChris Lattner2009-12-10
* move GreaterThanIsOperatorScope into RAIIObjectsForParser. Add some moreChris Lattner2009-12-10
* fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner2009-12-10
* refactor the 'ColonIsSacred' argument to ParseOptionalCXXScopeSpecifierChris Lattner2009-12-10
* rename ExtensionRAIIObject.h -> RAIIObjectsForParser.hChris Lattner2009-12-10