summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* FixOverloadedFunctionReference needs to rebuild member accesses of John McCall2011-04-271-8/+12
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-81/+55
* Emit a -Wnull-dereference warning for "*null" not just "*null = something". A...Argyrios Kyrtzidis2011-04-261-19/+22
* For the warnings related to -Wparentheses, display first the note about how t...Argyrios Kyrtzidis2011-04-251-16/+16
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-9/+8
* "note" location of forward class used as receiver ofFariborz Jahanian2011-04-231-1/+1
* For -Wlogical-op-parentheses, point at '&&', not '||'. Fixes rdar://9125333.Argyrios Kyrtzidis2011-04-221-6/+5
* Add a fixit suggest for missing case keywords inside a switch scope. For ins...Richard Trieu2011-04-211-0/+8
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-0/+2
* Allow shadowin of 'self' in objc methods inFariborz Jahanian2011-04-151-0/+10
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Fix mismatched delete.Benjamin Kramer2011-04-151-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+157
* Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped inEli Friedman2011-04-141-4/+2
* When creating an implicit member expression through a qualified-id, check tha...Argyrios Kyrtzidis2011-04-141-3/+15
* Add a flag to StringLiteral to keep track of whether the string is a pascal s...Anders Carlsson2011-04-141-1/+1
* Issue the 2nd fixit even if fix-it hint is supressed.Fariborz Jahanian2011-04-131-6/+5
* No fixit hint for builtin expressions which areFariborz Jahanian2011-04-131-6/+8
* Redeclaration of 'self' should be flagged inFariborz Jahanian2011-04-121-0/+11
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-179/+200
* More __unknown_anytype work.John McCall2011-04-111-93/+283
* Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall2011-04-101-17/+19
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-091-39/+114
* PR8369: make __attribute((regparm(0))) work correctly. Original patch byEli Friedman2011-04-091-1/+1
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-636/+818
* In C++ the argument of logical not should always be bool. Added missing impli...Abramo Bagnara2011-04-071-2/+8
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-35/+185
* Wide Pascal strings should be of type wchar_t[] and not unsigned char[].Anders Carlsson2011-04-061-2/+4
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-0/+7
* de-sugared when accessing property reference type.Fariborz Jahanian2011-03-301-1/+1
* Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend...Argyrios Kyrtzidis2011-03-281-0/+3
* Implements property of reference types. AddingFariborz Jahanian2011-03-281-0/+17
* refactoringAnton Yartsev2011-03-281-3/+1
* AltiVec vector comparison logic now affect only vectors of fundamental AltiVe...Anton Yartsev2011-03-271-4/+6
* supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev2011-03-271-10/+45
* More coherent diagnostic attempting to assign to a member of a const object r...Fariborz Jahanian2011-03-261-1/+20
* Allow GC qualifiers to be added/removed by conversions from/to void*John McCall2011-03-261-0/+6
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-18/+42
* Fix an error with the declaration of block parameters that dependJohn McCall2011-03-221-5/+14
* Clean up our handling of template-ids that resolve down to a singleDouglas Gregor2011-03-161-13/+4
* Don't indescriminately print overload candidates when we have invalidDouglas Gregor2011-03-161-4/+0
* Allow function calls to dereferenced member pointers ofDouglas Gregor2011-03-161-3/+0
* Don't poke into redefined 'id' type looking for a propertyFariborz Jahanian2011-03-151-2/+3
* Forgotten part of previous commit.Abramo Bagnara2011-03-121-2/+2
* Fixes for some more expressions containing function templateids thatDouglas Gregor2011-03-121-4/+36
* OpenCL: if double precision floating point constant encounteredPeter Collingbourne2011-03-111-3/+8
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-33/+70
* When comparing a null pointer and something else, always cast the nullJohn McCall2011-03-111-15/+26
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-1/+1
OpenPOWER on IntegriCloud