summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Add some comments to the virtual work. Thanks to Doug Gregor for the review.Sebastian Redl2009-01-091-0/+3
* Dead stores checker: Don't flag dead stores for self-assignments (common esca...Ted Kremenek2009-01-091-3/+10
* Enhance PTH 'getSpelling' caching:Ted Kremenek2009-01-091-15/+104
* Prevent a segfault for vaarg expressions on unsupported architectures.Sebastian Redl2009-01-091-2/+4
* This patch removes mergeProperties and does the property lookupFariborz Jahanian2009-01-092-36/+12
* Implement EmitUnsupportedRValue to generate an appropriately typed RValue.Daniel Dunbar2009-01-091-3/+13
* Very basic support for pure virtual functions.Sebastian Redl2009-01-091-4/+27
* Replace DeclContext's vector of ScopedDecl pointers with a linked listDouglas Gregor2009-01-094-10/+25
* Make sure that ScopedDecls passed to DeclContext::addDecl are added into thei...Douglas Gregor2009-01-093-1/+16
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-0910-18/+18
* Emit more refined "unsupported" error for block expressions.Daniel Dunbar2009-01-091-0/+5
* Give "unsupported" error on calls through block pointers instead ofDaniel Dunbar2009-01-092-6/+28
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-095-154/+65
* Fix rdar://6480479 - [parser] infinite loop on invalid inputChris Lattner2009-01-091-0/+6
* Convert block types in IRgen. This is not the correct type, butDaniel Dunbar2009-01-091-1/+3
* Block pointer types are not aggregate types.Daniel Dunbar2009-01-091-1/+4
* Fix crash on null deference when searching for readwrite properties inDaniel Dunbar2009-01-091-13/+15
* Addressed the issue in <rdar://problem/6479085>, where we failed toDouglas Gregor2009-01-093-40/+71
* Adding support for ObjC methods which have c-styleFariborz Jahanian2009-01-093-4/+8
* Invert assertion condition.Ted Kremenek2009-01-091-1/+1
* Add mm_malloc.h, patch by Sam Weinig.Anders Carlsson2009-01-081-0/+59
* Revert my previous, failed attempt to pretty-print anonymous struct/union acc...Douglas Gregor2009-01-083-9/+5
* Fix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl::Destroy to iterate and d...Ted Kremenek2009-01-081-10/+4
* Remove double-insertion of EnumConstantDecls. Thanks to Zhongxing Xu for poin...Douglas Gregor2009-01-081-5/+0
* Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor2009-01-0810-124/+152
* Move FIXME to a better location.Steve Naroff2009-01-081-5/+5
* Removed ObjCContainerDecl::getPropertyMethods()...doesn't belong in the AST.Steve Naroff2009-01-082-73/+53
* Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).Steve Naroff2009-01-082-7/+8
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-0813-169/+136
* Add isSubRegionOf() method to SubRegion.Zhongxing Xu2009-01-081-0/+13
* PTH: Hook up getSpelling() caching in PTHLexer. This results in a niceTed Kremenek2009-01-081-4/+62
* PTH:Ted Kremenek2009-01-082-7/+41
* Objc's compatibility-alias semantics and codeFariborz Jahanian2009-01-082-1/+10
* Update some doxygen comments to be more rich. Remove StoreManager::GetRegion...Ted Kremenek2009-01-071-16/+16
* Refactor MemRegionManager instance variable into parent class. No functional...Ted Kremenek2009-01-072-8/+6
* Fix PR clang/3291Douglas Gregor2009-01-071-3/+3
* Fix printing of member references to avoid displaying implicitly-generated me...Douglas Gregor2009-01-073-2/+9
* Don't ICE when messaging on 'super' receiver when classFariborz Jahanian2009-01-071-3/+6
* Another nasty code gen. bug with trivial fix. Calling classFariborz Jahanian2009-01-071-1/+3
* Finished semantic analysis of anonymous unions in C++.Douglas Gregor2009-01-074-19/+108
* ObjC AST cleanups/simplifications (phase 1).Steve Naroff2009-01-071-49/+6
* Use DeclContext::getLookupContext wherever necessary to ensure that we look t...Douglas Gregor2009-01-071-2/+3
* When determining whether a variable is a file-scoped variable, checkDouglas Gregor2009-01-071-2/+2
* Initial implementation of anonymous unions (and, as a GNU extension,Douglas Gregor2009-01-078-16/+362
* This commit reflects changes to the retain/release checker motivated by myTed Kremenek2009-01-071-36/+42
* Allow Objective-C entities to be declared within a transparent contextDouglas Gregor2009-01-064-8/+11
* SourceManager: Implement "lazy" creation of MemBuffers for source files.Ted Kremenek2009-01-061-5/+22
* Another tweak to handle the MS extensions (<rdar://problem/5956221>).Steve Naroff2009-01-062-0/+2
* Add whitespace to silence the following warning in a Release build: warning: ...Ted Kremenek2009-01-061-1/+1
* Return UnknownVal in RegionStoreManager::getSizeInElements() for unsupported ...Ted Kremenek2009-01-061-0/+1
OpenPOWER on IntegriCloud