2008-03-18 |
Ted Kremenek | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Steve Naroff | Update project files. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Steve Naroff | Test. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Ted Kremenek | Added method "getSourceMgr" to class Rewriter. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Gabor Greif | add 'clean' targets, make sure that 'make test' works... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Gabor Greif | let the %t magic happen, thanks Chris! |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Gabor Greif | Switch over to the parallelized makefile, but keep... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Chris Lattner | move #include to the file that needs it. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Nate Begeman | Fix a typo |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Steve Naroff | Fix <rdar://problem/5716940> rewriter generates invalid... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Steve Naroff | Wrap up __NSConstantStringImpl (the replacement for... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Fix assertion. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Fix integer overflow bug when processing switch statements. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Properly hook up inline asm transfer function logic... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Updated VS project files to reference all libraries... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Added initial transfer function support for inline... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Added "inputs" and "outputs" iterator (expression)... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | finishing touches: teminate the dots with a newline |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Nate Begeman | Check in a couple fixes for vector extensions. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Ted Kremenek | Bug fix in CFG construction: VisitCompoundStmt should... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | Implemented verbose mode. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | Simplify further by creating *.testresults files |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | Get rid of the creation of secondary makefile "Makefile... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | More review feedback implemented: |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | Actually expand the %t1 patterns (in RUN: lines) to... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Gabor Greif | Second round of review feedback. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | eliminate the last signed element count. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | clean up iteration over propertydecls. |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Chris Lattner | clean up property memory allocation to move it into... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | make property addition work list all other "add" method... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | add the last two Create methods for decls, woo! |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Convert more counts to be zero based instead of -1... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | add two more Create methods. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | simplify the way ObjCCategoryDecl's get their reference... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Add create methods for ObjCCategoryDecl, ObjCForwardPro... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | make some more 'counts' unsigned. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | make NumClassMethods unsigned in categories |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | minor cleanups, make getNumInstanceMethods always retur... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | fix a crasher where an invalid program that multiply... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Give ObjCProtocolDecl a Create method. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | hoist a bunch of casting. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Add create methods for ObjCIvarDecl and ObjCInterfaceDecl |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Make the parameter count of ObjCMethodDecl unsigned... |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | remove some dead arguments to ObjCMethodDecl. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Give ObjCMethodDecl a Create method. |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | Split objc decl implementation out into DeclObjC.cpp |
commit | commitdiff | tree | snapshot |
2008-03-16 |
Chris Lattner | switch the rest of the C decl classes to do their |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | Make a major restructuring of the clang tree: introduce... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | Make a ctor protected |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Fixed 80 col. violations. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Disable creation of "ContentsOf" symbols. It was fundam... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | move the ASTContext argument to be first in the argumen... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | Switch over functiondecl. This makes it obvious that... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | switch the VarDecl allocation model to go through ASTCo... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Gabor Greif | implement a bit of feedback: print dots |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Added initialization to ErrorDiag to silence gcc's... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Small bug fix in CFG construction: the active block... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Gabor Greif | First draft of a parallelized test methodology. Improve... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | start switching decls over to using an allocator contro... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Chris Lattner | various minor cleanups. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Handle StmtExprs whose last contained statement is... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Compute alignment in bytes, not bits. |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Implement transfer function logic for alignof operator... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Ted Kremenek | Added transfer function support in GRExprEngine for... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Steve Naroff | Link against the correct ObjC string class (__CFConstan... |
commit | commitdiff | tree | snapshot |
2008-03-15 |
Steve Naroff | Remove ObjC rewriter dependency on GCC's __builtin___CF... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Ted Kremenek | "panic" has 5 letters, not 4. Bug pointed out by Nuno... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Ted Kremenek | Hack to hardwire in some panic functions that are not... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Ted Kremenek | Emit warnings for undefined control-flow. |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Nate Begeman | Correctly error on arrays with automatic storage full... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Ted Kremenek | Path-sensitive analyses no longer take a FunctionDecl... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | add initial support for generating an llvm.globalctors... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | Only compute targetinfo once and don't leak it. Patch... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Chris Lattner | Make the preprocessor own its PPCallbacks, fixing a... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Nate Begeman | ISO/IEC TR 18037 |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Nate Begeman | Fix comment |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Ted Kremenek | The LiveVariables analysis no longer requires a Functio... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | handle __extension__ properly at block scope. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | instead of passing in null end location info, pass... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Chris Lattner | improve DeclStmt to be able to store SourceRange info... |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Anders Carlsson | Add note about asm constraints. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Ted Kremenek | Added bandaid support in CFG construction for ObjCForEa... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Two fixes to RewriteTest::RewriteObjCIvarRefExpr(): |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | Changed CallRetValSymbol to SymbolConjured to allow... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Minor aesthetic improvement (after I reviewed my last... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Avoid using the "unnamed struct field" extension (enabl... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | Added generation of symbolic values for the return... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | In GRSimpleVals, added the generation of symbolic value... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Chris Lattner | Update to reflect changes in parameter attribute api. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Use the "used" attribute. Without it, g++ removes all... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | Improved ExplodedGraph::Trim to only show nodes reachab... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | -Add missing visitor for ObjCIvarRefExpr. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Since the rewriter now outputs C++, it no longer makes... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | Fixed regression in SymbolManager introduced in r48272. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Ted Kremenek | Prototype (pre-alpha) implementation of CFRef checker. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Remove more dependencies on C "flexible array member... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Steve Naroff | Make ivar rewrite C++ friendly (since C++ forces a... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Ted Kremenek | Added pretty-printing support for checker-specific... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Ted Kremenek | Expanded graph-visualization to include optional pretty... |
commit | commitdiff | tree | snapshot |
2008-03-11 |
Ted Kremenek | Expanded ValueState pretty-printing to use an optional... |
commit | commitdiff | tree | snapshot |
next |