]> granicus.if.org Git - clang/shortlog
clang
2009-01-10 Steve NaroffFix a misleading comment.
2009-01-10 Fariborz JahanianThis patch fixes the code gen failures which was a...
2009-01-10 Fariborz JahanianExplicit declaration of property setters over-ride
2009-01-10 Zhongxing Xuadd a bunch of castToDeclContext/castFromDeclContext...
2009-01-10 Zhongxing Xuadd castToDeclContext/castFromDeclContext methods to...
2009-01-10 Daniel Dunbarccc: Introduce ToolChains for mapping Actions to Tools...
2009-01-10 Daniel Dunbarccc: Add generic assembler & linker tools which effecti...
2009-01-10 Daniel Dunbarccc: Add information about whether type can be user...
2009-01-10 Douglas GregorAllow multiple Microsoft calling-convention keywords...
2009-01-10 Fariborz Jahanianassert if attempting to code gen. a property setter...
2009-01-09 Douglas GregorDon't bother setting NextDeclarator for EnumConstantDec...
2009-01-09 Douglas GregorWhen we see a reference to a struct, class, or union...
2009-01-09 Daniel DunbarAdd utils/SummarizeErrors.
2009-01-09 Sebastian RedlAdd some comments to the virtual work. Thanks to Doug...
2009-01-09 Daniel Dunbarccc: Get host information via Driver methods.
2009-01-09 Ted KremenekDead stores checker: Don't flag dead stores for self...
2009-01-09 Ted KremenekEnhance PTH 'getSpelling' caching:
2009-01-09 Sebastian RedlPrevent a segfault for vaarg expressions on unsupported...
2009-01-09 Fariborz JahanianThis patch removes mergeProperties and does the propert...
2009-01-09 Daniel DunbarImplement EmitUnsupportedRValue to generate an appropri...
2009-01-09 Sebastian RedlVery basic support for pure virtual functions.
2009-01-09 Douglas GregorReplace DeclContext's vector of ScopedDecl pointers...
2009-01-09 Douglas GregorMake sure that ScopedDecls passed to DeclContext::addDe...
2009-01-09 Ted KremenekAlways print out SourceManager stats with 'Stats' is...
2009-01-09 Douglas GregorProvide a new kind of iterator, the specific_decl_itera...
2009-01-09 Daniel DunbarEmit more refined "unsupported" error for block express...
2009-01-09 Daniel DunbarGive "unsupported" error on calls through block pointer...
2009-01-09 Steve NaroffMove property API's up to ObjCContainerDecl (removing...
2009-01-09 Chris LattnerFix rdar://6480479 - [parser] infinite loop on invalid...
2009-01-09 Daniel DunbarConvert block types in IRgen. This is not the correct...
2009-01-09 Daniel DunbarBlock pointer types are not aggregate types.
2009-01-09 Douglas GregorDon't crash when our FunctionDecl has a non-identifier...
2009-01-09 Daniel DunbarFix crash on null deference when searching for readwrit...
2009-01-09 Daniel Dunbarccc: Start defining host information.
2009-01-09 Douglas GregorAddressed the issue in <rdar://problem/6479085>, where...
2009-01-09 Ted KremenekRe-enable PTH testing for Cocoa.h and Carbon.h (and...
2009-01-09 Fariborz JahanianAdding support for ObjC methods which have c-style
2009-01-09 Ted KremenekEnable support for '-x objective-c++-header'.
2009-01-09 Ted KremenekSimpler solution to LiteralSupport compatibility: just...
2009-01-09 Ted KremenekInvert assertion condition.
2009-01-09 Ted KremenekTemporarily revert r61956 and r61957 (PTH tests failing).
2009-01-08 Ted KremenekEnhance -fsyntax-only test of Carbon.h to also include...
2009-01-08 Ted KremenekEnhance -fsyntax-only test of Cocoa.h to also include...
2009-01-08 Ted KremenekPTH: For the cached spellings of literals, store one...
2009-01-08 Anders CarlssonAdd mm_malloc.h, patch by Sam Weinig.
2009-01-08 Fariborz JahanianPlace warning about 'readonly' property attributes...
2009-01-08 Douglas GregorRevert my previous, failed attempt to pretty-print...
2009-01-08 Ted KremenekFix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl...
2009-01-08 Douglas GregorRemove double-insertion of EnumConstantDecls. Thanks...
2009-01-08 Ted KremenekAdded iterator mechanism to ObjCContainerDecl to iterat...
2009-01-08 Douglas GregorUnify the code for defining tags in C and C++, so that...
2009-01-08 Steve NaroffAdd missing castToDeclContext/castFromDeclContext hooks.
2009-01-08 Steve NaroffRemove a dead decl.
2009-01-08 Steve NaroffMove FIXME to a better location.
2009-01-08 Steve NaroffRemoved ObjCContainerDecl::getPropertyMethods()...doesn...
2009-01-08 Steve NaroffRemove redundant method context (now that ObjCMethodDec...
2009-01-08 Ted KremenekInitialized member variable 'Implicit' in Decl's ctor.
2009-01-08 Steve NaroffThis is a large/messy diff that unifies the ObjC AST...
2009-01-08 Zhongxing XuAdd isSubRegionOf() method to SubRegion.
2009-01-08 Zhongxing XuFix comment because we could have arbitrary number...
2009-01-08 Ted KremenekPTH: Hook up getSpelling() caching in PTHLexer. This...
2009-01-08 Ted KremenekPTH:
2009-01-08 Ted KremenekRemove debugging variable I forgot to remove in my...
2009-01-08 Ted KremenekCache the "spellings" of string, character, and numeric...
2009-01-08 Ted KremenekRefactor CacheTokens to use a PTHWriter class that...
2009-01-08 Fariborz JahanianObjc's compatibility-alias semantics and code
2009-01-07 Ted KremenekUpdate some doxygen comments to be more rich. Remove...
2009-01-07 Ted KremenekRefactor MemRegionManager instance variable into parent...
2009-01-07 Douglas GregorFix PR clang/3291
2009-01-07 Douglas GregorFix printing of member references to avoid displaying...
2009-01-07 Fariborz JahanianDon't ICE when messaging on 'super' receiver when class
2009-01-07 Fariborz JahanianAnother nasty code gen. bug with trivial fix. Calling...
2009-01-07 Douglas GregorFinished semantic analysis of anonymous unions in C++.
2009-01-07 Daniel Dunbarccc: Make proper synthetic arguments in places we have...
2009-01-07 Daniel Dunbarccc: Change Command to take list of strings for argv...
2009-01-07 Steve NaroffObjC AST cleanups/simplifications (phase 1).
2009-01-07 Douglas GregorUse DeclContext::getLookupContext wherever necessary...
2009-01-07 Douglas GregorTest case for anonymous unions in C++
2009-01-07 Douglas GregorWhen determining whether a variable is a file-scoped...
2009-01-07 Daniel Dunbarccc: Extend ArgList to support indexing into a syntheti...
2009-01-07 Daniel Dunbarccc: Refactor so that all accesses to actual input...
2009-01-07 Ted KremenekUpdate checker build.
2009-01-07 Douglas GregorInitial implementation of anonymous unions (and, as...
2009-01-07 Ted KremenekThis commit reflects changes to the retain/release...
2009-01-07 Daniel Dunbarccc (old): Pass -arch through to assembler if given.
2009-01-06 Douglas GregorAllow Objective-C entities to be declared within a...
2009-01-06 Ted KremenekSourceManager: Implement "lazy" creation of MemBuffers...
2009-01-06 Ted KremenekRemove redunant (and incorrect) call to SourceManager...
2009-01-06 Steve NaroffAnother tweak to handle the MS extensions (<rdar:/...
2009-01-06 Ted KremenekAdd whitespace to silence the following warning in...
2009-01-06 Ted KremenekReturn UnknownVal in RegionStoreManager::getSizeInEleme...
2009-01-06 Fariborz JahanianCouple of code gen. fixes in ObjC's colection-statement...
2009-01-06 Steve NaroffFix <rdar://problem/5956221> clang ObjC rewriter: Micro...
2009-01-06 Cedric VenetFix a typo.
2009-01-06 Chris Lattner- Various comment typo fixes in Sema.h
2009-01-06 Chris Lattnerit is ok to insert empty source ranges into diagnostics...
2009-01-06 Chris Lattnersimplify some code using 'continue' and the new 'isInId...
2009-01-06 Douglas GregorMinor tweaks to the transparent declcontext patch
2009-01-06 Chris Lattneradd a helper method.
2009-01-06 Chris Lattnerrename MaybeParseCXXScopeSpecifier -> ParseOptionalCXXS...
next