summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/RAIIObjectsForParser.h
Commit message (Expand)AuthorAgeFilesLines
* Publish RAIIObjectsForParser.h for external usage.Vassil Vassilev2017-03-231-447/+0
* Add a new error for unexpected semi-colon before closing delimiter.Richard Trieu2015-05-121-1/+7
* Batch up access-related diagnostics on enum constants until the whole enum is...Jordan Rose2015-04-301-0/+6
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-4/+4
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-6/+6
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-2/+2
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-181-4/+2
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-181-2/+4
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-3/+4
* 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