summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-171-0/+2
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-37/+31
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-31/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-0/+5
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-2/+2
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-8/+14
* [OpenCL] Fix addr space deduction for pointers/references to arrays.Anastasia Stulova2019-08-191-2/+16
* [clang] Fix mismatched args constructing AddressSpaceAttr.Anton Bikineev2019-08-071-3/+3
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-291-2/+2
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-5/+0
* [OpenCL][PR42033] Fix addr space deduction with template parametersAnastasia Stulova2019-07-181-1/+3
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-0/+5
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+1
* [OpenCL][PR42031] Prevent deducing addr space in type alias.Anastasia Stulova2019-06-051-0/+3
* Avoid using NoThrow Exception Specifier in non-C++ Modes.Erich Keane2019-06-051-13/+12
* Suppress nothrow/Exception spec conflict warning when we dont know the ES.Erich Keane2019-05-311-7/+7
* Suppress nothrow/exception spec conflict warning when ES is parsed.Erich Keane2019-05-311-1/+3
* Fix "fallthrough annotation in unreachable code" warning.Richard Smith2019-05-301-1/+1
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-1/+57
* [OpenCL] Fix file-scope const sampler variable for 2.0Yaxun Liu2019-05-271-1/+15
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-221-2/+4
* Test commitKevin Petit2019-05-151-1/+1
* Fix for the greendragon bots.Leonard Chan2019-05-081-1/+3
* [Sema] Add missing VisitMacroQualifiedTypeLoc to TypeSpecLocFillerLeonard Chan2019-05-071-0/+5
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-4/+46
* [Sema] Fix for P41774 where `ExpectNoDerefChunk` is assigned twiceLeonard Chan2019-05-061-5/+2
* PR41183: Don't emit strict-prototypes warning for an implicit functionJames Y Knight2019-05-061-1/+4
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-2/+3
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-23/+4
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-4/+23
* [OpenCL] Deduce static data members to __global addr space.Anastasia Stulova2019-05-021-2/+4
* Use llvm::stable_sortFangrui Song2019-04-241-4/+1
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-021-2/+2
* [Sema] Fix assertion when `auto` parameter in lambda has an attribute.Volodymyr Sapsai2019-03-291-1/+18
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-3/+6
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-12/+10
* [Sema] Fix a use-after-free of a _Nonnull ParsedAttrErik Pilkington2019-03-141-10/+12
* [PR41007][OpenCL] Allow printf in C++ mode.Anastasia Stulova2019-03-121-1/+1
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-3/+6
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-9/+7
* Revert "[OPENMP] Delayed diagnostics for VLA support."Alexey Bataev2019-02-221-7/+9
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-9/+7
* [CUDA][HIP] Do not diagnose use of _Float16Yaxun Liu2019-01-291-1/+4
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-3/+3
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-1/+6
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-26/+71
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-211-49/+58
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3