]> granicus.if.org Git - clang/shortlog
clang
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.
2008-07-26 Chris Lattnerlink to doxygen dox
2008-07-26 Chris LattnerComment out the last call to QualType::getCanonicalType...
2008-07-26 Chris LattnerFix a bug in my previous patch, CGF is not valid for...
2008-07-26 Chris Lattnerremove uses of QualType::getCanonicalType() from codege...
2008-07-26 Chris Lattnerremove some unneeded calls to getCanonicalType
2008-07-26 Chris Lattnerchange more instances of QualType::getCanonicalType...
2008-07-26 Chris Lattneralphabeticalize a bit better.
2008-07-26 Daniel DunbarAdd doxygen support
2008-07-26 Chris Lattnerconvert more code to use ASTContext to get canonical...
2008-07-26 Chris Lattnerremove a helper method.
2008-07-26 Chris Lattnerimplement codegen support for labels at the end of...
2008-07-26 Chris Lattnerminor tidying, no functionality change.
2008-07-26 Chris Lattnerfix some problems handling stmtexprs with labels (PR237...
2008-07-26 Chris Lattnerfix an extraneous blank line in -ast-dump output.
2008-07-26 Chris Lattnertestcase for PR2416, which we already handle correctly.
2008-07-26 Ted KremenekRemove some old text.
2008-07-26 Chris LattnerPull protocol resolution of out ActOnStartClassInterfac...
2008-07-26 Chris Lattnerrefactor protocol resolution out of ActOnStartCategoryI...
2008-07-26 Chris Lattnerpull protocol resolution out into ActOnStartProtocolInt...
2008-07-26 Chris Lattnersimplify some code.
2008-07-26 Chris Lattnerremove duplicate error message.
2008-07-26 Chris Lattner< only starts a declspec in objc mode.
2008-07-26 Chris Lattnerremove fixed fixme
2008-07-26 Chris Lattnermake DeclSpec manage its own protocol qualifier list...
2008-07-26 Chris LattnerFix hte next wave of problems with protocol qualified ID:
2008-07-26 Chris Lattnerremove objc prefixes from these tests.
2008-07-26 Chris Lattnermove all objc sema tests into a new SemaObjC directory...
2008-07-26 Chris Lattnerfix several problems with the protocol qualified id...
2008-07-26 Chris Lattnerimprove handling of the horrible GCC objc extension...
2008-07-26 Chris Lattneradd a new diag helper that takes a range.
2008-07-25 Chris LattnerGCC supports the complex conjugate operator (an extensi...
2008-07-25 Chris Lattnerfix diagnostics.
2008-07-25 Chris LattnerFix rdar://6103124, the only dummy blocks are ones...
2008-07-25 Ted KremenekAdded project idea for a doxygen-like tool built using...
2008-07-25 Chris Lattnerfix 80 col violation.
2008-07-25 Chris LattnerFix rdar://6095136, various crashes with incomplete...
2008-07-25 Chris Lattnerminor cleanup
2008-07-25 Daniel DunbarRemove unused ASTConsumer::HandleTopLevelDeclaration
2008-07-25 Chris Lattnermove a method.
2008-07-25 Chris LattnerFix a couple bugs in aggregate cast processing: 1)...
2008-07-25 Ted KremenekFormat string errors should underling the format string...
2008-07-25 Chris Lattnermake sizeof/alignof diagnostics highlight their operand...
2008-07-25 Chris Lattnerc89 does not perform array -> pointer promotion unless...
2008-07-25 Chris Lattnermove some code, no other change.
2008-07-25 Ted KremenekUpdated latest checker build.
2008-07-25 Daniel DunbarFix long double test case
2008-07-25 Chris LattnerIn c99 mode, comma does do function/array promotion...
2008-07-25 Ted KremenekRefine ObjCPropertyImplDecl:
2008-07-25 Ted KremenekEnabled 'unused ivars' check by default.
2008-07-25 Ted KremenekRemove '.' in expected warning
2008-07-25 Ted KremenekHave the UnusedIvar check skip ivars with setters/gette...
2008-07-25 Nate BegemanX86 builtin fixes
2008-07-25 Nate BegemanGenerate vector compares in codegen
2008-07-25 Nate BegemanMove comment to match style
2008-07-25 Nate BegemanDe-tabify
2008-07-25 Chris LattnerComma does not perform unary promotions, rdar://6095180
2008-07-25 Chris Lattnergcc requires a semicolon at the end of an interface...
2008-07-25 Steve NaroffCleaunup Sema::ActOnClassMessage(). This commit:
2008-07-25 Chris LattnerReject typedef redefinitions when the underlying types...
next