summaryrefslogtreecommitdiff
path: root/lib/AST/Expr.cpp
Commit message (Expand)AuthorAge
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-26
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-22
* Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.Richard Trieu2014-05-20
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-14
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* -Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...Ted Kremenek2014-04-16
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-08
* Extend -Wtautological-constant-out-of-range-compare to handle boolean valuesRichard Trieu2014-04-04
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-11
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-25
* [Sema] Revert the change in r200622 that allowed integer casts to silence -Wn...Argyrios Kyrtzidis2014-02-11
* Clean up some particularly ugly casting.Benjamin Kramer2014-02-05
* Fix typo in CastExpr::getCastKindName.Jordan Rose2014-02-05
* [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...Argyrios Kyrtzidis2014-02-02
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Harden InitListExpr::isStringLiteralInit() against getInit() returning null.Ted Kremenek2014-01-19
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-14
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-03
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Rename isBuiltinCall() to getBuiltinCallee()Alp Toker2013-12-28
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-19
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handleRichard Smith2013-12-12
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-11
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-07
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-06
* 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