summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove warning on future change in ivar lookup ruleFariborz Jahanian2011-02-211-14/+0
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-26/+20
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-191-7/+19
* Initial steps to improve diagnostics when there is a NULL andChandler Carruth2011-02-181-0/+46
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-4/+2
* Introduce ASTContext::getLogicalOperationType() to return bool or int, depend...Argyrios Kyrtzidis2011-02-181-3/+3
* When building a qualified reference to a member of an anonymous structDouglas Gregor2011-02-181-6/+7
* Switch labels over to using normal name lookup, instead of their Chris Lattner2011-02-181-22/+7
* make block bodies handle undefined labels just like functions.Chris Lattner2011-02-171-7/+4
* Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner2011-02-171-0/+4
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-21/+37
* Implement -Wenum-compare, which warns when comparing two enums ofChandler Carruth2011-02-171-2/+18
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-26/+8
* Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloadedMatt Beaumont-Gay2011-02-171-6/+57
* Add trivial buffer overflow checking in Sema.Ted Kremenek2011-02-161-0/+8
* Fix think-o I committed without testing, shameful.Daniel Dunbar2011-02-101-1/+1
* Fix a gcc Wuninitialized false positive.Daniel Dunbar2011-02-101-1/+1
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-13/+48
* NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall2011-02-091-62/+126
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-73/+137
* pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)Anton Yartsev2011-02-071-0/+2
* Improve our handling of the current instantiation for qualifiedDouglas Gregor2011-02-041-25/+11
* When calling a bound pointer to member function, check theDouglas Gregor2011-02-041-0/+20
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-110/+128
* An insomniac stab at making block declarations list the variables they closeJohn McCall2011-02-021-102/+152
* Remove redundant check to not warn for warn_equality_with_extra_parens if we ...Ted Kremenek2011-02-021-11/+6
* When diagnosing address-space changes, apply array-to-pointer decay first.John McCall2011-02-011-0/+3
* Don't warn about extraneous '()' around a comparison if it occurs within a ma...Ted Kremenek2011-02-011-9/+12
* Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far...Argyrios Kyrtzidis2011-02-011-0/+5
* For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John!Argyrios Kyrtzidis2011-02-011-1/+3
* Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...Argyrios Kyrtzidis2011-02-011-0/+22
* Perform the bad-address-space conversions check as part of John McCall2011-02-011-18/+38
* Make Check*PointerTypesForAssignment private and tell them that they'reJohn McCall2011-01-311-73/+63
* Slightly reorganize CheckAssignmentConstraints and remove some redundantJohn McCall2011-01-311-65/+87
* Error for use of field from anonymous struct or union should say "invalid use...Argyrios Kyrtzidis2011-01-311-1/+1
* Amazing that there are still issues with the fields of anonymous struct/unions..Argyrios Kyrtzidis2011-01-311-9/+21
* Give OpaqueValueExpr a source location, because its source locationDouglas Gregor2011-01-281-3/+4
* Tweak the rule for deciding if a provisional ivar is neededFariborz Jahanian2011-01-261-1/+2
* Fix infinite loop during error diagnostics. Fixes rdar://8875304.Argyrios Kyrtzidis2011-01-251-1/+1
* Revert r124146 for now. It appears to be failing on a few platforms.Eric Christopher2011-01-241-2/+0
* pre/post increase/decrease for AltiVec vectorsAnton Yartsev2011-01-241-0/+2
* Warn about the use of unparenthesized |= in conditionals (which may beDouglas Gregor2011-01-191-5/+15
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-1/+1
* lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64.NAKAMURA Takumi2011-01-191-2/+9
* Properly do a float -> _Complex double conversion, fixes rdar://8875946.Argyrios Kyrtzidis2011-01-181-1/+2
* Add support for explicit constructor calls in Microsoft mode.Francois Pichet2011-01-181-0/+6
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-1/+1
* Add a comment for r123231.Francois Pichet2011-01-111-0/+2
* In Microsoft mode, force 64 bit hex integer constants to signed type if the L...Francois Pichet2011-01-111-1/+2
* Use the proper enum as parameter, instead of unsigned. No functionality change.Argyrios Kyrtzidis2011-01-051-8/+5
OpenPOWER on IntegriCloud