summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema
Commit message (Expand)AuthorAgeFilesLines
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-063-60/+45
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-19/+0
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-062-3/+7
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+1
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-052-7/+3
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-042-10/+24
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-042-3/+7
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-043-45/+60
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-032-2/+4
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-032-24/+1
* SemaOverload: Complete candidates before emitting the error, to ensure diagno...David Blaikie2019-05-031-6/+16
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-022-1/+24
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-1/+2
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-261-0/+1
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-2/+2
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-0/+3
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-181-4/+14
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-11/+3
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-171-0/+5
* [NFC] Remove unused function (Sema::pushExternalDeclIntoScope)Leonard Chan2019-04-161-8/+0
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-7/+28
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-6/+8
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-021-0/+8
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+5
* [Sema] Fix an assert when a block captures a constexpr localErik Pilkington2019-03-261-8/+8
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-252-12/+39
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-251-0/+3
* Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-221-3/+0
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-0/+9
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-2/+0
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-8/+0
* [Sema] Add some compile time _FORTIFY_SOURCE diagnosticsErik Pilkington2019-03-181-0/+1
* [coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak2019-03-151-0/+3
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+8
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-3/+7
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-0/+4
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-0/+10
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-3/+18
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-2/+4
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-2/+5
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-0/+2
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-221-3/+4
* [OPENMP] Delay emission of the asm target-specific error messages.Alexey Bataev2019-02-201-0/+2
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-21/+14
* Fix implementation of [temp.local]p4.Richard Smith2019-02-152-4/+31
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-152-31/+4
* Fix implementation of [temp.local]p4.Richard Smith2019-02-152-4/+31
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-1/+2
* [OPENMP]Delay emission of the error messages for the exceptions.Alexey Bataev2019-02-081-0/+20
* Revert "[OPENMP]Initial support for the delayed diagnostics."Alexey Bataev2019-02-081-20/+0