2008-04-15 |
Ted Kremenek | Improve dead store diagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in VisitChildren: Only visit the last statement... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Added initial support into the flow-sensitive dataflow... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in dead stores: don't always check the liveness... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | ++/-- makes a variable live since it is used; thus... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Handle "__private_extern__" storage class when printing... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Ted Kremenek | Bug fix in LiveVariables: Operators ++/-- may kill... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Chris Lattner | Fix a corner case that ted hit in -emit-html, rdar... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Fariborz Jahanian | New AST representation for each objc2's property declar... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Remove bogus token... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | simplify the implementation of the insert/split operati... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Rename a file and update the Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Rename RewriteTest->RewriteObjC. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | Add a bunch of comments, move RewriteRope::MakeRopeStri... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Steve Naroff | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Use isFromMainFile instead of comparing FileIDs directly. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Fix regression in Diagnostic that caused it to not... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Use SourceManager::isFromMainFile() |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Convert over to new SourceManager::isFromMainFile(... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | HTMLDiagnostics now uses the new "getCanonicalID()... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added "getCanonicalID()", "isFromSameFile", and "isFrom... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | fix more uninit ivars, who wrote this junk? :) |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | Fix an assertion ted was hitting, due to an uninitializ... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Only increment the number of diagnostics when the Diagn... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added driver option "-checker-opt-analyze-headers"... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Don't flag dead stores that occur in macros. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Have BugReporter::EmitWarning use the PathDiagnosticCli... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | move a ton of code out of line, from RewriteRope.h... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Bug fix in dead-store checker when walking the Decls... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Treat calls to unresolved functions in the CF-ref count... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Updated test cases so that they do not emit warnings... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Hooked up the dead-store checker to the BugReporter... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added version of "getClient()" for class Diagnostic... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | remove ifdefs |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Ted Kremenek | Added test case to dead stores checker. |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Sam Bishop | Handle -D and -U options in order, so that they can... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Chris Lattner | Change the RewriteRope::Chunks data structure from... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nate Begeman | Enable clang to codegen emmintrin.h until we have our... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Nate Begeman | Fix typo |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Douglas Gregor | Argiris Kirtzidis's fix for handling empty IdDeclInfo... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Douglas Gregor | Make Parser::getAccessSpecifierIfPresent const, since... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Argyrios Kyrtzidis | Move IdDeclInfoMap class in an anonymous namespace... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Douglas Gregor | This patch adds very basic support for parsing and... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Douglas Gregor | Introduce support for finding class and enum names... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Fix PR2220, making diagnostics for unexpected tokens... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | this started failing because a GEP was constant folded, |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Douglas Gregor | Test commit: fix a typo |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | This patch is just the easy part of the class names... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | Change the btree algorithm to split nodes bottom-up... |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | split node splitting from interior node restructuring. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Chris Lattner | update to follow mainline llvm API change. |
commit | commitdiff | tree | snapshot |
2008-04-13 |
Sam Bishop | Use static_cast<> instead of cast<> in Decl::Destroy... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | Default argument cleanups and minor improvements, patch by |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | final cleanup, the code is now in a reviewable state. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | move the DeltaTree implementation out of line, remove... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | remove ifdefs |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | Do an initial hack at replacing one of the incredibly... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Argyrios Kyrtzidis | Use std::list's push_back instead of resize to add... |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Chris Lattner | don't diagnose empty source files, thanks Neil! |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Argyrios Kyrtzidis | Fixed comments. |
commit | commitdiff | tree | snapshot |
2008-04-12 |
Argyrios Kyrtzidis | Added PushOnScopeChains method to Sema, that adds a... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Fariborz Jahanian | AST generation for objc2's property declarations. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Add some boilerplate to report memory leaks at the... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "EvalEndPath" to GRTransferFuncs: the default... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "GREndPathNodeBuilder", a new node builder that... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added FIXME |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Fix regression introduced by my last commit. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Changed behavior of how we handle "NULL" summaries... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Steve Naroff | Add class and super class location info to ObjCInterfac... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Use RangedBugReport to report better ranges for referen... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Added "RangedBugReport". |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Ted Kremenek | Update Xcode project with missing files. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Invoke destructors in Decl::Destroy(). |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Fariborz Jahanian | Minor changes per Chris L's review. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | don't read off the front of the buffer. Thanks to... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Stub out and start using a Decl::Destroy() method. |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Sam Bishop | Use the ASTContext allocator when creating deserialized... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | two new files for previous patch, by Argiris Kirtzidis |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Switch sema to maintaining its own scope chain informat... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Chris Lattner | Fix rdar://5843510 don't assert and die when an invalid... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fixed some logic errors in the CF ref count checker... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Fariborz Jahanian | Patch for: |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Simplify CF ref. count checker state machine. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fix some bonehead bugs in summary generation in CFRefCount. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Used --checker-simple. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Refactored all logic to run the GRSimpleVals and CFRef... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | reduce the amount of 'C++ magic' this code depends... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | CFRefCount analysis now properly calls "EmitWarnings... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | When not emitting path diagnostics in BugReporter:... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fixed regressions in error reporting due to copy-paste... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | refactor Parser::ParseStructDeclaration to return a... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Simplify lifetime of location object. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | typedef void T; |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Several improvements from Doug Gregor related to default |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Hooked up initial reference-count checks to the BugRepo... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Major refactoring/cleanup of GRExprEngine, ExplodedGrap... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | The dtor CGObjCRuntime::~CGObjCRuntime() was implemente... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Add SemaDeclCXX.cpp to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Micro-optimization: Don't use ostringstream when using... |
commit | commitdiff | tree | snapshot |
next |