2008-04-06 |
Chris Lattner | split parsing of identifier lists in function declarato... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | minor simplification |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | finish up throw parsing. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | split code for handling grouping parens in declarators... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | another minor simplification |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Use token lookahead to simplify some code that is rarel... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Fix a bug I introduced in my const'ification patch. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | This patch contains these changes: |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix css font name, patch by Cédric Venet |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | don't dereference hte end iterator when inserting at... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | templates can't be static. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix a number of const qualification bugs. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | add a missing #include |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Chris Lattner | Fix handling of implicit int, resolving PR2012 and... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Chris Lattner | Step #1 to fixing PR2012: c89 allows declspecs to be... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Avoid implicitly including any header files (requested... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Rewrite @package (an ObjC 2.0 idiom). |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Fix MS-specific bug in RewriteTest::RewriteObjCMethodDe... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add BugReporter.cpp to VC++ project file. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Support MS-specific integer suffixes (i8, i16, i32... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Fix PR2049, updating Eli's patch that fixes to mainline... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Rename ScopedDecl::getContext() -> getContextDecl(... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add DeclBase.h to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Since isComplexType() no longer returns true for _Compl... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | add an isAnyComplexType() method, which returns true... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | updates from David. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | various bug fixes, add to xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | initial checkin of Étoilé runtime support, patch by... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add explicit support for diagnosing implicit function... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Seo Sanghyeon | - ccc: print generated command line to stdout instead... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Seo Sanghyeon | PR1963: Address of function is a constant expression |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Torok Edwin | fix build error: add missing braces. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Introduce ContextDecl, patch by Argiris Kirtzidis! |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Codegen assignment to self correctly, patch by David... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Nate Begeman | Ignore qualifiers when checking vector operands, just... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added investigate patch for an occasionally failing... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Remove bogus check to prune out analyzing files. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | More reliably remove '\n' from queries of the location... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use full path to ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Nate Begeman | Teach clang how to codegen punpcklbw and punpcklwd |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Make typedefs public. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Better range highlight for undefined-argument checks. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When reporting "bad receiver" warnings, highlight the... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use "getRanges" in default implementation of "getEndPat... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Hooked up GRSimpleAPICheck and the simple Objective... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Mark nodes as sinks that GRAuditor says should be marke... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use logical line number for BUGLINE. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "getLogicalLineNumber" and "getLogicalColumnNumbe... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Remove handling of impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | trivial whitespace fix |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Handle the case when getEndPath() returns NULL. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Don't run the analyzer on files whose language is ... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added guard for printing out PathDiagnostics whose... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Some cleanups in EscapeText and AddLineNumbers. Still... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Remove impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "isFileID()" to FullSourceLoc. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | CSS/HTML generation tweaks for index.html: Remove speci... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix PR2081 (problems codegen'ing some recursive structu... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Created a destructor so that the top-level decls can... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Temporarily make the Decl virtual destructor public... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Add back bug name to PathDiagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix a bug where we didn't check the RHS for null, we... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | qualifier comparisons should be done on canonical types. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call delete on the deserialized TranslationUnit object. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call "delete" on the body of FunctionDecls. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When creating PathDiagnostics, created a trimmed graph... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added node_iterator to ExplodedGraph to allow iteration... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Updated Xcode project to include BugReporter.[cpp,h]. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Created new path-sensitive bug-reporting scheme based... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added missing #ifndef...#define...#endif directives... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | CSS tweaking on blue boxes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | 80 col violation |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added more PathDiagnostic rendering for terminators... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Blue diagnostic boxes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added path sequence numbers in HTML output of PathDiagn... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Fix initialization bug. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Made bug index tables sortable. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added "back()" method to PathDiagnostic to access the... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Initial work on CSS in generated index.html. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Steve Naroff | Change ObjCInterfaceDecl to inherit from NamedDecl... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Initial support for generating index.html file. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Put "BUGDESC" comment tag on its own line. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Shorted bug-description. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | simplify some code by using PointerLikeType. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | add a common base class "PointerLikeType" for PointerTy... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | properly handle array decay in objc message exprs. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Chris Lattner | improve error to be something end users will actually... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added path-sensitive null dereference test case. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | More wording cleanups in --help text. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | More wording fixes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added error message for unrecognized options. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Wording cleanups. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Implemented "-k" support. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Do equality testing, not regex, when the build command... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Steve Naroff | Two changes to Sema::LookupDecl() interface. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Beginning of some cleanups; start generating path diagn... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Minor wording changes. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Embed "DESC" tag in HTML reports. |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Ted Kremenek | Added "description" field to PathDiagnostic. |
commit | commitdiff | tree | snapshot |
next |