]> granicus.if.org Git - clang/shortlog
clang
2010-10-01 Chris LattnerVarious builtins a require an integer constant. Not...
2010-10-01 Chris Lattner__builtin_ia32_psrldqi128 too
2010-10-01 Chris Lattnerthe second argument to __builtin_ia32_pslldqi128 must...
2010-10-01 Zhongxing XuNow the whether adding implicit dtors is controlled...
2010-10-01 Zhongxing XuThe return value is never used.
2010-10-01 Zhongxing XuUse default augument.
2010-10-01 Zhongxing XuSimplify interface for addLocalScopeForStmt().
2010-10-01 Zhongxing XuThe old logic would add non-struct and non C++ struct...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for exception...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for init statemen...
2010-10-01 Marcin Swiderskidded generating CFGAutomaticObjDtors for condition...
2010-10-01 Douglas GregorIf we get a TU_CONTEXT update from a chained PCH file...
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for condition...
2010-10-01 Douglas GregorEnable chained precompiled headers for use with precomp...
2010-10-01 Douglas GregorWhen an identifier that has a macro definition in the...
2010-10-01 Fariborz JahanianRemove test until further notice.
2010-10-01 Marcin SwiderskiAdded generating CFGAutomaticObjDtors for condition...
2010-10-01 Marcin SwiderskiFixed checking for trivial destructor in CFGBuilder...
2010-10-01 Fariborz JahanianFix test.
2010-10-01 Marcin SwiderskiAdded:
2010-10-01 Fariborz JahanianOutput debug info. for ivars declared in class
2010-10-01 Argyrios KyrtzidisAdd test case I forgot for r115159 (support implicit...
2010-09-30 Dale JohannesenClang part of MMX rewrite (goes with 115243).
2010-09-30 Marcin SwiderskiAdded methods for adding LocalScopes and CFGAutomaticOb...
2010-09-30 Marcin SwiderskiAdded methods for inserting CFGAutomaticObjDtors to...
2010-09-30 Marcin SwiderskiAdded:
2010-09-30 Dawn Perchikperform_code_completion(): fix type declaration for TU.
2010-09-30 Nick LewyckyCorrect this name so I stop giving out the wrong email...
2010-09-30 Fariborz JahanianRewriting array element type of qualified-id.
2010-09-30 Daniel Dunbarc-index-test: Run inside a separate thread iff we have...
2010-09-30 Devang PatelIntroduce -flimit-debug-info.
2010-09-30 Argyrios KyrtzidisSupport implicit includes when generating a PCH and...
2010-09-30 Argyrios KyrtzidisDriver: Ignore the found PCH file if its '-include...
2010-09-30 Gabor Greiftypo
2010-09-30 Marcin SwiderskiAdded two new command line arguments:
2010-09-30 Tom CareUpdated scan-build:
2010-09-30 Ted KremenekInclude changes to VisitCXXMemberCallExpr (call visitor...
2010-09-30 Ted KremenekChange CheckerVisitor so that [Pre,Post]VisitCallExpr...
2010-09-30 Sebastian RedlMake the FileID import map key on FileID.
2010-09-30 Sebastian RedlIn MeasureTokenLength, the FileLoc supplied to the...
2010-09-30 Ted KremenekTweak nil receiver checker to not warning about 64...
2010-09-29 Tom CareAnalyzerStatsChecker improvements:
2010-09-29 Tom CareModified the ccc-analyzer script to print the compiler...
2010-09-29 Tom CareChange -analyzer-max-nodes to allow 0 as a parameter...
2010-09-29 Devang PatelAttach aritifical attribute with implicit parameters.
2010-09-29 Devang PatelImplicitParamDecl is always implicit.
2010-09-29 Devang PatelEmit method access specifier.
2010-09-29 Ted KremenekUpdate docs to include proper location of clang binary.
2010-09-29 Douglas GregorWhen performing template argument deduction of a functi...
2010-09-29 Devang PatelUpdate to reflect DIFactory::CreateSubprogram() interfa...
2010-09-29 Devang PatelRemove dead code.
2010-09-29 Daniel DunbarBasic: Simplify getClangRepositoryPath and getClangRevi...
2010-09-29 Devang PatelTest case for r115067.
2010-09-29 Daniel DunbarAdd support for attribute((naked)), patch by Zoxc on...
2010-09-29 Douglas GregorFix handling of dependent nested namespace specifiers...
2010-09-29 Daniel DunbarBasic: Add support for git svn to get the repo version...
2010-09-29 Daniel DunbarFrontend/XML: Add support for printing nested structure...
2010-09-29 Douglas GregorDefine _Bool, bool, true, and false macros in <stdbool...
2010-09-29 Douglas GregorMove the management of the set of conversion functions...
2010-09-29 Craig SilversteinVisit the type information for CXXUnresolvedConstructEx...
2010-09-29 Douglas GregorMove the maintenance of CXXRecordDecl::DefinitionData...
2010-09-28 Chris Lattnerenhance tentative parsing to handle ms extensions,...
2010-09-28 Douglas GregorTeach FunctionDecl::setPure() to (indirectly) mark...
2010-09-28 Ted KremenekAdd test case for <rdar://problem/8452791> (fixed in...
2010-09-28 Douglas GregorReinstate r114925 and r114929, both steps toward
2010-09-28 Fariborz Jahanianvla expressions used in __typeof__ must be evaluated.
2010-09-28 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-28 Sebastian RedlFollow-up to r114978, used wrong tag.
2010-09-28 Sebastian RedlMove ExternalSemaSource::ReadMethodPool's implementatio...
2010-09-28 Douglas GregorReinstate r114921, which I've exonerated via a self...
2010-09-28 Douglas GregorWhen we have two identifiers in a row in Objective...
2010-09-28 Argyrios KyrtzidisDon't warn with -Wbool-conversions if the user wrote...
2010-09-28 Argyrios KyrtzidisDon't warn for an unused label if it has 'unused' attri...
2010-09-28 Sebastian RedlFix a bug in loading macro records. Fixes yet another...
2010-09-28 Sebastian RedlFix a use of an invalidated reference due to a hash...
2010-09-28 Bill WendlingAccidentally committed some temporary changes on my...
2010-09-28 Bill WendlingTemporarily revert 114929 114925 114924 114921. It...
2010-09-28 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Sebastian RedlMy previous fix was incorrect for non-chained PCH reuse...
2010-09-27 Douglas GregorCentralize the management of CXXRecordDecl::DefinitionD...
2010-09-27 Douglas GregorCentralize the handling of CXXRecordDecl::DefinitionData's
2010-09-27 Fariborz JahanianPatch to support transparent_union arguments
2010-09-27 Douglas GregorKill FunctionDecl's IsCopyAssignment bit; it duplicated...
2010-09-27 Sebastian RedlWhen chaining PCHs, only write PPRecords that don't...
2010-09-27 Douglas GregorCentralize the handling of
2010-09-27 Bill WendlingRevert my patch changing the MMX "shift" intrinsics...
2010-09-27 Douglas GregorClean up the handling of the DeclaredDefaultConstructor and
2010-09-27 Nico WeberCorrectly set "explicit template instantiation" kind...
2010-09-27 Nico WeberLet lit give helpful advice if 'make test' was not...
2010-09-27 Daniel Dunbarutils/ABITest: Factor out type naming code slightly.
2010-09-27 Daniel Dunbarutils/ABITest: Tweak default bit-field types to cover...
2010-09-27 Daniel Dunbarutils/ABITest: Add a workaround for mismatches due...
2010-09-27 Daniel Dunbarutils/ABITest: Add option to skip individual tests...
2010-09-27 Daniel DunbarFrontend: Teach clang -cc1as to respond to -v.
2010-09-27 Fariborz JahanianIssue warning for trivial cases of nonnull attributes
2010-09-27 Fariborz JahanianCopying result of object property reference expression
2010-09-27 Douglas GregorRemove libclang logging code
2010-09-27 Abramo BagnaraFixed isConstantInitializer for __builtin_choose_expr.
next