summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix my earlier commit to work with escaped newlines and leave breadcrumbsJohn McCall2011-03-081-3/+2
* Update the check for a NULL macro to use Preprocessor::getSpelling().John McCall2011-03-081-5/+3
* Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay2011-03-051-9/+12
* Don't warning about shifting by too many bits in dead code.Ted Kremenek2011-03-011-1/+3
* For C++, enhance -Warray-bounds to recursively analyze array subscript access...Ted Kremenek2011-03-011-5/+2
* Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544.Ted Kremenek2011-03-011-1/+3
* Implement comparison of C++0x scoped enumeration types. Fixes PR9333.Douglas Gregor2011-03-011-0/+7
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-10/+3
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-9/+4
* Push nested-name-specifier source location information intoDouglas Gregor2011-02-281-3/+9
* Provide a bit saying that a builtin undergoes custom type-checking, thenJohn McCall2011-02-261-11/+23
* Handle value dependent LHS as well as RHS. Test both of these, theyChandler Carruth2011-02-241-1/+1
* Implement a warning for known shift overflows on constant shiftChandler Carruth2011-02-231-16/+56
* Sema: diagnose kernel calls to non-global functionsPeter Collingbourne2011-02-231-0/+14
* Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the r...Ted Kremenek2011-02-231-10/+18
* Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(...Ted Kremenek2011-02-231-6/+2
* Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the ...Ted Kremenek2011-02-231-12/+12
* Clean up the error recovery at the bottom of Sema::LookupMemberExpr. ThisMatt Beaumont-Gay2011-02-221-104/+103
* Tweaks to C++0x deduced auto type support:Richard Smith2011-02-211-6/+4
* Don't warn about static const integral data members with in-line constantJohn McCall2011-02-211-2/+5
OpenPOWER on IntegriCloud