summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-191-12/+2
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-191-2/+12
* Minor tweak to last patch along with a test case.Fariborz Jahanian2012-10-161-1/+1
* fixes an objc crash involving objc bool literal onFariborz Jahanian2012-10-161-1/+1
* Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar2012-10-151-6/+2
* Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber2012-10-151-2/+6
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-1/+2
* Provide a fixit when taking the address of an unqualified member function.David Blaikie2012-10-111-2/+10
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-101-5/+9
* Use a single note diagnostic for all the precedent/parentheses warnings.David Blaikie2012-10-081-8/+10
* StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie2012-10-081-2/+2
* Implement -Wshift-op-parentheses for: a << b + cDavid Blaikie2012-10-051-0/+21
* objective-C arc: Warn under arc about a use of an ivar inside a blockFariborz Jahanian2012-10-031-0/+3
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-2/+4
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-3/+25
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-0/+13
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-0/+8
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-5/+9
* Small cleanup of literal semantic analysis: hiding 'char *' pointers behindDmitri Gribenko2012-09-241-9/+10
* objective-C: when diagnosing deprecated/unavailable usage ofFariborz Jahanian2012-09-211-5/+19
* -Warc-retain-cycles: warn at variable initialization as well as assignment.Jordan Rose2012-09-151-3/+11
* In debugger mode, allow comparisons between pointers and integersDouglas Gregor2012-09-141-1/+4
* refactoring + objective-C specific test for my last patch.Fariborz Jahanian2012-09-061-4/+1
* c: make __attribute__((unused)) transitive.Fariborz Jahanian2012-09-061-3/+13
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-3/+24
* objective-C: clang must implicitly convert Fariborz Jahanian2012-08-301-1/+13
* objective-C: make -Widiomatic-parentheses workFariborz Jahanian2012-08-291-1/+3
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-48/+40
OpenPOWER on IntegriCloud