summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add some more checking for compound literals.Eli Friedman2008-05-201-1/+14
* Add proper type-checking for pointer additiion; before, we were acceptingEli Friedman2008-05-181-6/+27
* Sema-based fix for PR2334. The issue is that even if the two sides of Eli Friedman2008-05-161-2/+5
* Implementation of __builtin_shufflevector, a portable builtin capable of Eli Friedman2008-05-141-2/+2
* Both operands to && have to be scalars, not just one.Eli Friedman2008-05-131-1/+1
* Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types...Steve Naroff2008-05-121-2/+9
* Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman2008-05-091-7/+28
* simplify some code, don't assume that sizeof(long) < sizeof(long long).Chris Lattner2008-05-091-11/+12
* Parsing of namespaces:Argyrios Kyrtzidis2008-04-271-0/+4
* Ignore qualifiers when attempting to match arguments to parameter types for Nate Begeman2008-04-181-3/+6
* OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman2008-04-181-22/+22
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-7/+3
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-16/+37
* simplify reference handling.Chris Lattner2008-04-071-1/+1
* simplify compatibility testing for tag types.Chris Lattner2008-04-071-9/+8
* move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.Chris Lattner2008-04-071-12/+12
* simplify max type computation by making it return an integer (like Chris Lattner2008-04-061-3/+3
* minor simplifications/cleanups to type comparisons.Chris Lattner2008-04-061-5/+5
* Ignore qualifiers when checking vector operands, just like scalar operands.Nate Begeman2008-04-041-2/+5
* Fix a bug where we didn't check the RHS for null, we checkedChris Lattner2008-04-031-5/+7
* simplify some code by using PointerLikeType.Chris Lattner2008-04-021-2/+2
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-1/+1
* Various parts of the standard require something to be an "incomplete or Chris Lattner2008-04-021-10/+10
* Fix several bugs in array -> pointer decomposition.Chris Lattner2008-04-021-12/+2
* rename some variables, fix 80 col violation. No Chris Lattner2008-04-021-47/+48
* Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass ...Steve Naroff2008-04-011-2/+3
* rename Decl::CompatibleAlias -> ObjCCompatibleAlias.Chris Lattner2008-03-311-13/+26
* Fix typo.Steve Naroff2008-03-191-1/+1
* Check in a couple fixes for vector extensions. Nate Begeman2008-03-171-2/+2
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+2286
OpenPOWER on IntegriCloud