summaryrefslogtreecommitdiff
path: root/lib/AST/Expr.cpp
Commit message (Expand)AuthorAge
* Merging r197036:Tom Stellard2014-05-16
* DR408: If a static data member of incomplete array type is declared in a classRichard Smith2013-11-14
* -fms-compatibility: Use C++98 null pointer constant rulesReid Kleckner2013-11-12
* [-fms-extensions] Add support for __FUNCDNAME__David Majnemer2013-11-06
* Tweak changes in r186464 to avoid a crash.Eli Friedman2013-10-01
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-18
* Handle predefined expression for a captured statementWei Pan2013-08-26
* Constify the ASTContext& passed to Expr creation functions. Also constify the...Craig Topper2013-08-22
* Sema: Use the right type for PredefinedExpr when it's in a lambda.Benjamin Kramer2013-08-21
* Make expression allocation methods use a 'const' reference to the ASTContext ...Craig Topper2013-08-18
* Properly track l-paren of a CXXFucntionalCastExpr.Eli Friedman2013-08-15
* report unused-value warning also for warn_unused typesLubos Lunak2013-07-21
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-20
* Fix another place where clang check objc selector name instead of checking th...Jean-Daniel Dupas2013-07-19
* Make Expr::isConstantInitializer match IRGen.Eli Friedman2013-07-16
* PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith2013-06-15
* Implement core issue 903: only integer literals with value 0 and prvalues ofRichard Smith2013-06-13
* PR12086, PR15117Richard Smith2013-06-12
* Do not walk through member-accesses on bitfields when looking for the objectRichard Smith2013-06-03
* Fix handling of pointers-to-members and comma expressions whenRichard Smith2013-06-03
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Allocate memory for the new number of subexpressions. Fixup for r181572Dmitri Gribenko2013-05-10
* ArrayRef'ize ShuffleVectorExpr::setExprsDmitri Gribenko2013-05-10
* Grab-bag of bit-field fixes:John McCall2013-05-06
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-22
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-20
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Add streamed versions of getQualifiedNameAsString.Benjamin Kramer2013-02-23
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Use const visitors in ASTDumper.Alexander Kornienko2013-02-01
* Constify some getters of DesignatedInitExprDmitri Gribenko2013-01-26
* Switch to APFloat constructor taking fltSemantics.Tim Northover2013-01-22
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor notRichard Smith2013-01-17
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-17
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-02
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-02
* Fix for PR12222.Erik Verbruggen2012-12-25
* Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__Argyrios Kyrtzidis2012-12-14
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-01
* Allow to pass from syntactic form of InitListExpr to semantic form (just as v...Abramo Bagnara2012-11-08
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-08
* Fix an incorrect assert, the LHS can be an LValue.Rafael Espindola2012-11-01
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-01
* Move two helper functions to AST so that sema can use them.Rafael Espindola2012-10-27
* Address feedback from Eli Friedman on r166522.Matt Beaumont-Gay2012-10-24
* Don't emit -Wunused-value warnings from macro expansions.Matt Beaumont-Gay2012-10-23
* Fix -Wunused-value to not warn on expressions that have unresolved lookups dueMatt Beaumont-Gay2012-10-23
* StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie2012-10-08