summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't warn about missing declarations for partial template specializationsAaron Puchert2020-02-051-0/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-11/+28
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+2
* Fix "pointer is null" static analyzer warning. NFCI.Simon Pilgrim2020-01-111-2/+1
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-9/+30
* Allow redeclaration of __declspec(uuid)Zachary Henkel2019-12-281-0/+4
* [OpenCL] Pretty print __private addr spaceAnastasia Stulova2019-12-271-1/+1
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-0/+4
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-4/+0
* Apply the alignment specifier attribute to anonymous unions and structs.Kamlesh Kumar2019-12-201-0/+3
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-0/+5
* [OPENMP50]Improve checks for declare variant functions compatibility.Alexey Bataev2019-12-121-2/+4
* Suppress -Wwarn-unused-variables when we don't know the constructorErich Keane2019-12-121-0/+7
* Fix mishandling of invalid-but-non-empty nested name specifiers in nameRichard Smith2019-12-101-5/+8
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-0/+4
* [Attr] Move ParsedTargetAttr out of the TargetAttr classCraig Topper2019-12-091-7/+5
* Add `QualType::hasAddressSpace`. NFC.Michael Liao2019-12-061-3/+3
* [opencl] Fix address space deduction on array variables.Michael Liao2019-12-041-0/+19
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-2/+0
* [OpenCL] Move addr space deduction to Sema.Anastasia Stulova2019-11-271-89/+129
* Separate the MS inheritance model enum from the attribute, NFCReid Kleckner2019-11-221-2/+2
* Don't report "main" as missing a prototype in freestanding modeBill Wendling2019-11-221-2/+4
* [Attr] Fix `-ast-print` for `asm` attributeJoel E. Denny2019-11-181-5/+6
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-0/+2
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-0/+23
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-23/+0
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-0/+23
* [c++2a] Allow comparison functions to be explicitly defaulted.Richard Smith2019-10-221-22/+0
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-171-19/+0
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-161-0/+19
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-0/+5
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-141-26/+78
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-101-6/+12
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-0/+84
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-081-3/+4
* Sema - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-2/+2
* [Sema] Avoids an assertion failure when an invalid conversion declaration is ...Richard Smith2019-10-061-0/+3
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+2
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-2/+2
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-7/+8
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-6/+6
* Ignore exception specifier mismatch when merging redeclarationsReid Kleckner2019-09-171-1/+6
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-75/+85
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-82/+71
* Don't warn about selectany on implicitly inline variablesReid Kleckner2019-09-121-0/+9
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-111-2/+5
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-111-10/+13
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-4/+32
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-30/+300
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-28/+144
OpenPOWER on IntegriCloud