2008-01-19 |
Steve Naroff | Fix two bugs with an @throw that doesn't have a statement. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Fariborz Jahanian | Patch to replace #import with #include. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Steve Naroff | Add Basic/Targets.cpp to the Xcode project... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Steve Naroff | Sema::FinalizeDeclaratorGroup(): Tighten up the tentati... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Anders Carlsson | Assert that the type of the cast is equal to the _unqua... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Fariborz Jahanian | Insert #pragma once when rewriting a header file. |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Ted Kremenek | Fixed bug in 'GetBinding' when doing the lookup of... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Ted Kremenek | Fixed bug in 'LiveVariables' analysis where we incorrec... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Steve Naroff | Sema::FinalizeDeclaratorGroup()...make sure we emit... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Ted Kremenek | Changed DataflowSolver to always associated recorded... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Modified the notion of "Block-level expressions" in... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Fariborz Jahanian | Don't ICE on missing interface declaration when declari... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Steve Naroff | Improve diagnostic wording... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Added support to dataflow solver to (when requested... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nate Begeman | Match change in EmitCallExpr |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nate Begeman | Fix for EmitCallExpr changed in OverloadExpr patch |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Fixed typo introduced by r46133 that caused -Wfloat... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Removed FindDeclRef, and used Expr::IgnoreParens instea... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Nate Begeman | Implement basic overload support via a new builtin... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Fariborz Jahanian | Renamed getSynthesizedSelectorSize to getSynthesizedMet... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Added method Expr::IgnoreParens(), which returns the... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Fariborz Jahanian | Computed length of a __func__ identifier used in an... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Seo Sanghyeon | Ignore --param |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Ted Kremenek | Added some experimental optimizations to remove dead... |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Steve Naroff | Declarator::clear(): Null out variable after it's been... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Steve Naroff | Simplify comment. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Steve Naroff | Type::isArithmeticType(): disallow incomplete enum... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Changed sorting criteria for DSPtr to put sub-expressio... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Changed sorting criteria for DSPtr to sort Decl* before... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | IntegerLiterals are no longer evaluated to create separ... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed bug where we performed addition instead of subtra... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed iterator bug in ExplodedNodeImpl::NodeGroup:... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Added initial graph visualization support for the GRCon... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed invalid typedefs in the root and eop iterators... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Added support from retrieving stored values to variables. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Added support for assignments in GRConstants. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed bug where GRConstants::AddBindings() did not... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed bug in cleanup of nodes in ExplodedNodeImpl where... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Chris Lattner | Move promoteExprToType from being a static method in... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Chris Lattner | add accessors to switchstmt. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed broken bitmasking in the ctor of ProgramPoint. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Added missing call to the checker's Initialize() method... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Added missing ctor to ExplodedGraph. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Fixed incorrect pointer mask. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Shortened driver option for running the GR-constants... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Add missing header file for GRConstants analysis. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Hooked up the GRConstants analysis to the driver. |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | More cleanups in DoStmt. The NodeSets are now vectors... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Steve Naroff | Sema::MergeFunctionDecl()...make sure diagnostic is... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Adjusted DSPtr::Profile method again, since my last... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Changed 'Profile' method for DSPtr to incorporate the... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Ted Kremenek | Renamed some internal classes for the GR-Constant Propa... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Fariborz Jahanian | Typo. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Fariborz Jahanian | Added support for rewriting of continue/break statement... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Ted Kremenek | Added skeleton implementation of new constant-prop... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Ted Kremenek | Added ctor to GRNodeBuilder. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Steve Naroff | Finish up handling all permutations of "complex int... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Steve Naroff | - Change Type::isComplexType() to exlude GCC's complex... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Chris Lattner | avoid pasting L + "foo" into L"foo". |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Chris Lattner | avoid token pasting between identifiers and wide strings: |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Steve Naroff | Add a comment... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Steve Naroff | Rework commit r45976, which was incorrect. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Ted Kremenek | Removed implicit transitions to a "BlockExit" location... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Ted Kremenek | Removed mutation of CFGBlock through operator[]. For... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Make sure Sema::GetTypeForDeclarator() deals with abstr... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Added prototype implementation of path-sens. analysis... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Added operator[] for CFGBlock. This provides random... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Chris Lattner | Fix build issue on cygwin, patch by Sam Bishop |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Teach Type::isIntegerType() about GCC's __complex__... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Fix crasher when redefining functions. Not 100% pleased... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Cleaned up comment. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Cleaned up comment. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | When serializing CompoundLiteralExpr, serialize out... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Record if a compound literal expression is @ file scope... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Removed 'inline' keywords from methods now defined... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Ted Kremenek | Change uses of std::cerr/std::cout to llvm::Lcerr/llvm... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Revert r45951, Chris says it violates the C99 spec. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Anders Carlsson | _asm is another valid alias for asm. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Anders Carlsson | Add codegen upport for implicit casts to aggregate... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Chris Lattner | Fix ASTContext::typesAreCompatible when analyzing a... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Steve Naroff | Rewrite Expr::isNullPointerConstant() to deal with... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Steve Naroff | Change Sema::CheckAddressOfOperation() to respect C99... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Moved destructor logic of templated class ExplodedGraph... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Added node cleanup to dstor of ExplodedGraph. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Created ExplodedGraph.cpp and moved most method impleme... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Moved 'ExplodedNodeGroup' into class 'ExplodedNode... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Fixed lines preventing compilation. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Now include "CFG.h" because the inline methods of ... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Fixed some comments. |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Removed ExplodedNode.h, since its contents are now... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Merged ExplodedNode.h into ExplodedGraph.h, since the... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Ted Kremenek | Changed implementation of successor and predecessor... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | allow __func__ in objc methods. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Tighten up handling of __func__ and friends: it should... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Fix the type of predefined identifiers like __func__... |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Fix a fixme, by only parsing extern "C" in C++ mode. |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | Add first pieces of support for parsing and representing |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Chris Lattner | When forming the squigly underline for a diagnostic... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Ted Kremenek | Fix misspelling of "existent". |
commit | commitdiff | tree | snapshot |
next |