]> granicus.if.org Git - clang/shortlog
clang
2008-01-17 Ted KremenekModified the notion of "Block-level expressions" in...
2008-01-17 Fariborz JahanianDon't ICE on missing interface declaration when declari...
2008-01-17 Steve NaroffImprove diagnostic wording...
2008-01-17 Ted KremenekAdded support to dataflow solver to (when requested...
2008-01-17 Nate BegemanMatch change in EmitCallExpr
2008-01-17 Nate BegemanFix for EmitCallExpr changed in OverloadExpr patch
2008-01-17 Ted KremenekFixed typo introduced by r46133 that caused -Wfloat...
2008-01-17 Ted KremenekRemoved FindDeclRef, and used Expr::IgnoreParens instea...
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-17 Fariborz JahanianRenamed getSynthesizedSelectorSize to getSynthesizedMet...
2008-01-17 Ted KremenekAdded method Expr::IgnoreParens(), which returns the...
2008-01-17 Fariborz JahanianComputed length of a __func__ identifier used in an...
2008-01-17 Seo SanghyeonIgnore --param
2008-01-17 Ted KremenekAdded some experimental optimizations to remove dead...
2008-01-17 Steve NaroffDeclarator::clear(): Null out variable after it's been...
2008-01-16 Steve NaroffSimplify comment.
2008-01-16 Steve NaroffType::isArithmeticType(): disallow incomplete enum...
2008-01-16 Ted KremenekChanged sorting criteria for DSPtr to put sub-expressio...
2008-01-16 Ted KremenekChanged sorting criteria for DSPtr to sort Decl* before...
2008-01-16 Ted KremenekIntegerLiterals are no longer evaluated to create separ...
2008-01-16 Ted KremenekFixed bug where we performed addition instead of subtra...
2008-01-16 Ted KremenekFixed iterator bug in ExplodedNodeImpl::NodeGroup:...
2008-01-16 Ted KremenekAdded initial graph visualization support for the GRCon...
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.
next