summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* [clang] Fix crash on visiting null nestedNameSpecifier.Haojian Wu2020-06-101-0/+6
* PR45063: Fix crash on invalid processing an elaborated class template-idRichard Smith2020-06-101-0/+4
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-194-30/+30
* [Concepts] Fix isDeclarationSpecifier to detect type-constraints correctlySaar Raz2020-01-311-8/+33
* PR41991: Accept attributes on defaulted and deleted friends.Richard Smith2020-01-302-0/+10
* [Concepts] Fix parsing of scope specifier in compound-requirements, add more ...Saar Raz2020-01-263-24/+56
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-248-8/+8
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-0/+26
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+141
* Remove redundant CXXScopeSpec from TemplateIdAnnotation.Richard Smith2020-01-241-3/+2
* Add extra test file forgotten in 45d7080.Richard Smith2020-01-171-0/+62
* [Concepts] Type ConstraintsSaar Raz2020-01-152-0/+91
* [Concepts] Function trailing requires clausesSaar Raz2020-01-092-34/+89
* Disallow an empty string literal in an asm labelAaron Ballman2020-01-081-0/+4
* [Diagnostic] make Wmisleading-indendation not warn about labelsTyker2020-01-061-0/+7
* [Diagnostic] Add test for previous b4b904e19bb356724b2c6aea0199ce05c6f15cdbTyker2020-01-041-0/+3
* [Diagnostic] Fixed add ftabstop to -Wmisleading-indentationTyker2020-01-031-2/+82
* Revert "[Diagnostic] Add ftabstop to -Wmisleading-indentation"Martin Storsjö2019-12-311-81/+2
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-0/+5
* [Diagnostic] Add ftabstop to -Wmisleading-indentationTyker2019-12-301-2/+81
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-272-4/+4
* [Diagnsotics] Small Improvement on -Wmisleading-indentationTyker2019-12-121-1/+20
* Fix mishandling of invalid-but-non-empty nested name specifiers in nameRichard Smith2019-12-101-0/+8
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-12-031-0/+208
* Properly disambiguate between array declarators and array subscript expressions.Richard Smith2019-11-271-0/+22
* Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outs...Richard Smith2019-11-201-0/+2
* [Parser] Warn when ScopeDepthOrObjCQuals overflowsMark de Wever2019-11-093-0/+118
* [c++2a] Allow comparison functions to be explicitly defaulted.Richard Smith2019-10-221-1/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-17/+44
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-44/+17
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-17/+44
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-16/+0
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+1
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-1/+2
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+1
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-041-26/+33
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-4/+15
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-0/+25
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-302-5/+5
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-271-0/+3
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-271-0/+8
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-271-1/+1
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-271-2/+2
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-261-2/+2
* [Parser] Emit descriptive diagnostic for misplaced pragmaSerge Pavlov2019-08-043-2/+46
* [Parser] Lambda capture lists can start with '*'Erik Pilkington2019-07-301-0/+13
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-252-3/+3
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-252-3/+14
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-182-4/+4
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+73
OpenPOWER on IntegriCloud