summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Always build a builtin operator expression for the __extension__ unary operator.Anders Carlsson2009-11-141-1/+2
* PR5462: Don't run off the edge of the argument array for vararg handlingEli Friedman2009-11-141-1/+1
* Don't bind arguments to temporaries if the argument has a reference type.Anders Carlsson2009-11-131-1/+2
* Fix two bugs with temporaries:Anders Carlsson2009-11-131-0/+2
* Note to self: don't leave debugging statements in the code for four hours.John McCall2009-11-121-2/+0
* Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,John McCall2009-11-121-8/+17
* Preserve source locations when building offsetof expressions featuringJohn McCall2009-11-111-1/+1
* Apparently the following idiom is specifically encouraged:John McCall2009-11-111-1/+12
* Improve parsing of template arguments to lay the foundation forDouglas Gregor2009-11-101-4/+1
* When trying to assign a regular string literal to an Objective-C 'id' type or...Anders Carlsson2009-11-101-1/+32
* Changed error for nested type qualifier mismatch toFariborz Jahanian2009-11-091-1/+1
* Test commit - minor terminology change to my recent patch suggested by John M...Alexis Hunt2009-11-081-3/+3
* Patch to gives an error that at least points users in the direction of the er...Fariborz Jahanian2009-11-071-0/+21
* Don't warn -Wsign-compare if we're in an unevaluated context, and fixedJohn McCall2009-11-061-0/+4
* compare.c also needs a target triple now, and improve some comments while we'reJohn McCall2009-11-061-7/+7
* Improve the -Wsign-compare heuristics:John McCall2009-11-061-4/+35
* Rework the fix-it hint for code likeDouglas Gregor2009-11-061-12/+32
* The signed/unsigned checker should not warn for value-dependent expressions, ...Sebastian Redl2009-11-051-0/+5
* Eliminate some false positives due to a thinko in the "'blah' isDouglas Gregor2009-11-051-11/+7
* Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall2009-11-051-5/+7
* When instantiating a UnaryOperator, allow the resulting expression toDouglas Gregor2009-11-051-15/+27
* Implement -Wsign-compare, or at least the actual comparison part of it.John McCall2009-11-051-0/+37
* Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall2009-11-041-8/+10
* Diagnose __builtin_offsetof on incomplete types. FixesJohn McCall2009-11-041-0/+4
* Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall2009-11-041-28/+2
* Implement support for parsing dependent template-ids that refer toDouglas Gregor2009-11-041-2/+7
* We have to ensure we have the canonical type to do this. This is butMike Stump2009-11-031-1/+2
* Replace the code that parses member access expressions after "." orDouglas Gregor2009-11-031-7/+66
* Use ParseUnqualifiedId when parsing id-expressions. This eliminatesDouglas Gregor2009-11-031-21/+38
* Properly instantiate usage of overloaded operator []. Fixes PR5345.Sebastian Redl2009-10-291-94/+9
* Track source information for template arguments and template specializationJohn McCall2009-10-291-3/+3
* Diagnose use of data pointer member in a function callFariborz Jahanian2009-10-281-14/+19
* Type of a conditional expression with two distinct objective-cFariborz Jahanian2009-10-271-1/+4
* Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor2009-10-271-5/+5
* Implement Chris's suggestions for the precendence warnings. Reformat the code...Sebastian Redl2009-10-271-26/+22
* Add fixit hint to bitwise precedence warning.Sebastian Redl2009-10-261-8/+31
* Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...Sebastian Redl2009-10-261-0/+50
* Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...Chris Lattner2009-10-251-5/+9
* minor reorg: check both attributes before decl.Chris Lattner2009-10-251-6/+6
* Add support for vector shifts, pretty straight forward.Nate Begeman2009-10-251-0/+4
* Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,Douglas Gregor2009-10-231-7/+1
* Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...Sebastian Redl2009-10-231-2/+2
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-33/+17
* Refactor our handling of implicit member reference expressions to get most of...Douglas Gregor2009-10-221-83/+19
* Remove default argument for ImpCastExprToType. Add appropriate argument Eli Friedman2009-10-201-64/+78
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-2/+2
* Add some more cast kinds.Anders Carlsson2009-10-181-1/+36
* Add another two ExtVectorComponent FIXMEs.Daniel Dunbar2009-10-181-0/+5
* Fix a crash with qualified member access into a non-type, from Sean Hunt!Douglas Gregor2009-10-171-0/+6
* teach getCorrespondingUnsignedType how to handle vectors of integers,Chris Lattner2009-10-171-6/+6
OpenPOWER on IntegriCloud