summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-291-1/+10
* Constify more uses of ASTContext&. No functional change.Craig Topper2013-08-221-7/+8
* PR16755: When initializing or modifying a bitfield member in a constantRichard Smith2013-08-061-7/+48
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-241-59/+170
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-2/+2
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-111-1/+7
* PR16377: Allow evaluation of statement expressions in constant evaluation,Richard Smith2013-06-201-2/+47
* PR14503: Don't assert if a constexpr constructor temploid instantiates to aRichard Smith2013-06-181-0/+5
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-141-0/+1
* More for PR12457: fix handling of __builtin_isinf_sign and test.Richard Smith2013-06-131-1/+1
* Towards PR12457: constant expression evaluation support for __builtin_parity{...Richard Smith2013-06-131-14/+63
* Fix part of PR12457. Patch by Justin Bogner!Richard Smith2013-06-131-0/+34
* PR12086, PR15117Richard Smith2013-06-121-4/+54
* When a static storage duration temporary appears in a constant expression, itRichard Smith2013-06-061-2/+7
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-11/+63
* Refactor constant expression evaluation to associate the complete object of aRichard Smith2013-06-031-83/+165
* PR14772: Support constant expression evaluation for _Atomic types.Richard Smith2013-05-231-14/+64
* Tidy up now that PointerUnion has an operator== that works.Richard Smith2013-05-161-2/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Suppress bogus "use of undefined constexpr function" error if the function bodyRichard Smith2013-05-141-0/+5
* Suppress GCC warning for no return after covered switch, and remove someRichard Smith2013-05-131-2/+1
* C++1y: support for 'switch' statements in constexpr functions. This is somewhatRichard Smith2013-05-121-9/+142
* Implement C++1y constant initializer rules: in a constant initializer for anRichard Smith2013-05-091-32/+47
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-081-4/+22
* C++1y constant expression evaluation: compound assignment support for floatin...Richard Smith2013-05-071-43/+62
* C++1y constant expression evaluation: support for compound assignments on int...Richard Smith2013-05-071-131/+248
* C++1y: an assignment operator is implicitly 'constexpr' if it would only call...Richard Smith2013-05-071-0/+21
* Add llvm_unreachable at end of fully covered switchHans Wennborg2013-05-061-0/+1
* Require the containing type to be complete when we seeJohn McCall2013-05-061-0/+4
* C++1y: support range-based for loops in constant expressions.Richard Smith2013-05-061-0/+39
* C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith2013-05-061-12/+101
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-051-28/+218
* Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith2013-05-051-238/+244
* PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith2013-05-011-8/+6
* Move helper classes into anonymous namespaces.Benjamin Kramer2013-04-261-0/+2
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-261-96/+376
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-13/+99
* Fix array constant expression evaluation bug: we can have different values forRichard Smith2013-04-221-36/+62
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-3/+35
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-1/+1
* Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose2013-04-111-17/+4
* Fix a crash in OpenCL code by using the proper (RHS) bit-width.Joey Gouly2013-01-291-2/+2
* removed duplicated comment.Fariborz Jahanian2013-01-241-1/+0
* Patch to check for integer overflow. It has beenFariborz Jahanian2013-01-241-17/+57
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-221-2/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-15/+14
* Issue warning when case value is too large to fitFariborz Jahanian2013-01-091-1/+3
* Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed2013-01-071-6/+16
OpenPOWER on IntegriCloud