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