summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...Nick Lewycky2014-05-031-2/+1
* Cut off parsing early during code completionAlp Toker2014-05-021-2/+1
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-0/+3
* Fix crash if delayed template parsing meets an erroneous trailing return type.Richard Smith2014-03-121-24/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-261-4/+4
* Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnosticsAlp Toker2014-02-231-10/+12
* Hide pragma handler classes in ParsePragma.cppReid Kleckner2014-02-201-89/+2
* PR18870: Parse language linkage specifiers properly if the string-literal isRichard Smith2014-02-171-2/+1
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+7
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-101-0/+7
* Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...Aaron Ballman2014-01-271-1/+1
* Introduce and use Decl::getAsFunction() to simplify templated function checksAlp Toker2014-01-221-6/+1
* Remove some hard-coded specialness for thread-safety attributes from the pars...Aaron Ballman2014-01-201-1/+1
* Fix for PR9812: warn about bool instead of _Bool.Erik Verbruggen2014-01-151-3/+8
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-061-2/+2
* Tweak the parse recovery in r198540Alp Toker2014-01-051-3/+8
* Fix bungled parse recovery in K&R function declarationsAlp Toker2014-01-051-6/+3
* Parse: Token consumption modernization and loop de-nestingAlp Toker2014-01-051-2/+1
* Using the quoted version of an attribute name for consistency with other attr...Aaron Ballman2014-01-021-1/+1
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-011-45/+44
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-17/+12
* Fix OpenMP recovery with trailing tokens following the pragmaAlp Toker2013-12-181-0/+2
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-181-38/+22
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-181-22/+38
* Fix indentation from r197490 plus some typosAlp Toker2013-12-171-2/+2
* Simplify RevertibleTypeTraits as a form of contextual keywordAlp Toker2013-12-171-3/+21
* Parse: Avoid crashing on unterminated top-level asm stringsJustin Bogner2013-12-101-6/+5
* Remove redundant check.Richard Smith2013-12-041-4/+1
* Fix several crash-on-invalids when using template-ids that aren'tRichard Smith2013-12-041-1/+4
* Emit an extension warning when changing system header tokensAlp Toker2013-12-031-0/+11
* [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis2013-11-241-3/+1
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-231-8/+25
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-191-0/+6
* Make helper function static.Benjamin Kramer2013-11-181-1/+1
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-18/+32
* When we hit a #include directive that maps to a module import, emit a tokenRichard Smith2013-11-151-4/+15
* Support return type deduction for templates in -fdelayed-template-parsing (mi...Faisal Vali2013-11-011-1/+22
* Parse: Disable delayed template parsing for constexpr functionsDavid Majnemer2013-10-231-3/+3
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-9/+0
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-0/+9
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+1
* Tidy up and improve error recovery for C++11 attributes in bad places. Based onRichard Smith2013-10-151-3/+9
* Parser: support Microsoft syntax for 'typename typedef'David Majnemer2013-09-031-1/+18
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-0/+1
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-1/+0
* PR9992: Serialize and deserialize the token sequence for a function template inRichard Smith2013-08-071-14/+5
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-2/+4
* Avoid recursions when the parser finds out that it has too many brackets.Rafael Espindola2013-07-251-1/+11
OpenPOWER on IntegriCloud