summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test for virtual instead of pure here. It has the exact same effect, and JohnNick Lewycky2013-02-051-1/+1
* PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith2013-02-051-3/+8
* Add some missing diagnostics for C++11 narrowing conversions.Richard Smith2013-02-051-2/+3
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-6/+7
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-021-15/+28
* objc: Provide correct fixit instruction when two mismatchedFariborz Jahanian2013-02-011-2/+3
* Fix PR14881 by implementing conversion rules between int and complex int.Bill Schmidt2013-02-011-54/+68
* Add a new -Wundefined-inline warning for inline functions which are used but notNick Lewycky2013-02-011-4/+8
* Fix grammar in comment.Nick Lewycky2013-01-311-1/+1
* Fix ODR-use of a MemberExpr to check before marking a pure function used. RemoveNick Lewycky2013-01-311-2/+12
* Hoist retrieval of Expr* into caller. No functionality change.Ted Kremenek2013-01-301-6/+6
* Also promote fp16 types to double when they're anonymous variadic arguments.Tim Northover2013-01-301-4/+8
* Micro cleanup: use an array of const char, rather than an array of char, as theRichard Smith2013-01-231-1/+1
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-4/+17
* Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith2013-01-171-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* put back diagnostics when flexible members are capturedFariborz Jahanian2013-01-091-1/+4
* Fix typo (again).Fariborz Jahanian2013-01-081-1/+1
* Remove lambda from my last patch.Fariborz Jahanian2013-01-081-4/+1
* Fixes typo in comment.Fariborz Jahanian2013-01-081-1/+1
* objectiveC blocks: It is impractical to capture Fariborz Jahanian2013-01-081-1/+16
* Move loop variable update.Rafael Espindola2013-01-081-2/+1
* Mark all subsequent decls used.Rafael Espindola2013-01-081-1/+12
* Don't warn about undefined varargs argument behavior in unreachable code.Ted Kremenek2013-01-081-5/+5
* Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to beDavid Tweed2013-01-071-0/+5
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-9/+9
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-281-6/+0
* Tweak Sema::CheckLiteralKind() to also include block literalsTed Kremenek2012-12-211-0/+3
* Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().Ted Kremenek2012-12-211-1/+1
* Hoist logic for classifying Objective-C literals into Sema (proper) for use w...Ted Kremenek2012-12-211-52/+45
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Fix regression in r170489: when instantiating a direct initializer which is aRichard Smith2012-12-211-1/+0
* Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...Benjamin Kramer2012-12-061-2/+8
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* Fix the determination of whether a capture refers to an enclosingDouglas Gregor2012-12-011-3/+4
* Merge function types in C.Rafael Espindola2012-11-291-4/+4
* Reject uses of __int128 on platforms that don't support it. Also move the uglyRichard Smith2012-11-291-2/+6
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-0/+6
* A step towards sorting out handling of triviality of special members in C++11.Richard Smith2012-11-161-6/+6
* Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the typeEli Friedman2012-11-151-24/+16
* s/tranform/transform/Benjamin Kramer2012-11-141-3/+3
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+16
* -Wobjc-literal-compare: look through implicit casts.Jordan Rose2012-11-091-1/+2
* PR11851 (and duplicates): Whenever a constexpr function is referenced,Richard Smith2012-11-071-9/+38
* When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scopeRichard Smith2012-10-231-2/+6
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-211-2/+12
* Fix __builtin_va_arg assertion failure in ARM AAPCS.Logan Chien2012-10-201-0/+10
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-201-9/+10
* Clarify wording of -Wshift-op-parentheses.David Blaikie2012-10-191-5/+5
OpenPOWER on IntegriCloud