]> granicus.if.org Git - clang/shortlog
clang
2008-07-22 Ted KremenekUpdate VS project.
2008-07-22 Ted KremenekUse llvm::utostr_32 instead of ostringstream.
2008-07-22 Ted KremenekUpdate VS project.
2008-07-22 Ted KremenekUpdate Xcode project.
2008-07-22 Ted KremenekMoved registration of basic path-sensitive checks from...
2008-07-22 Ted KremenekRename file.
2008-07-22 Daniel DunbarPrevent codegen crash on sizeof(<function type>), a...
2008-07-22 Daniel DunbarAdd svn:ignore for cscope.{out,files} in top level...
2008-07-22 Ted KremenekAdded path-sensitive checking for null pointer values...
2008-07-22 Daniel DunbarImplement bzero, memset, memmove builtins.
2008-07-21 Daniel DunbarImplement nans, prefetch, and trap builtins.
2008-07-21 Chris Lattnerminor cleanup to the actions interface to pass around...
2008-07-21 Ted KremenekAdd test case for nonnull attribute.
2008-07-21 Ted KremenekAdded sema support for the nonnull attribute. Will...
2008-07-21 Daniel DunbarKill an unused variable warning
2008-07-21 Chris Lattnerunindent this function by using an early exit, not...
2008-07-21 Chris Lattnermove two more lists of protocols over to use ObjCList...
2008-07-21 Daniel DunbarAdd svn:ignore property for test Output directories
2008-07-21 Daniel DunbarAdd __builtin_powi[fl] support
2008-07-21 Daniel DunbarFix a test RUN line to not generate '=-' in test directory
2008-07-21 Chris Lattneradd forward definition protocols to the protocol list...
2008-07-21 Chris Lattnerreferences to completely undeclared protocols should...
2008-07-21 Steve NaroffRewriteObjC::RewriteObjCForCollectionStmt() needs to...
2008-07-21 Chris Lattnerintroduce a new ObjCList templated class and start...
2008-07-21 Ted KremenekUpdate checker build.
2008-07-21 Chris Lattnerrename setReferencedProtocolList -> addReferencedProtoc...
2008-07-21 Daniel DunbarImplement ffs, parity, and popcount builtins.
2008-07-21 Argyrios KyrtzidisChange 'MDecl' to 'MD' to fix redefinition compiler...
2008-07-21 Chris Lattnerfix typo
2008-07-21 Chris LattnerSwitch initialization of the protocol list for an inter...
2008-07-21 Chris Lattnerwhen in the context of an @implementation, look for...
2008-07-21 Chris Lattnerdon't pass in null as the Name for GenerateClassStructure,
2008-07-21 Chris Lattnerimprove diagnostics about problems with receivers to...
2008-07-21 Chris Lattnercontinue cleaning up code, and disable sending a messag...
2008-07-21 Chris Lattnersimplify control flow a bit, reducing indentation....
2008-07-21 Chris Lattnertighten up some checks, don't allow sending a message...
2008-07-21 Chris Lattnerupdate diagnostic to include string
2008-07-21 Chris Lattnerimprove invalid member reference diagnostics to print...
2008-07-21 Chris Lattnermerge a bunch of code that is now common between qual...
2008-07-21 Chris Lattnerrename getProtocols -> getProtocol, as it only returns...
2008-07-21 Chris Lattneruse iterators instead of direct access to protocol...
2008-07-21 Chris Lattnerimprove documentation of ObjCInterfaceType significantl...
2008-07-21 Chris LattnerFix a bunch of crashes that occur in (attempted) handli...
2008-07-21 Chris Lattnerright, the error is when the itf *doesn't* have the...
2008-07-21 Chris Lattneruse the simplified form of lookupInstanceVariable for...
2008-07-21 Chris Lattnerimprove the diagnostic for an erroneous objc ivar reference
2008-07-21 Chris Lattnersimplify a bunch of code, no functionality change.
2008-07-21 Chris Lattnerrearrange some code, no functionality change.
2008-07-21 Chris Lattnerimprove comments yet again, now I know what this does :)
2008-07-21 Chris Lattnerminor rename, also, reject pointer to qualified id.
2008-07-21 Chris LattnerFix a crash that can happen when you have typedefs...
2008-07-21 Chris Lattnerimprove comments.
2008-07-21 Chris Lattnersimplify this predicate, only checking isObjCQualifiedI...
2008-07-20 Chris LattnerAdd a space, ted apparently has philosophical problems...
2008-07-19 Nuno Lopesfix test
2008-07-19 Ted KremenekUpdated latest checker build.
2008-07-19 Ted KremenekPatch by Kovarththanan Rajaratnam:
2008-07-19 Ted KremenekPatch by
2008-07-19 Ted KremenekReimplement ccc-analyzer in a language I actually know...
2008-07-18 Ted KremenekRemove typo.
2008-07-18 Ted KremenekQuote invocation of clang in pipe to handle paths with...
2008-07-18 Ted KremenekAdded test case.
2008-07-18 Ted KremenekUpdate checker build.
2008-07-18 Ted Kremenek"currentHandler" is a nullary selector
2008-07-18 Ted KremenekFix caching bug.
2008-07-18 Ted KremenekAdd panic support for NSAssertionHandler.
2008-07-18 Daniel DunbarPrevent clang from emitting output when input has errors
2008-07-18 Ted KremenekAdd panic function.
2008-07-18 Ted KremenekFix 80 col violation
2008-07-18 Ted KremenekFix regression by explicitly checking if we are negatin...
2008-07-18 Ted KremenekImprove path-sensitivity when using the logical not...
2008-07-18 Ted KremenekRenamed deterministic EvalBinOp to DetermEvalBinOpNN...
2008-07-18 Ted KremenekCreated ValueStateSet class to manage the creation...
2008-07-18 Ted KremenekRemove dead method.
2008-07-18 Mon P WangAdd support shufpd
2008-07-17 Ted KremenekUpdate signature of EvalAssume.
2008-07-17 Ted KremenekProvide static methods in BinaryOperator to determine...
2008-07-17 Ted KremenekMove GRTransferFunc* into ValueStateManager, and move...
2008-07-17 Ted KremenekAdded headers
2008-07-17 Ted KremenekRemove redundant logic.
2008-07-17 Ted KremenekBegin major changes to EvalXXX methods in GRTransferFun...
2008-07-17 Daniel DunbarFix for codegen crash on multibit bool bitfield initial...
2008-07-17 Ted KremenekMoved RemoveDeadBindings logic for the contents of...
2008-07-17 Ted KremenekWe now build universal binaries of the checker.
2008-07-17 Argyrios KyrtzidisUnify ctx_iterator/ctx_begin()/ctx_end() and iterator...
2008-07-16 Steve NaroffRewriteObjC::SynthMessageExpr(): Fix super rewrite...
2008-07-16 Argyrios KyrtzidisWhen in C++, make EnumConstant names hide tag names...
2008-07-16 Steve NaroffRemove a FIXME from RewriteObjC::RewriteObjCSynchronize...
2008-07-16 Steve NaroffRewriteObjC::Initialize(): add function decls used...
2008-07-16 Steve NaroffTwo fixes:
2008-07-16 Steve NaroffRewriteObjC::RewriteObjCTryStmt():Don't synthesize...
2008-07-16 Steve NaroffTeach RewriteObjC::RewriteObjCMethodDecl() to deal...
2008-07-16 Argyrios KyrtzidisWhen checking for name collision between a tag and...
2008-07-16 Argyrios KyrtzidisAdd 'this' in the comments of Parser::ParseCastExpressi...
2008-07-16 Ted KremenekUpdated latest checker build.
2008-07-16 Ted KremenekFix regression introduced by http://lists.cs.uiuc.edu...
2008-07-15 Ted KremenekHave scan-build control default analyses.
2008-07-15 Ted KremenekFix transfer function logic in GRSimpleVals for integer...
2008-07-15 Ted KremenekAdd -DIBOutlet=__attribute__((iboutlet)) to analyzer...
2008-07-15 Ted KremenekFor the MissingDealloc check, don't treat IBOutlet...
next