summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-3/+2
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-1/+1
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Rename isBuiltinCall() to getBuiltinCallee()Alp Toker2013-12-281-3/+3
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-3/+3
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handleRichard Smith2013-12-121-31/+0
* Add front-end infrastructure now address space casts are in LLVM IR.David Tweed2013-12-111-0/+7
* Eliminate the last trivial NDEBUG uses in clang headersAlp Toker2013-12-071-1/+2
* PR18152: When computing the semantic form for an initializer list, keep trackRichard Smith2013-12-061-2/+2
* 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
OpenPOWER on IntegriCloud