summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert [Sema] Resolve placeholder types before type deduction to silence spur...Reid Kleckner2019-07-081-22/+12
* [Sema] Resolve placeholder types before type deduction to silenceAkira Hatanaka2019-07-081-12/+22
* Suggestions to fix -Wmissing-{prototypes,variable-declarations}Aaron Puchert2019-06-181-1/+11
* Show note for -Wmissing-prototypes for functions with parametersAaron Puchert2019-06-181-16/+15
* PR42071: Reject weird names for non-type template parameters.Richard Smith2019-06-141-24/+42
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-24/+36
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-1/+1
* Defer building 'this' captures until we have left the capturing regionRichard Smith2019-05-311-1/+1
* Defer capture initialization for captured regions until after we've leftRichard Smith2019-05-311-1/+1
* Defer creating fields for captures until we finish building theRichard Smith2019-05-281-4/+4
* If capturing a variable fails, add a capture anyway (and mark itRichard Smith2019-05-281-1/+1
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-221-1/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-9/+9
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-34/+54
* Allow 'static' storage specifier on an out-of-line class member template decl...Aaron Ballman2019-05-081-2/+5
* [OpenCL] Prevent mangling kernel functions.Anastasia Stulova2019-05-071-10/+24
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-9/+9
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-9/+9
* [Sema][ObjC] Disable -Wunused-parameter for ObjC methodsAkira Hatanaka2019-05-031-2/+0
* Diagnose non-dependent qualified friend function template declarationsRichard Smith2019-05-021-2/+1
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-6/+4
* Add missing diagnostic for anonymous struct/union definitions that don'tRichard Smith2019-04-241-0/+12
* [Sema][MSVC] Fix bogus microsoft-pure-definition warning on member function o...Bruno Ricci2019-04-211-1/+1
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-181-3/+8
* [Sema] Delete unused parameters/variablesFangrui Song2019-04-181-6/+2
* Split out modules-specific declaration handling from SemaDecl.cpp into aRichard Smith2019-04-181-465/+0
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-171-0/+31
* [NFC] Remove unused function (Sema::pushExternalDeclIntoScope)Leonard Chan2019-04-161-5/+0
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-20/+101
* [PR41157][OpenCL] Prevent implicit init of local addr space var in C++ mode.Anastasia Stulova2019-04-041-1/+5
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-2/+1
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-28/+34
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-0/+9
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-1/+2
* Ensure that const variables declared at namespace scope correctly have extern...Aaron Ballman2019-03-191-2/+24
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+5
* Enable coroutines under -std=c++2a.Richard Smith2019-02-231-1/+1
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-7/+11
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-11/+7
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-7/+11
* [Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka2019-02-071-0/+4
* [Sema][ObjC] Allow declaring ObjC pointer members with non-trivialAkira Hatanaka2019-02-021-1/+2
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-2/+3
* [SemaCXX] Param diagnostic matches overload logicBrian Gesiak2019-02-011-1/+1
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-311-4/+3
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Allow 'static' storage specifier on an out-of-line member function templateErich Keane2019-01-251-1/+5
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-7/+5
* [Sema][ObjC] Check whether a DelayedDiagnosticPool has been pushedAkira Hatanaka2019-01-231-3/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
OpenPOWER on IntegriCloud