summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-5/+5
* Remove C++ default arg side table for MS ABI ctor closuresReid Kleckner2016-11-231-11/+16
* [Sema] Don't allow applying address-of operator to a call to a functionAkira Hatanaka2016-11-191-0/+7
* Revert "Improve handling of floating point literals in OpenCL to only use dou...Renato Golin2016-11-141-22/+7
* Improve handling of floating point literals in OpenCL to only use double prec...Neil Hickey2016-11-141-7/+22
* Fix for PR28523: unexpected compilation error.Alexey Bataev2016-11-111-1/+2
* [Sema] Remove a dead assignment, NFC.Vedant Kumar2016-11-031-3/+2
* A compound literal within a global lambda or block is still withinJohn McCall2016-10-311-1/+1
* Expand -Wlogical-not-parentheses to also fire on `!x & A`.Nico Weber2016-10-271-11/+20
* Reapply r284265: "[Sema] Refactor context checking for availability diagnostics"Erik Pilkington2016-10-251-26/+12
* [Sema][ObjC] Warn about implicitly autoreleasing out-parameters capturedAkira Hatanaka2016-10-241-0/+17
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-82/+111
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-111/+82
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-82/+111
* [Sema] Gcc compatibility of vector shiftAndrey Bokhanko2016-10-191-0/+10
* DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith2016-10-181-6/+21
* Revert r284265 "[Sema] Refactor context checking for availability diagnostics"Erik Pilkington2016-10-181-12/+26
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-1/+1
* [Sema] Refactor context checking for availability diagnosticsErik Pilkington2016-10-141-26/+12
* Use SubstInitializer instead of SubstExpr when instantiating a defaultRichard Smith2016-10-141-1/+2
* [CUDA] Do a better job at detecting wrong-side calls.Justin Lebar2016-10-081-71/+49
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-7/+9
* [Sema] Replace smart quote with "'" in comment.Justin Lebar2016-10-061-1/+1
* [MS] Move hex long long sign compat hack to -fms-compatibilityReid Kleckner2016-10-041-1/+1
* [Sema] Support lax conversions for compound assignmentsBruno Cardoso Lopes2016-09-301-9/+25
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-2/+3
* [OpenCL] Diagnose assignment to dereference of half type pointerYaxun Liu2016-09-191-0/+10
* Reverting r281714 due to causing an assert when calling builtins that expect ...Neil Hickey2016-09-191-19/+3
* Improve handling of floating point literals in OpenCL to only use double prec...Neil Hickey2016-09-161-3/+19
* [Sema] Allow shifting a scalar operand by a vector operand.Akira Hatanaka2016-09-151-5/+20
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+1
* PR12298 et al: don't recursively instantiate a template specialization fromRichard Smith2016-08-311-0/+5
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-5/+5
* Left shifts of negative values are defined if -fwrapv is setJames Molloy2016-08-161-1/+1
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-67/+80
* Disable lambda-capture of decomposition declaration bindings for now, until CWGRichard Smith2016-08-151-15/+20
* Fix For pr28288 - Error message in shift of vector valuesAndrey Bokhanko2016-08-121-11/+5
* This patch implements PR#22821.Roger Ferrer Ibanez2016-08-121-1/+5
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-2/+16
* [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFCJustin Lebar2016-08-101-1/+1
* [Sema] Make switch fully covered again.Benjamin Kramer2016-08-061-1/+2
* [NFC] Silence noisy -Wreturn-type warningsErik Pilkington2016-08-061-1/+1
* [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDeclErik Pilkington2016-08-051-68/+59
* Reapply r277058: "[ObjC] Consider availability of context when emitting avail...Erik Pilkington2016-07-291-7/+13
* Revert "[ObjC] Consider availability of context when emitting availability wa...Erik Pilkington2016-07-281-13/+7
* [ObjC] Consider availability of context when emitting availability warningsErik Pilkington2016-07-281-7/+13
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+5
* [Sema][ObjC] Compute the nullability of a conditional expression basedAkira Hatanaka2016-07-251-1/+1
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-3/+10
* [Sema] Handle errors during rewriteBuiltinFunctionDeclDavid Majnemer2016-07-211-1/+5
OpenPOWER on IntegriCloud