- 4f4b17d Use full path to ccc-analyzer. by Ted Kremenek · 17 years ago
- dbebb73 Teach clang how to codegen punpcklbw and punpcklwd by Nate Begeman · 17 years ago
- b22d589 Make typedefs public. by Ted Kremenek · 17 years ago
- a2fdbf5 Better range highlight for undefined-argument checks. by Ted Kremenek · 17 years ago
- a7bf7e7 When reporting "bad receiver" warnings, highlight the receiver. by Ted Kremenek · 17 years ago
- de7161f Use "getRanges" in default implementation of "getEndPath" to determine by Ted Kremenek · 17 years ago
- f1ae705 Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use by Ted Kremenek · 17 years ago
- 84867e6 Mark nodes as sinks that GRAuditor says should be marked as sinks. by Ted Kremenek · 17 years ago
- 344f7e3 Use logical line number for BUGLINE. by Ted Kremenek · 17 years ago
- 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
- 2f2418e Remove handling of impossible "-?" option. by Sam Bishop · 17 years ago
- 0f9c72f trivial whitespace fix by Sam Bishop · 17 years ago
- 70d1722 Handle the case when getEndPath() returns NULL. by Ted Kremenek · 17 years ago
- 9c600ff Don't run the analyzer on files whose language is "unknown" by Ted Kremenek · 17 years ago
- 7e76944 Added guard for printing out PathDiagnostics whose last element ends with by Ted Kremenek · 17 years ago
- 49cd635 Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 17 years ago
- 10f883f Remove impossible "-?" option. by Ted Kremenek · 17 years ago
- ec5d81b Added "isFileID()" to FullSourceLoc. by Ted Kremenek · 17 years ago
- bba1cf5 CSS/HTML generation tweaks for index.html: Remove special "classes" for <td> by Ted Kremenek · 17 years ago
- fce71b8 Fix PR2081 (problems codegen'ing some recursive structures) patch by Chris Lattner · 17 years ago
- 71de20e Created a destructor so that the top-level decls can be deleted. by Sam Bishop · 17 years ago
- 7dd1cf4 Temporarily make the Decl virtual destructor public, so that calls to "delete" by Sam Bishop · 17 years ago
- 1c19245 Add back bug name to PathDiagnostic. by Ted Kremenek · 17 years ago
- bc896f5 Fix a bug where we didn't check the RHS for null, we checked by Chris Lattner · 17 years ago
- 988ee6e qualifier comparisons should be done on canonical types. by Chris Lattner · 17 years ago
- 4ccea1a Call delete on the deserialized TranslationUnit object. by Sam Bishop · 17 years ago
- 8266d7f Call "delete" on the body of FunctionDecls. by Sam Bishop · 17 years ago
- 94826a7 When creating PathDiagnostics, created a trimmed graph first and report the by Ted Kremenek · 17 years ago
- 7ebde95 Added node_iterator to ExplodedGraph to allow iteration over all nodes in by Ted Kremenek · 17 years ago
- d45d268 Updated Xcode project to include BugReporter.[cpp,h]. by Ted Kremenek · 17 years ago
- 61f3e05 Created new path-sensitive bug-reporting scheme based on the classes by Ted Kremenek · 17 years ago
- d065d60 Added missing #ifndef...#define...#endif directives to protect against by Ted Kremenek · 17 years ago
- 9e628a0 CSS tweaking on blue boxes. by Ted Kremenek · 17 years ago
- 07b39fc 80 col violation by Ted Kremenek · 17 years ago
- 87abc03 Added more PathDiagnostic rendering for terminators: switch, goto, loops. by Ted Kremenek · 17 years ago
- f23621f Blue diagnostic boxes. by Ted Kremenek · 17 years ago
- 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 17 years ago
- 3352fba Fix initialization bug. by Ted Kremenek · 17 years ago
- b947639 Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file. by Ted Kremenek · 17 years ago
- 22d6a63 Made bug index tables sortable. by Ted Kremenek · 17 years ago
- 725779a Added "back()" method to PathDiagnostic to access the last piece in a path. by Ted Kremenek · 17 years ago
- 7f8a325 Initial work on CSS in generated index.html. by Ted Kremenek · 17 years ago
- 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
- 5744dc2 Initial support for generating index.html file. by Ted Kremenek · 17 years ago
- 86b4381 Put "BUGDESC" comment tag on its own line. by Ted Kremenek · 17 years ago
- 3cc9fdc Shorted bug-description. by Ted Kremenek · 17 years ago
- 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 17 years ago
- bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 17 years ago
- 987798a properly handle array decay in objc message exprs. by Chris Lattner · 17 years ago
- 26b7661 improve error to be something end users will actually understand :) by Chris Lattner · 17 years ago
- 2f54af4 Added path-sensitive null dereference test case. by Ted Kremenek · 17 years ago
- 39eefde More wording cleanups in --help text. by Ted Kremenek · 17 years ago
- f02e8db More wording fixes. by Ted Kremenek · 17 years ago
- 0062ad4 Added error message for unrecognized options. by Ted Kremenek · 17 years ago
- af08f64 Wording cleanups. by Ted Kremenek · 17 years ago
- 7442ca6 Implemented "-k" support. by Ted Kremenek · 17 years ago
- 6a43ba9 Do equality testing, not regex, when the build command is gcc. This matches by Ted Kremenek · 17 years ago
- b327ce0 by Steve Naroff · 17 years ago
- dd59811 Beginning of some cleanups; start generating path diagnostics using objects by Ted Kremenek · 17 years ago
- 0249378 Minor wording changes. by Ted Kremenek · 17 years ago
- 0761540 Embed "DESC" tag in HTML reports. by Ted Kremenek · 17 years ago
- 845ddbc Added "description" field to PathDiagnostic. by Ted Kremenek · 17 years ago
- d805bec Various parts of the standard require something to be an "incomplete or by Chris Lattner · 17 years ago
- 96b77fc 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from by Chris Lattner · 17 years ago
- d965455 Add a citation. by Chris Lattner · 17 years ago
- e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 17 years ago
- 503d613 Added initial hacked support for display path diagnostics with by Ted Kremenek · 17 years ago
- 0e8a3c7 Fix copy-paste error. by Ted Kremenek · 17 years ago
- 8527f82 remove blank line. by Chris Lattner · 17 years ago
- bad3785 print cvr qualifiers on simplified typedefs by Chris Lattner · 17 years ago
- dab1110 Added special handling when the build command is "gcc", "cc", or "llvm-gcc"; by Ted Kremenek · 17 years ago
- f0467b3 rename some variables, fix 80 col violation. No functionality change. by Chris Lattner · 17 years ago
- a0e2266 a bunch of random cleanups by Sam Bishop · 17 years ago
- fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 17 years ago
- c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
- e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
- a6fb4e0 Patch by Argiris Kirtzidis: Fix a dangling pointer error! by Ted Kremenek · 17 years ago
- c052046 Minor cleanups. by Ted Kremenek · 17 years ago
- 2b74ab6 Added help text for scan-build. by Ted Kremenek · 17 years ago
- 9cc8c2c Initial checking of 'scan-build' script, a script used to wrap builds and by Ted Kremenek · 17 years ago
- 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
- be2ab45 prune dead #includes by Chris Lattner · 17 years ago
- 3c1f7b6 MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
- 33bd942 Embed linkable IDs in message bubbles. by Ted Kremenek · 17 years ago
- ade9bf0 improve comma consistency, yes I'm anal by Chris Lattner · 17 years ago
- 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 17 years ago
- 2aa13b5 When emitting HTML messages, take into account margin fusing due to tabs. by Ted Kremenek · 17 years ago
- 69b6442 Do not abort ccc-analyzer script if an HTML directory is not specified. by Ted Kremenek · 17 years ago
- 6bb205c Do not prepend the keyword "[CHECKER]" to checker messages when using by Ted Kremenek · 17 years ago
- ff72152 Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
- 5297e5f Include ranges in GRSimpleVals diagnostics. by Ted Kremenek · 17 years ago
- 4dc41cc Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed by Ted Kremenek · 17 years ago
- 09c2ad6 The ccc-analyzer script now interrogates environment variables to determine by Ted Kremenek · 17 years ago
- 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
- f186f30 Disable timing diagnostics for GRSimpleVals. by Ted Kremenek · 17 years ago
- 02737ed Added path-sensitive check for return statements that return the address by Ted Kremenek · 17 years ago
- 8a93423 rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
- ce5605e some cleanups on top of David's patch. There are still two by Chris Lattner · 17 years ago
- 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 17 years ago
- a7b402d Only have the rewriter produce a file when there are no errors. by Steve Naroff · 17 years ago