summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Fix PR27122: ICE with enable_if+ill-formed call.George Burgess IV2016-03-311-1/+16
* Don't warn on "use" of undefined inline function that isn't actually an ODRRichard Smith2016-03-251-15/+16
* [NFC] Delete an unused function parameter from a static function Faisal Vali2016-03-231-3/+2
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+1
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-101-2/+2
* Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman2016-03-091-4/+8
* Sema: Treat 'strict' availability flag like unavailableDuncan P. N. Exon Smith2016-03-081-9/+1
* Add null check to diagnostic path for lambda captures.Richard Trieu2016-03-051-2/+3
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-0/+1
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+13
* [OpenCL] Add Sema checks for OpenCL 2.0 blockXiuli Pan2016-02-241-0/+35
* Amends r252104 to evaluate the controlling expression in an unevaluated conte...Aaron Ballman2016-02-231-4/+7
* Addressing review comments for r261163.Manman Ren2016-02-221-4/+3
* Fix my typo from r261278Richard Trieu2016-02-191-1/+1
* Add -Wcomma warning to Clang.Richard Trieu2016-02-181-0/+64
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-2/+11
* Correct more typos in conditional expressionsDavid Majnemer2016-02-171-1/+16
* [OpenCL] Added half type literal with suffix h.Anastasia Stulova2016-02-171-1/+8
* [Sema] More changes to fix Objective-C fallout from r249995.Bob Wilson2016-02-131-5/+17
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+1
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-041-0/+13
* [Sema debugger support] Require non-void types to be complete in unknown-anyt...Douglas Gregor2016-02-031-0/+6
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-251-4/+14
* Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...Alexey Bataev2016-01-211-114/+137
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-201-4/+4
* [CUDA] Bail, rather than crash, on va_arg in device code.Justin Lebar2016-01-201-3/+11
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-151-0/+6
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-131-17/+22
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-131-16/+38
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+1
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+2
* [Sema] Teach overload resolution about unaddressable functions.George Burgess IV2016-01-071-3/+14
* Properly bind up any cleanups in an ExprWithCleanups afterJohn McCall2016-01-061-6/+5
* Only instantiate a default argument once.John McCall2016-01-061-1/+8
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-1/+0
* fix typos; NFCSanjay Patel2015-12-291-2/+2
* Teach typo correction to properly handle mapping declarations to theirRichard Smith2015-12-291-15/+14
* Replace isa+cast with dyn_cast and obey the no else after return rule.Yaron Keren2015-12-231-6/+2
* [Sema] Use range-based for loops. NFCCraig Topper2015-12-211-56/+39
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-3/+6
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-181-3/+4
* [Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...Craig Topper2015-12-131-24/+19
* [Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...Craig Topper2015-12-131-6/+4
* Minor formatting cleanup. NFCCraig Topper2015-12-121-1/+1
* [Sema] Simplify a couple if statements. Explicitly check up front that only o...Craig Topper2015-12-121-3/+3
* [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in genericAnastasia Stulova2015-12-111-1/+2
* Reverting r255337 as it seems to kill bots. Needs investigation.Anastasia Stulova2015-12-111-2/+1
* [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in genericAnastasia Stulova2015-12-111-1/+2
* [Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea...Craig Topper2015-12-101-13/+13
OpenPOWER on IntegriCloud