summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Parse: Don't crash when an annotation token shows up in a C++11 attrDavid Majnemer2015-01-091-3/+5
* Parse: Don't crash when namespace is in GNU statement exprDavid Majnemer2015-01-091-8/+13
* Parse: Don't crash when trailing return type is missingDavid Majnemer2015-01-091-5/+4
* Fix indentation. No behavior change.Nico Weber2015-01-041-1/+1
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+5
* Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer2015-01-031-3/+4
* Fix build breakageDavid Majnemer2014-12-291-1/+2
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-1/+11
* Crash even less on malformed attributes in an incorrect location.Nico Weber2014-12-291-1/+4
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-5/+11
* Don't crash on malformed attributes in an incorrect location.Nico Weber2014-12-291-0/+10
* SemaCXX: Don't crash when annotation tokens show up before the tag nameDavid Majnemer2014-12-291-1/+2
* Don't crash on surprising tokens in default parameter template lists.Nico Weber2014-12-282-2/+4
* Parse: Don't crash when 'typename' shows up in an attributeDavid Majnemer2014-12-281-1/+2
* Remove unneeded include of DeclCXX.h from libParse.Nico Weber2014-12-281-1/+0
* Removing an outdated FIXME; try block attributes are parsed with the rest of ...Aaron Ballman2014-12-201-1/+0
* Added a fixit to remove empty parens from a C++11 attribute argument list whe...Aaron Ballman2014-12-191-2/+2
* Fix layering violation, Lex shouldn't know about DeclDavid Majnemer2014-12-191-2/+2
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-191-1/+1
* Correct delayed typos in the operand to typeof expressions.Kaelyn Takata2014-12-191-2/+2
* Parse: Don't parse after the eof has been consumedDavid Majnemer2014-12-181-1/+4
* Rangify for loop, NFC.Yaron Keren2014-12-171-4/+2
* Parse: Consume tokens more carefully in CheckForLParenAfterColonColonDavid Majnemer2014-12-171-27/+29
* Diagnose function template definitions inside functionsReid Kleckner2014-12-153-4/+16
* Parse: MS property members cannot have an in-class initializerDavid Majnemer2014-12-131-1/+4
* Fix two small bugs in typo correction. One assertion failure building member ...Nick Lewycky2014-12-131-0/+2
* Parse: Concatenated string literals should be verified in inline asmDavid Majnemer2014-12-111-16/+13
* Modified the Objective-C lexer and parser (only Sean Callanan2014-12-091-2/+8
* Parse qualifiers after comma in declarator lists as a Microsoft extensionNico Rieck2014-12-041-0/+40
* Recognize __unaligned keyword after type specifierNico Rieck2014-12-041-0/+1
* Fix PR21684 - Ellipsis following an 'auto' parameter sans name/ID Faisal Vali2014-12-041-7/+8
* Handle delayed corrections in a couple more error paths in ParsePostfixExpres...Kaelyn Takata2014-12-031-0/+2
* Ensure typos in the default values of template parameters get diagnosed.Kaelyn Takata2014-12-021-1/+1
* Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.Kaelyn Takata2014-12-021-2/+6
* [c++1z] Remove terse range-based for loops; they've been removed fromRichard Smith2014-11-271-3/+1
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-0/+25
* Fix crash when using __if_exists in C modeNico Rieck2014-11-241-2/+3
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-216-7/+23
* PR21565: Further refine the conditions for enabling eager parsing ofRichard Smith2014-11-202-9/+24
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-208-31/+72
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* PR21565 Add an egregious hack to support broken libstdc++ headers that declareRichard Smith2014-11-141-1/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-135-11/+161
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-2/+1
* Fix parsing of fold-expressions within a cast expression. We parse theRichard Smith2014-11-111-5/+11
* Improve diagnostics if _Noreturn is placed after a function declarator. (This...Richard Smith2014-11-101-1/+22
* Updated the wording for a diagnostic to be more grammatically correct, and us...Aaron Ballman2014-11-082-2/+7
* [c++1z] Support for attributes on namespaces and enumerators.Aaron Ballman2014-11-082-9/+20
* [c++1z] Support for u8 character literals.Richard Smith2014-11-082-0/+2
* [c++1z] Implement nested-namespace-definitions.Richard Smith2014-11-081-19/+18
OpenPOWER on IntegriCloud