summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-261-0/+7
* Fixed a typo.Artem Belevich2019-08-231-1/+1
* [OPENMP]Generalization of handling of declare target attribute.Alexey Bataev2019-08-221-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-14/+4
* gsl::Owner/gsl::Pointer: Add implicit annotations for some std typesMatthias Gehre2019-08-071-0/+5
* [Fix] Customize warnings for missing built-in typesJohannes Doerfert2019-07-311-3/+20
* When determining whether a lambda-expression is implicitly constexpr,Richard Smith2019-07-291-2/+1
* [Sema] Fix -Wuninitialized for struct assignment from GNU C statement expressionNathan Huckleberry2019-07-261-3/+6
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-300/+30
* Fix cppcheck reduce scope variable warnings. NFCISimon Pilgrim2019-07-201-3/+3
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-6/+5
* [OpenCL][PR42033] Fix addr space deduction with template parametersAnastasia Stulova2019-07-181-1/+4
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
OpenPOWER on IntegriCloud