]> granicus.if.org Git - clang/shortlog
clang
2008-08-08 Chris Lattnerupdate to make IRBuilder API change.
2008-08-08 Steve NaroffFix issues with C "tentative" definitions.
2008-08-08 Argyrios KyrtzidisChange line endings, CRLF -> LF.
2008-08-08 Argyrios KyrtzidisRevert my previous commit where I replaced cast<> with...
2008-08-08 Argyrios KyrtzidisDestroy and delete the FieldDecl members of a RecordDecl.
2008-08-08 Argyrios KyrtzidisAdd iterator access to field members for RecordDecl.
2008-08-08 Argyrios KyrtzidisUse static_cast<> instead of cast<> for CXXFieldDecl...
2008-08-08 Ted KremenekUnbreak SerializationTest and the Rewriter by doing...
2008-08-08 Ted KremenekParseAST now never releases the passed ASTConsumer...
2008-08-08 Ted KremenekUse DeclStmt::decl_iterator instead of walking the...
2008-08-07 Ted KremenekAdded AssumeSymGT, AssumeSymGE, AssumeSymLT, AssumeSymL...
2008-08-07 Ted KremenekDon't flag any dead stores for variables marked unused.
2008-08-07 Argyrios KyrtzidisClear DeclSpec::AsmLabel in DeclSpec::clear().
2008-08-07 Argyrios KyrtzidisAdd CXXRecordType class.
2008-08-07 Ted KremenekFix 80 col violation
2008-08-07 Ted KremenekParseAST now conditionally deletes the passed ASTConsumer.
2008-08-07 Ted KremenekRemove unneeded #includes.
2008-08-07 Ted KremenekMicro cleanups.
2008-08-07 Ted KremenekFix by Jordan Breeding: when scanning for prior runs...
2008-08-07 Ted KremenekFix --html-diags in driver by delaying the construction...
2008-08-07 Daniel DunbarAdd test for nested enum redefinition.
2008-08-07 Matthijs KooijmanLet LLVMCodeGenWriter forward all the methods defined...
2008-08-07 Steve NaroffSema::ActOnEnumBody(): handle nested enum redefinitions.
2008-08-07 Ted Kremenekattribute "unused" also applies to functions.
2008-08-07 Ted KremenekFix <rdar://problem/6125909>.
2008-08-06 Ted KremenekUpdated checker build.
2008-08-06 Ted KremenekEnhanced test case.
2008-08-06 Ted KremenekCleanup some processing with DeclStmt, and gradually...
2008-08-06 Nuno Lopesignore build dirs
2008-08-06 Ted KremenekAlways construct the BumpPtrAllocator used by CFG as...
2008-08-06 Ted KremenekFix serialization of DeclStmt.
2008-08-06 Ted KremenekAdded VCProj file for libDriver.
2008-08-06 Daniel DunbarAdd svn:ignore on test/Sema/Output
2008-08-06 Daniel DunbarReplace old bitfield test.
2008-08-06 Steve NaroffFix for <rdar://problem/6113807> clang ObjC rewriter...
2008-08-06 Ted KremenekReorder serialization methods.
2008-08-06 Daniel DunbarFix EmitNullInitializationToLValue for bitfield lvalues.
2008-08-06 Daniel DunbarFix bitfield accesses which straddle the boundary of...
2008-08-06 Ted KremenekUpdate xcode project to new libDriver layout.
2008-08-06 Daniel DunbarFix CodeGen of pointer arithmetic in compound assignmen...
2008-08-06 Daniel DunbarImplement GNU asm-label extension support in CodeGen...
2008-08-05 Nico Weberadd a libDriver, for now only move the text diangostics...
2008-08-05 Daniel DunbarChange CodeGen of global decls to key off of the name...
2008-08-05 Nico Weberremove spaces at eol to test commit access
2008-08-05 Ted KremenekAdd missing "classof" methods to NonNullAttr, fixing...
2008-08-05 Ted KremenekAdded decl_iterator to DeclStmt to provide an abstract...
2008-08-05 Steve NaroffFinish fixing <rdar://problem/5929344> clang ObjC rewri...
2008-08-05 Ted KremenekRemove excess #include.
2008-08-05 Nuno Lopesfix crash when printing diagnostics with tokens that...
2008-08-05 Ted KremenekRefactored driver logic for CodeGen into LLVMCodeGenWri...
2008-08-05 Steve NaroffFix <rdar://problem/6108119> clang ObjC rewriter: if...
2008-08-05 Daniel DunbarMove AsmLabel into Declarator instead of just a paramet...
2008-08-05 Daniel DunbarAdd test case for PR2001.
2008-08-05 Daniel DunbarFix const-init test case
2008-08-05 Chris LattnerFix rdar://6124613 a crash on invalid code.
2008-08-05 Daniel DunbarAdd more Parser/Sema support for GCC asm-label extension.
2008-08-05 Daniel DunbarBug fix, CodeGen of (void*) - (void*) was broken.
2008-08-05 Daniel DunbarAdd EXTWARN Diagnostic class.
2008-08-04 Ted KremenekNico Weber:
2008-08-04 Daniel DunbarFix several issues in checking of address-of expressions.
2008-08-04 Ted KremenekMisc cleanups.
2008-08-04 Ted KremenekUpdated latest checker build.
2008-08-04 Ted KremenekConvert remaining "open" calls to use three-argument...
2008-08-04 Daniel DunbarAvoid creating dummy block when no indirect gotos are...
2008-08-04 Ted KremenekFix regression when invoking the MissingDealloc analysi...
2008-08-04 Daniel DunbarAdd CodeGen support for indirect goto.
2008-08-04 Chris LattnerFinally fix PR2189. This makes a fairly invasive but...
2008-08-03 Ted KremenekUpdated latest checker build.
2008-08-02 Ted KremenekChange 'dead store (++/--)' to 'dead increment'
2008-08-01 Argyrios KyrtzidisWherever a type is used/returned from the Action module...
2008-08-01 Argyrios KyrtzidisMake the default constructor of IdentifierResolver...
2008-08-01 Daniel DunbarAdd more output to clang -parse-print-callbacks
2008-08-01 Daniel DunbarSupport constructor and destructor attributes in CodeGen
2008-07-31 Daniel DunbarSupport __attribute__(({con,de}structor)) in Parse...
2008-07-31 Ted KremenekEnhanced path-sensitive return-of-stack-address check...
2008-07-31 Ted KremenekRemove getCodeBody() from Decl, and hoist getBody(...
2008-07-31 Chris Lattnerimprove order
2008-07-31 Chris LattnerFix a regression I introduced in r54107:
2008-07-31 Mon P WangUpdated to match new atomic names (to enable overloadin...
2008-07-30 Daniel DunbarFix implicit initialization of structures.
2008-07-30 Ted KremenekUse stable sort.
2008-07-30 Ted Kremenek"Escape" bug names with quotes for selecting/deselectin...
2008-07-30 Ted KremenekAdd range highlighting for path-sensitive return-of...
2008-07-30 Daniel DunbarChange CodeGenModule GlobalDeclMap to directly referenc...
2008-07-29 Ted KremenekFix regression in range highlighting in HTML output.
2008-07-29 Daniel DunbarRework codegen emission of globals
2008-07-29 Steve NaroffFix incomplete implementation for rewriting protocol...
2008-07-29 Daniel DunbarFix codegen of chained declarations
2008-07-29 Chris Lattneradd a crazy idea
2008-07-27 Chris Lattnerfix tag
2008-07-27 Chris Lattnerlist delta and distcc.
2008-07-27 Eli FriedmanMinor tweak plus a couple of FIXMEs.
2008-07-27 Eli FriedmanRemove bashism; sh != bash on Ubuntu.
2008-07-27 Ted KremenekFix serialization for TypedefType by allowing TypedefTy...
2008-07-27 Chris Lattnermake "call foo.dump()" and "call foo->dump()" work...
2008-07-27 Chris Lattnerremove QualType::getCanonicalType. Also make
2008-07-27 Chris Lattnerremove two uses of getCanonicalType I missed.
2008-07-26 Chris Lattnerclean up the footer a bit more.
2008-07-26 Chris Lattnerremove SSIs.
2008-07-26 Chris LattnerAdd the right path to the lines image.
next