]> granicus.if.org Git - clang/shortlog
clang
2008-01-16 Ted KremenekFixed invalid typedefs in the root and eop iterators...
2008-01-16 Ted KremenekAdded support from retrieving stored values to variables.
2008-01-16 Ted KremenekAdded support for assignments in GRConstants.
2008-01-16 Ted KremenekFixed bug where GRConstants::AddBindings() did not...
2008-01-16 Ted KremenekFixed bug in cleanup of nodes in ExplodedNodeImpl where...
2008-01-16 Chris LattnerMove promoteExprToType from being a static method in...
2008-01-16 Chris Lattneradd accessors to switchstmt.
2008-01-16 Ted KremenekFixed broken bitmasking in the ctor of ProgramPoint.
2008-01-16 Ted KremenekAdded missing call to the checker's Initialize() method...
2008-01-16 Ted KremenekAdded missing ctor to ExplodedGraph.
2008-01-16 Ted KremenekFixed incorrect pointer mask.
2008-01-16 Ted KremenekShortened driver option for running the GR-constants...
2008-01-16 Ted KremenekAdd missing header file for GRConstants analysis.
2008-01-16 Ted KremenekHooked up the GRConstants analysis to the driver.
2008-01-16 Ted KremenekMore cleanups in DoStmt. The NodeSets are now vectors...
2008-01-16 Steve NaroffSema::MergeFunctionDecl()...make sure diagnostic is...
2008-01-16 Ted KremenekAdjusted DSPtr::Profile method again, since my last...
2008-01-16 Ted KremenekChanged 'Profile' method for DSPtr to incorporate the...
2008-01-16 Ted KremenekRenamed some internal classes for the GR-Constant Propa...
2008-01-16 Fariborz JahanianTypo.
2008-01-15 Fariborz JahanianAdded support for rewriting of continue/break statement...
2008-01-15 Ted KremenekAdded skeleton implementation of new constant-prop...
2008-01-15 Ted KremenekAdded ctor to GRNodeBuilder.
2008-01-15 Steve NaroffFinish up handling all permutations of "complex int...
2008-01-15 Steve Naroff- Change Type::isComplexType() to exlude GCC's complex...
2008-01-15 Chris Lattneravoid pasting L + "foo" into L"foo".
2008-01-15 Chris Lattneravoid token pasting between identifiers and wide strings:
2008-01-15 Steve NaroffAdd a comment...
2008-01-15 Steve NaroffRework commit r45976, which was incorrect.
2008-01-15 Ted KremenekRemoved implicit transitions to a "BlockExit" location...
2008-01-15 Ted KremenekRemoved mutation of CFGBlock through operator[]. For...
2008-01-14 Steve NaroffMake sure Sema::GetTypeForDeclarator() deals with abstr...
2008-01-14 Ted KremenekAdded prototype implementation of path-sens. analysis...
2008-01-14 Ted KremenekAdded operator[] for CFGBlock. This provides random...
2008-01-14 Chris LattnerFix build issue on cygwin, patch by Sam Bishop
2008-01-14 Steve NaroffTeach Type::isIntegerType() about GCC's __complex__...
2008-01-14 Steve NaroffFix crasher when redefining functions. Not 100% pleased...
2008-01-14 Ted KremenekCleaned up comment.
2008-01-14 Ted KremenekCleaned up comment.
2008-01-14 Ted KremenekWhen serializing CompoundLiteralExpr, serialize out...
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-14 Ted KremenekRemoved 'inline' keywords from methods now defined...
2008-01-14 Ted KremenekChange uses of std::cerr/std::cout to llvm::Lcerr/llvm...
2008-01-14 Steve NaroffRevert r45951, Chris says it violates the C99 spec.
2008-01-14 Anders Carlsson_asm is another valid alias for asm.
2008-01-14 Anders CarlssonAdd codegen upport for implicit casts to aggregate...
2008-01-14 Chris Lattneradd a note
2008-01-14 Chris LattnerFix ASTContext::typesAreCompatible when analyzing a...
2008-01-14 Steve NaroffRewrite Expr::isNullPointerConstant() to deal with...
2008-01-13 Steve NaroffChange Sema::CheckAddressOfOperation() to respect C99...
2008-01-13 Ted KremenekMoved destructor logic of templated class ExplodedGraph...
2008-01-13 Ted KremenekAdded node cleanup to dstor of ExplodedGraph.
2008-01-13 Ted KremenekCreated ExplodedGraph.cpp and moved most method impleme...
2008-01-13 Ted KremenekMoved 'ExplodedNodeGroup' into class 'ExplodedNode...
2008-01-13 Ted KremenekFixed lines preventing compilation.
2008-01-13 Ted KremenekNow include "CFG.h" because the inline methods of ...
2008-01-13 Ted KremenekFixed some comments.
2008-01-13 Ted KremenekRemoved ExplodedNode.h, since its contents are now...
2008-01-13 Ted KremenekMerged ExplodedNode.h into ExplodedGraph.h, since the...
2008-01-13 Ted KremenekChanged implementation of successor and predecessor...
2008-01-12 Chris Lattnerallow __func__ in objc methods.
2008-01-12 Chris LattnerTighten up handling of __func__ and friends: it should...
2008-01-12 Chris LattnerFix the type of predefined identifiers like __func__...
2008-01-12 Chris LattnerFix a fixme, by only parsing extern "C" in C++ mode.
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-12 Chris LattnerWhen forming the squigly underline for a diagnostic...
2008-01-11 Ted KremenekFix misspelling of "existent".
2008-01-11 Ted KremenekAdded ProgramPoint.cpp, which implements several method...
2008-01-11 Ted KremenekRenamed ProgramEdge.h to ProgramPoint.h
2008-01-11 Ted KremenekRenamed ProgramEdge to ProgramPoint and changed subclas...
2008-01-11 Ted KremenekFixed 80-col violation.
2008-01-10 Fariborz JahanianAvoid redefinition of __objcFastEnumerationState
2008-01-10 Steve Naroff- Teach Expr::isConstantExpr() about InitListExpr's...
2008-01-10 Fariborz JahanianRecover from user typo not having proper @interface...
2008-01-10 Fariborz JahanianRemove non-ascii chaaracter from diagnostic
2008-01-10 Ted KremenekFixed non-ASCII quote.
2008-01-10 Fariborz JahanianWarn (as gcc does) when @end does not close anything.
2008-01-10 Ted KremenekAdded some text about the ccc script provided by Sanghy...
2008-01-10 Chris Lattneradd support for the GCC -include option.
2008-01-10 Seo SanghyeonCompiler driver
2008-01-10 Chris LattnerFix some 80 col violations
2008-01-10 Chris LattnerTed apparently likes crazy whitespace at the end of...
2008-01-10 Fariborz JahanianPut return type of synthesize method on same line as...
2008-01-10 Ted KremenekAdded "InfeasibleEdge" to represent an infeasible state...
2008-01-10 Fariborz JahanianPass rewritten output to 'clang' for verification.
2008-01-10 Fariborz JahanianAllow messaging expression as foreach's collection...
2008-01-09 Steve NaroffAdd a FIXME to commit r45784. Thanks mrs!
2008-01-09 Steve NaroffFix Sema::ActOnDeclarator() to call MergeFunctionDecl...
2008-01-09 Ted KremenekRenamed various traits and classes. Added "Infeasible...
2008-01-09 Ted KremenekRenamed Stmt***Edge and ***StmtEdge (where *** = "Stmt...
2008-01-09 Ted KremenekRemoved some files related to the path-sensitive solver...
2008-01-09 Steve NaroffFix ASTContext::typesAreCompatible to allow for int...
2008-01-09 Steve NaroffTeach Sema::ActOnCompoundLiteral about constraint C99...
2008-01-09 Chris LattnerFix isIntegerConstantExpr to compare against zero for...
2008-01-09 Chris Lattnerimplement proper support for _Bool in memory, which...
2008-01-09 Fariborz JahanianType-cast RHS of assignment to prevent warning compilin...
2008-01-09 Fariborz JahanianFixed a bug whereby a parethesized collection expressio...
2008-01-09 Fariborz JahanianTypo fixed.
2008-01-09 Fariborz JahanianAnother test case for testing rewriteing of nested...
2008-01-09 Fariborz JahanianRemove dependency on objc.h
next