summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with interrupt attribute on ARM.Eli Friedman2017-03-141-1/+1
* [OpenCL] Fix type compatibility check and generic AS mangling.Anastasia Stulova2017-03-101-63/+84
* [Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka2017-03-011-2/+3
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-231-4/+5
* Factor out function to determine whether we're performing a templateRichard Smith2017-02-211-8/+7
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+3
* Use correct fix-it location for -Wblock-capture-autoreleasingAlex Lorenz2017-02-161-2/+24
* [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)Anastasia Stulova2017-02-161-0/+7
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-101-3/+1
* [OpenCL] Accept logical NOT for pointer types in CL1.1Anastasia Stulova2017-02-071-1/+1
* Change how we handle diagnose_if attributes.George Burgess IV2017-01-281-18/+1
* [OpenCL] Add missing address spaces in IR generation of blocksAnastasia Stulova2017-01-271-3/+20
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+2
* [Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warningAkira Hatanaka2017-01-261-3/+20
* [Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp in C modeAlex Lorenz2017-01-191-6/+5
* Warn when calling a non interrupt function from an interrupt on ARMJonathan Roelofs2017-01-181-0/+9
* [Sema] Add warning for unused lambda capturesMalcolm Parsons2017-01-131-1/+3
* [cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions ...Faisal Vali2017-01-091-0/+6
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-26/+47
* [cxx1z-constexpr-lambda] Implement constant evaluation of non-capturing lambd...Faisal Vali2017-01-091-2/+4
* PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...Richard Smith2017-01-071-51/+63
* Revisit PR10177: don't instantiate a variable if it's only referenced in aRichard Smith2017-01-061-63/+46
* Bail out if we try to build a DeclRefExpr naming an invalid declaration.Richard Smith2017-01-041-0/+3
* Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...Egor Churaev2016-12-231-0/+12
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-12/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+12
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-5/+8
* Revert r289979 due to regressionsYaxun Liu2016-12-161-8/+5
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-5/+8
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* Improve handling of floating point literals in OpenCL to only use double prec...Neil Hickey2016-12-131-5/+16
* DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith2016-12-051-5/+33
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-3/+3
* More diagnostic name fixups: w_ -> warn_, warning_ -> warn_, not_ -> note_.Richard Smith2016-12-021-1/+1
* 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
OpenPOWER on IntegriCloud