summaryrefslogtreecommitdiff
path: root/lib/AST/ExprConstant.cpp
Commit message (Expand)AuthorAge
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* AST: Initialization with dllimport functions in CDavid Majnemer2014-06-25
* AST: Address of dllimport functions isn't constantDavid Majnemer2014-06-24
* AST: Address of dllimport variables isn't constantDavid Majnemer2014-06-24
* Add missing "non-constant" diagnostic for a member call on a temporary ofRichard Smith2014-06-11
* Related to PR19992: when the GNU alignof-expression extension is applied to anRichard Smith2014-06-10
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* PR19346: Adding 0 to a null pointer has defined behavior in C++. Allow it in ...Richard Smith2014-04-08
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-17
* Fix a crash (assertion failure) in EvaluateAsRValue.James Dennett2014-03-14
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-13
* Reverting llvm::distance changes to use std::distance with iterators instead,...Aaron Ballman2014-03-10
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-08
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-07
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-07
* PR19010: Make sure we initialize (empty) indirect base class subobjects whenRichard Smith2014-03-05
* [AST] Follow-up for r201468, move the check to the caller and add an assertion.Argyrios Kyrtzidis2014-02-20
* [Sema] Fix assertion hit while trying to do constant evaluation for a depende...Argyrios Kyrtzidis2014-02-15
* PR18283: If a const variable of integral or enumeration type isRichard Smith2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* Fixing a FIXME; the RetTy template parameter is always bool in practice, and ...Aaron Ballman2014-01-03
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Rename isBuiltinCall() to getBuiltinCallee()Alp Toker2013-12-28
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-11
* Modern gcc is happy to constant evaluate __builtin_strlen in various casesRichard Smith2013-11-15
* PR17615: A delegating constructor initializer is a full-expression. Don'tRichard Smith2013-11-07
* Silencing some MSVC warnings about not all control paths returning a value wh...Aaron Ballman2013-11-06
* More constant evaluation cleanup, and fix an issue where we'd override anRichard Smith2013-11-06
* Simplify: we don't care why constant evaluation might have failed when we'reRichard Smith2013-11-05
* Refactor constant expression handling and make a couple of tweaks to make it aRichard Smith2013-11-05
* Add constant evaluation support for __builtin_isinf, __builtin_isfinite,Richard Smith2013-10-15
* Fix comment to match name of variable.Nick Lewycky2013-09-22
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* Fix const-eval of vector init-lists of a vector.Eli Friedman2013-09-17
* Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash ifRichard Smith2013-09-13
* PR5683: Issue a warning when subtracting pointers to types of zero size, andRichard Smith2013-09-10
* Adjust clang for change to APFloat::toString.Eli Friedman2013-08-29
* Constify more uses of ASTContext&. No functional change.Craig Topper2013-08-22
* PR16755: When initializing or modifying a bitfield member in a constantRichard Smith2013-08-06
* C++1y: track object lifetime during constexpr evaluation, and don't allowRichard Smith2013-07-24
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-20
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-11
* PR16377: Allow evaluation of statement expressions in constant evaluation,Richard Smith2013-06-20
* PR14503: Don't assert if a constexpr constructor temploid instantiates to aRichard Smith2013-06-18
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-14
* More for PR12457: fix handling of __builtin_isinf_sign and test.Richard Smith2013-06-13
* Towards PR12457: constant expression evaluation support for __builtin_parity{...Richard Smith2013-06-13