]> granicus.if.org Git - clang/shortlog
clang
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...
2009-01-06 Chris Lattnerminor code cleanups, reduce indentation since 'if'...
2009-01-06 Daniel Dunbarccc: Remove ValueArg::setValue, this is no longer used.
2009-01-06 Daniel Dunbarccc: Track last actual argument instance for each optio...
2009-01-06 Chris Lattnerdocument annotation tokens.
2009-01-06 Chris LattnerMake Token::setLength assert that the token is not...
2009-01-06 Douglas GregorOops. Un-publicify SrcMgr::ContentCache::Buffer.
2009-01-06 Douglas GregorAdd QualifiedDeclRefExpr, which retains additional...
2009-01-06 Chris Lattnerrename tok::annot_qualtypename -> tok::annot_typename...
2009-01-06 Chris Lattneradd TypeTraits.h to the Xcode project
2009-01-06 Chris Lattneruse getBuffer() to fix compile error. Ted, please...
2009-01-06 Daniel Dunbarccc: Use dummy InputOption and UnknownOption classes...
2009-01-06 Ted KremenekMisc changes to SourceManager::ContentCache:
2009-01-06 Daniel Dunbarccc: Introduce ArgList for keeping input argv & parsed...
2009-01-05 Chris Lattnerrename these tests to match the attribute.
2009-01-05 Chris LattnerOptimize stringification a bit to avoid std::string...
2009-01-05 Daniel DunbarRemainder is only valid on integer vector operands.
2009-01-05 Daniel DunbarBack out code for handling VectorType's in getFloatingRank.
2009-01-05 Daniel DunbarUse CheckVectorOperands when % is applied to a vector...
2009-01-05 Daniel DunbarImplement getFloatingRank() for extended vectors.
2009-01-05 Sebastian RedlSilence a GCC warning
2009-01-05 Sebastian RedlPODness and Type Traits
2009-01-05 Daniel DunbarAdd prototype ccc rewrite.
2009-01-05 Douglas GregorAdd forgotten test case for linkage specifications
2009-01-05 Douglas GregorIntroduce support for "transparent" DeclContexts, which are
2009-01-05 Chris Lattnersimplify Preprocessor::getSpelling now that identifiers...
2009-01-05 Douglas GregorFix an uninitialized-variable warning
2009-01-05 Chris Lattnerremove optimization to avoid looking ahead for cases...
2009-01-05 Chris Lattnersimplify some code.
2009-01-05 Chris LattnerRearrange some code in TryAnnotateTypeOrScopeToken...
2009-01-05 Chris LattnerFix a bug where we'd try to look beyond the current...
2009-01-05 Anders CarlssonPass '-undefined- to the linker
2009-01-05 Chris LattnerTryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToke...
2009-01-05 Anders CarlssonGenerate debug info for VLA types
2009-01-05 Chris Lattneradd a testcase
2009-01-05 Chris LattnerParseCXXSimpleTypeSpecifier can only be called on thing...
2009-01-05 Chris Lattnersink a call to TryAnnotateCXXScopeToken down into the
2009-01-04 Chris LattnerSimplify some control flow and remove a call to TryAnno...
2009-01-04 Chris Lattnercode simplification
2009-01-04 Chris Lattnersink calls to TryAnnotateTypeOrScopeToken down into...
2009-01-04 Chris Lattnerpush the call in isCXXDeclarationSpecifier to TryAnnota...
2009-01-04 Chris Lattnermy previous patch caused sema to drop the global qualif...
2009-01-04 Chris Lattnersink the call to TryAnnotateTypeOrScopeToken in
2009-01-04 Chris Lattneruse early exits to reduce nesting.
2009-01-04 Chris Lattnersimplify control flow by removing a goto.
next