summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-1/+8
* PTH:Ted Kremenek2009-01-131-3/+3
* Use the unqualified type for GCCs struct/union cast extensionAnders Carlsson2009-01-131-2/+2
* Warn when someone tries to pass a variable with a non-POD type to a varargs f...Anders Carlsson2009-01-131-0/+11
* Patch to supprt case of readonly property being Fariborz Jahanian2009-01-121-1/+24
* Revert my previous, failed attempt to pretty-print anonymous struct/union acc...Douglas Gregor2009-01-081-4/+0
* Fix printing of member references to avoid displaying implicitly-generated me...Douglas Gregor2009-01-071-0/+4
* Initial implementation of anonymous unions (and, as a GNU extension,Douglas Gregor2009-01-071-3/+152
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-061-16/+34
* Remainder is only valid on integer vector operands.Daniel Dunbar2009-01-051-2/+5
* Use CheckVectorOperands when % is applied to a vector type.Daniel Dunbar2009-01-051-4/+3
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-241-7/+8
* Don't explicitly represent OverloadedFunctionDecls withinDouglas Gregor2008-12-231-20/+20
* Add support for calls to overloaded member functions. Things to note:Douglas Gregor2008-12-221-77/+161
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-21/+43
* Implement checks for bool in increment and decrement.Sebastian Redl2008-12-201-5/+15
* Allow downcasts of pointers to Objective-C interfaces, with aDouglas Gregor2008-12-191-1/+2
* Fix for PR3234Anders Carlsson2008-12-191-0/+6
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-181-6/+9
* Delay semantic analysis of the C++ names casts when the subexpression is type...Douglas Gregor2008-12-171-0/+3
* remove debug stmt, sorry..Nuno Lopes2008-12-161-1/+1
* fix PR 3222: allow one to get the address of a global function in C++Nuno Lopes2008-12-161-2/+4
* Fix for PR3212: don't descend into C++ operator overloading code for C Eli Friedman2008-12-151-4/+4
* Patch for ObjCIvarRefExpr containing the fieldFariborz Jahanian2008-12-131-3/+6
* fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ...Chris Lattner2008-12-121-6/+8
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-10/+22
* Make sure to promote expressions of the form (floating point + complex intege...Anders Carlsson2008-12-101-2/+10
* Added a warning when referencing an if's condition variable in theDouglas Gregor2008-12-101-0/+21
* Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...Douglas Gregor2008-12-101-1/+4
* Some cleanups to the dependent-types commit, as suggested by SebastianDouglas Gregor2008-12-101-37/+37
* Patch to allow a getter call using property dot-syntax notation.Fariborz Jahanian2008-12-101-1/+8
* Add support for calls to dependent names within templates, e.g.,Douglas Gregor2008-12-061-5/+51
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-051-5/+73
* change getCurFunctionDecl to skip through Block contexts to findChris Lattner2008-12-041-4/+4
* Fix typo in index operator overloading.Sebastian Redl2008-12-031-1/+1
* Revert change that made isNullPointerConstant start emitting warnings. We don...Anders Carlsson2008-12-011-22/+2
* Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::...Anders Carlsson2008-12-011-2/+22
* Add Sema::VerifyIntegerConstantExpressionAnders Carlsson2008-11-301-0/+33
* Implement the GNU __null extensionDouglas Gregor2008-11-291-0/+12
* Don't complain about block pointer to void* conversionsDouglas Gregor2008-11-271-6/+3
* Fix a minor typo in the handling of the conditional operator for Objective-C ...Douglas Gregor2008-11-261-1/+1
* Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes...Douglas Gregor2008-11-261-4/+8
* Move the overloading logic of Sema::ActOnCallExpr to a separate functionDouglas Gregor2008-11-261-30/+4
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-57/+43
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-17/+17
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-2/+2
* Add support for sending QualType's directly into diags and convert twoChris Lattner2008-11-231-12/+11
* Support for implicit property assignment. Error assigning toFariborz Jahanian2008-11-221-3/+41
* New AST node to access "implicit" setter/getter using property dor syntax.Fariborz Jahanian2008-11-221-35/+7
* Implement a %plural modifier for complex plural forms in diagnostics. Use it ...Sebastian Redl2008-11-221-10/+5
OpenPOWER on IntegriCloud