summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Migrated driver logic for running the CF retain/release checker over to the n...Ted Kremenek2008-07-021-52/+0
* Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek2008-07-021-52/+0
* Implement printing for ObjCClassDecl's, patch by Jean-Daniel Dupas!Chris Lattner2008-06-211-2/+9
* Updated call to dead stores to use proper arguments.Ted Kremenek2008-06-201-1/+3
* Get -serialize working again, plus a bit of minor cleanup.Eli Friedman2008-06-091-21/+10
* Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek2008-06-041-13/+8
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-3/+2
* Fix crash with -serialize (reported to cfe-dev). The issue was Eli Friedman2008-05-301-0/+1
* Make sure method definitions get output with -ast-dump.Steve Naroff2008-05-231-0/+5
* This patch introduces declaration of getter methods for ObjC2'sFariborz Jahanian2008-05-071-4/+4
* Print ObjC methods of ObjC classes.Fariborz Jahanian2008-05-061-0/+8
* Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian2008-05-061-2/+2
* percolate @optional/@required protocols down to ASTs forFariborz Jahanian2008-05-051-1/+5
* When running the reference count checker twice (GC and non-GC mode), only emitTed Kremenek2008-05-021-4/+4
* added preliminary diagnostics in scan-build results to denote whetherTed Kremenek2008-04-301-4/+4
* Provide the option to run the CF-retain checker in GC enabled mode.Ted Kremenek2008-04-291-23/+48
* TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek2008-04-231-7/+15
* Patch to build AST for property implementation declarations andFariborz Jahanian2008-04-231-2/+24
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-7/+14
* Added property decl support for protocols.Fariborz Jahanian2008-04-171-119/+71
* This patch adds support for declaraing properties in categories,Fariborz Jahanian2008-04-161-0/+63
* Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek2008-04-161-15/+20
* Handle "__private_extern__" storage class when printing FunctionDecls.Ted Kremenek2008-04-151-0/+1
* New AST representation for each objc2's property declaration.Fariborz Jahanian2008-04-141-9/+2
* Use SourceManager::isFromMainFile()Ted Kremenek2008-04-141-1/+1
* Added driver option "-checker-opt-analyze-headers" to force the staticTed Kremenek2008-04-141-12/+17
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-1/+1
* Fix some bonehead bugs in summary generation in CFRefCount.Ted Kremenek2008-04-101-1/+2
* Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek2008-04-101-83/+105
* silence some warnings when assertions are disabled.Chris Lattner2008-04-081-2/+4
* Better handling for tabs with message bubbles.Ted Kremenek2008-03-311-5/+7
* Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removedTed Kremenek2008-03-311-13/+28
* Disable timing diagnostics for GRSimpleVals.Ted Kremenek2008-03-311-0/+4
* Don't emit any timings for GRSimple if the CFG is not going to be built.Ted Kremenek2008-03-271-0/+3
* clean up iteration over propertydecls.Chris Lattner2008-03-171-6/+7
* clean up property memory allocation to move it into the ast classesChris Lattner2008-03-171-2/+2
* Convert more counts to be zero based instead of -1 based, make them unsigned.Chris Lattner2008-03-161-1/+1
* Make the parameter count of ObjCMethodDecl unsigned, youChris Lattner2008-03-161-1/+1
* Emit warnings for undefined control-flow.Ted Kremenek2008-03-141-4/+7
* Path-sensitive analyses no longer take a FunctionDecl, but any Decl representingTed Kremenek2008-03-141-30/+68
* The LiveVariables analysis no longer requires a FunctionDecl&; this allows itTed Kremenek2008-03-131-2/+2
* Added bandaid support in CFG construction for ObjCForEachStmt and ObjCAtTryStmt:Ted Kremenek2008-03-131-2/+7
* Added --trim-path-graph to the driver to trim paths from the ExplodedGraphTed Kremenek2008-03-071-6/+7
* Added boilerplate to execute the CF reference count checker (which isn't yet ...Ted Kremenek2008-03-061-0/+37
* convert tabs to spaces, patch by Mike Stump!Chris Lattner2008-02-251-5/+5
* Modified clang driver option -dump-live-variables to (optionally) use theTed Kremenek2008-02-221-2/+4
* clang driver options --dump-cfg and --view-cfg now (optionally) use theTed Kremenek2008-02-221-8/+15
* When running the GRSimpleVals analysis, skip functions that do notTed Kremenek2008-02-221-2/+4
* For now, --grsimple skips analyzing functions in header files.Ted Kremenek2008-02-191-0/+4
* --grsimple now reports the number of nodes in the ExplodedGraph forTed Kremenek2008-02-191-2/+2
OpenPOWER on IntegriCloud