summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+8
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-0/+4
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-0/+23
* Move functions declared in ExprObjC.h into ExprObjC.cpp.James Y Knight2015-09-291-402/+0
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-3/+0
* Additional fix for PR14269: Crash on vector elements / global register vars i...Andrey Bokhanko2015-08-031-0/+12
* [CodeGen] Simplify creation of shuffle masks.Benjamin Kramer2015-07-281-1/+1
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-2/+2
* [AST] Cleanup ExprIterator.Benjamin Kramer2015-07-181-13/+0
* Fix alignment issues in Clang.James Y Knight2015-07-171-4/+13
* 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
OpenPOWER on IntegriCloud