summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner2016-04-291-0/+3
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-11/+1
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-1/+11
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-11/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-66/+3
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-1/+1
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-1/+1
* In vector comparisons, handle scalar LHS just as we handle scalar RHSReid Kleckner2016-04-141-9/+11
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-3/+66
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-2/+2
* PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ...Yaxun Liu2016-04-121-9/+66
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-1/+6
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+3
* [Sema] Delete FIXME that has been fixed. NFC.George Burgess IV2016-04-041-2/+0
* [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
OpenPOWER on IntegriCloud