]> granicus.if.org Git - clang/shortlog
clang
2010-10-02 Anders CarlssonRename a test in preparation for fixing PR8169.
2010-10-02 Chris Lattnerwhen expanding a builtin, if the argument is required...
2010-10-01 Douglas GregorDon't add an imported function into its lexical context...
2010-10-01 Chris Lattnertidy
2010-10-01 Chris Lattnerkill off CheckX86BuiltinFunctionCall
2010-10-01 Chris Lattnermove imperative code to declarative definitions.
2010-10-01 Devang PatelMark explict methods as explict in debug info.
2010-10-01 Chris Lattnerdiagnose errors when a builtin that require constant...
2010-10-01 Chris Lattnerenhance ASTContext::GetBuiltinType to return a bitmask...
2010-10-01 Chris Lattnerrandom cleanups, no functionality change.
2010-10-01 Gabor GreifDoug's feedback
2010-10-01 Gabor GreifFactor out enumerator APSInt adjustment into
2010-10-01 Fariborz JahanianRestore test. Is for //rdar://8493239
2010-10-01 Francois PichetBetter diagnostic for superfluous scope specifier insid...
2010-10-01 Douglas GregorTeach clang_getCursorReferenced() about Objective-C...
2010-10-01 Tom CareUnreachableCodeChecker does not need to inherit from...
2010-10-01 Douglas GregorRevert r115336 ("Thread PerFileData through everything...
2010-10-01 Douglas GregorExtend libclang with an API that determines, given...
2010-10-01 Sebastian RedlThread PerFileData through everything. This allows...
2010-10-01 Sebastian RedlRecord module loaders and module source order.
2010-10-01 Chris Lattnerfix a bogus "I" that I added to the per-function attrib...
2010-10-01 Douglas GregorImplement the C++0x "trailing return type" feature...
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...
next