summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-0/+10
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-4/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-3/+3
* some StmtExprs do not have side-effectsScott Douglass2015-06-101-1/+29
* add ConstEvaluatedExprVisitorScott Douglass2015-06-101-14/+14
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+27
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-1/+5
* HasSideEffects() should return false for calls to pure and const functions.Michael Kuperstein2015-04-061-3/+11
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-12/+8
* Use delegating ctors to reduce code duplication. NFC.Benjamin Kramer2015-03-061-30/+3
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-10/+15
* [Objctive-C sema]. Do not do the unused-getter-return-valueFariborz Jahanian2015-02-161-3/+1
* AST: alignof might be dependent because of alignment attributesDavid Majnemer2015-01-151-0/+38
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-6/+7
* Sema: Dependent array designators cannot be checkedDavid Majnemer2015-01-091-2/+2
* Volatile reads are side-effecting operations, but in the general case of acce...Aaron Ballman2015-01-031-0/+7
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-20/+37
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-6/+6
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-2/+4
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-11/+4
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+1
* Towards PR21289: don't lose track of unexpanded parameter packs withRichard Smith2014-10-171-28/+17
* Bugfix for predefined expressions in dependent context.Alexey Bataev2014-10-101-1/+1
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-3/+50
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-241-0/+4
* Range'ify some for loops over RecordDecl::fields()Hans Wennborg2014-08-211-3/+2
* Make sure CallExpr::getLocStart doesn't segfaultKeno Fischer2014-08-151-2/+2
* Objective-C ARC. First patch toward generating new APIsFariborz Jahanian2014-08-061-4/+11
* Improve -UNDEBUG binary size. We don't need a different assert fail message forRichard Smith2014-07-261-2/+2
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-181-6/+9
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-261-1/+1
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-18/+33
* Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.Richard Trieu2014-05-201-1/+2
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-141-0/+2
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-22/+23
* -Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...Ted Kremenek2014-04-161-0/+21
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-2/+14
* Extend -Wtautological-constant-out-of-range-compare to handle boolean valuesRichard Trieu2014-04-041-0/+2
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-111-4/+11
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-251-0/+3
* [Sema] Revert the change in r200622 that allowed integer casts to silence -Wn...Argyrios Kyrtzidis2014-02-111-3/+0
* Clean up some particularly ugly casting.Benjamin Kramer2014-02-051-12/+3
* Fix typo in CastExpr::getCastKindName.Jordan Rose2014-02-051-1/+1
* [Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...Argyrios Kyrtzidis2014-02-021-0/+3
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-5/+7
* Harden InitListExpr::isStringLiteralInit() against getInit() returning null.Ted Kremenek2014-01-191-1/+5
OpenPOWER on IntegriCloud