summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-191-1/+35
* [modules] When we see a definition of a function for which we already have aRichard Smith2015-08-211-4/+33
* Fix sanitizer fallout from r243642Ulrich Weigand2015-07-301-0/+3
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-2/+3
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-1/+1
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-7/+48
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-0/+4
* Don't leak TemplateIds when a plugin parses late-parsed templates at TU end.Nico Weber2015-05-171-20/+29
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-1/+7
* Allow empty assembly string literal with -fno-gnu-inline-asmSteven Wu2015-05-121-4/+9
* Allow AsmLabel with -fno-gnu-inline-asmSteven Wu2015-05-111-4/+5
* Fix the typo in r236044. NFC.Steven Wu2015-04-281-1/+1
* Fix -fno-gnu-inline-asm doesn't catch file scope asmSteven Wu2015-04-281-0/+4
* Sema: Don't emit a missing prototype warning for deleted functions.Benjamin Kramer2015-03-121-1/+2
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-121-4/+0
* Parse: It's cleaner to handle cxx_defaultarg_end in SkipUntil directlyDavid Majnemer2015-01-121-1/+5
* Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_endDavid Majnemer2015-01-121-1/+1
* Wrap to 80 columns, no behavior change.Nico Weber2015-01-041-4/+5
* Diagnose function template definitions inside functionsReid Kleckner2014-12-151-1/+1
* Parse: Concatenated string literals should be verified in inline asmDavid Majnemer2014-12-111-16/+13
* Fix crash when using __if_exists in C modeNico Rieck2014-11-241-2/+3
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-2/+1
* Remove a couple typedefs for things in the clang namespace with the same name...Craig Topper2014-10-311-2/+2
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-4/+4
* Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-221-1/+11
* Remove unused StmtVector& parameters from declaration parsing functions.Rafael Espindola2014-10-221-8/+4
* Revert "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-151-11/+1
* Fix late template parsing leak with incremental processingReid Kleckner2014-10-151-1/+11
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-5/+7
* Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.Nico Weber2014-09-231-21/+3
* Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.Benjamin Kramer2014-09-031-7/+0
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-221-1/+1
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-31/+34
* 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
OpenPOWER on IntegriCloud