summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-1143-549/+1235
* Identify AnonPointeeRegion by the symbol that is concretized.Zhongxing Xu2008-12-112-19/+19
* AnonPointeeRegions are now identified by the MemRegion of the pointer pointingZhongxing Xu2008-12-112-12/+13
* Updated checker build.Ted Kremenek2008-12-111-1/+1
* Add another complex promotion test.Anders Carlsson2008-12-101-0/+4
* Make sure to promote expressions of the form (floating point + complex intege...Anders Carlsson2008-12-102-2/+21
* PreprocessorLexer (and subclasses):Ted Kremenek2008-12-104-10/+14
* Added a warning when referencing an if's condition variable in theDouglas Gregor2008-12-107-2/+106
* The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed:...Steve Naroff2008-12-102-32/+35
* Fix PR clang/3175: CheckAddressOfOperand does not handle references to class ...Douglas Gregor2008-12-102-1/+35
* Some cleanups to the dependent-types commit, as suggested by SebastianDouglas Gregor2008-12-102-41/+37
* Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpec...Steve Naroff2008-12-102-27/+80
* Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...Ted Kremenek2008-12-102-4/+5
* Fix <rdar://problem/6418623> Bogus block type compatibility warning.Steve Naroff2008-12-103-2/+43
* Fix regression caused by fixing <rdar://problem/6429113> clang ObjC rewriter:...Steve Naroff2008-12-101-1/+1
* Use a scoped object to manage entry/exit from a parser scope rather than expl...Douglas Gregor2008-12-109-90/+108
* Append an extra newline to the module inline asm if it's not empty.Anders Carlsson2008-12-101-0/+5
* Updated checker build.Ted Kremenek2008-12-101-1/+1
* Patch to allow a getter call using property dot-syntax notation.Fariborz Jahanian2008-12-102-1/+19
* Modify the move emulation according to the excellent design of Howard Hinnant...Sebastian Redl2008-12-1011-275/+307
* Fix to BasicStoreManager::getElementLValue: If the base region is a symbol, l...Ted Kremenek2008-12-091-2/+13
* Prevent bogus warning on unimplemented setter/getter when userFariborz Jahanian2008-12-093-0/+27
* Have BasicStoreManager::getLValueElement() have logic similar to BasicStoreMa...Ted Kremenek2008-12-091-2/+37
* Add testcase for commit r60781.Steve Naroff2008-12-091-0/+95
* Support for implementation of property in the case whereFariborz Jahanian2008-12-097-15/+101
* Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl2008-12-0914-233/+133
* Add preliminary CFG support for @throw. We basically treat it like a return ...Ted Kremenek2008-12-091-1/+23
* In GRExprEngine treat @throw as an 'abort' that ends the current path. This ...Ted Kremenek2008-12-091-0/+9
* Lay the groundwork for converting the entire parser-sema chain to smart point...Sebastian Redl2008-12-094-36/+402
* Sema::ActOnMethodDeclaration(): Make sure we perform the default function/arr...Steve Naroff2008-12-091-2/+7
* Fix a serious null termination bug found by David Chisnall!Chris Lattner2008-12-091-1/+1
* Fill in C++ status table for expressions.Sebastian Redl2008-12-091-70/+251
* Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl2008-12-0911-522/+530
* Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...Steve Naroff2008-12-092-6/+49
* initialize member variable.Zhongxing Xu2008-12-091-1/+1
* Add utility method. Remove an unused method.Zhongxing Xu2008-12-092-2/+4
* [static analyzer] Extend VLA size checking to look for undefined sizes.Ted Kremenek2008-12-094-18/+51
* Update Driver to new interface for LiveVariables.Ted Kremenek2008-12-091-1/+1
* Add zero-sized VLA check test case.Ted Kremenek2008-12-091-0/+7
* Fixed LiveVariables bug where we didn't consider block-level expressions that...Ted Kremenek2008-12-094-6/+24
* Change condition under which 'retain'/'copy' are directly evaluated.Fariborz Jahanian2008-12-081-4/+6
* Add checking for zero-sized VLAs.Ted Kremenek2008-12-083-41/+91
* Incorporate MissingDealloc_IBOutlet.m test case into MissingDealloc.mTed Kremenek2008-12-082-20/+18
* Incorporate MissingDeallc_SEL.m test case into MissingDealloc.mTed Kremenek2008-12-082-30/+24
* Add test case for <rdar://problem/6380411>.Ted Kremenek2008-12-081-0/+23
* Fix PR3172: if we see an eof or } at the top level, reject it.Chris Lattner2008-12-082-0/+14
* improve comment.Chris Lattner2008-12-081-1/+1
* 'self.myIvar = nil' (properties) only releases myIvar when the property has k...Ted Kremenek2008-12-081-2/+5
* ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories ...Steve Naroff2008-12-082-0/+56
* Fix a couple uninitialized variables from my previous commit.Steve Naroff2008-12-081-1/+3
OpenPOWER on IntegriCloud