]> granicus.if.org Git - clang/shortlog
clang
2010-10-04 Devang PatelFix filename in header comment.
2010-10-04 Douglas GregorWhen a type comes from a previously-loaded PCH/AST...
2010-10-04 Daniel Dunbarwww: Add a "Clang Related Projects" page, to collect...
2010-10-04 Marcin SwiderskiAdded support for C++ initializers in CFG.
2010-10-03 Chris LattnerChange to match 115473.
2010-10-03 Bill WendlingDo x86_64.
2010-10-03 Bill WendlingTest to verify that all of the MMX builtins are handled...
2010-10-02 Douglas GregorWhen providing a block literal as a code completion...
2010-10-02 Douglas GregorIntroduce a new libclang function, clang_getCursorDispl...
2010-10-02 Douglas GregorTeach clang_getCursorType() about base specifiers and...
2010-10-02 Chris Lattnerthe mmx intrinsic for pshufw should map to the IR intri...
2010-10-02 Douglas GregorWhen we insert a category (or class extension) into...
2010-10-02 Douglas GregorDon't add -fno-spell-checking in libclang if a spell...
2010-10-02 Douglas GregorProvide proper source location and range information...
2010-10-02 Douglas GregorImplement chained PCH support for the macro definitions...
2010-10-02 Anders CarlssonUse ParseObjCSelectorPiece for parsing getter and sette...
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,...
next