summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-0/+1
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-141-0/+2
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+21
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-21/+1
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+21
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-10/+21
* PR43242: Fix crash when typo-correcting to an operator() that should notRichard Smith2019-09-091-10/+1
* [Sema][ObjC] Mark C union fields that have non-trivial ObjC ownershipAkira Hatanaka2019-09-071-17/+1
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-1/+32
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-22/+10
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-11/+24
* [Diagnostics] Minor improvements for -Wxor-used-as-powDavid Bolvansky2019-09-051-22/+35
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-3/+71
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-88/+106
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-2/+6
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-221-1/+2
* [Diagnostics] Diagnose misused xor as powDavid Bolvansky2019-08-181-1/+105
* [Diagnostics] Improve -Wsizeof-pointer-divDavid Bolvansky2019-08-181-2/+8
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+8
* Inline diagnostic text into .td file. NFC.Richard Trieu2019-08-081-9/+19
* [Sema] Add -Wpointer-compareGeorge Burgess IV2019-08-051-0/+30
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-32/+1
* Allow prefetching from non-zero address spacesJF Bastien2019-07-251-2/+3
* [c++20] P1161R3: a[b,c] is deprecated.Richard Smith2019-07-201-0/+9
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-15/+15
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-1/+32
* [OpenCL][Sema] Fix builtin rewritingMarco Antognini2019-07-091-2/+2
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-1/+3
* Revert [Sema] Resolve placeholder types before type deduction to silence spur...Reid Kleckner2019-07-081-8/+0
* [Sema] Resolve placeholder types before type deduction to silenceAkira Hatanaka2019-07-081-0/+8
* [OPENMP]Fix handling of lambda captures in target regions.Alexey Bataev2019-07-011-0/+2
* [cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith2019-06-251-5/+8
* clang-format a block; NFCGeorge Burgess IV2019-06-211-6/+7
* [OPENMP]Fix PR42068: Vla type is not captured.Alexey Bataev2019-06-211-0/+27
* [clang] Small improvments after Adding APValue to ConstantExprGauthier Harnisch2019-06-211-5/+8
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2019-06-141-2/+4
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-141-26/+127
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-7/+5
* Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.Nico Weber2019-06-141-131/+28
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2019-06-131-2/+4
* C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...Richard Smith2019-06-131-26/+127
* Mark declarations as referenced by a default argument in aRichard Smith2019-06-111-0/+2
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-26/+47
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-71/+281
* Require stdcall etc parameters to be complete on ODR useReid Kleckner2019-06-101-0/+81
* Factor out repeated code to build a DeclRefExpr and mark it referenced.Richard Smith2019-06-041-24/+22
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-041-17/+31
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-031-31/+19
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-031-19/+31