| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber | 2008-08-10 | 1 | -5/+4 |
| * | ParseAST now never releases the passed ASTConsumer. This is the responsibili... | Ted Kremenek | 2008-08-08 | 1 | -8/+7 |
| * | Remove unneeded #includes. | Ted Kremenek | 2008-08-07 | 1 | -2/+1 |
| * | Micro cleanups. | Ted Kremenek | 2008-08-07 | 1 | -7/+3 |
| * | Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticC... | Ted Kremenek | 2008-08-07 | 1 | -31/+33 |
| * | add a libDriver, for now only move the text diangostics stuff from Driver to ... | Nico Weber | 2008-08-05 | 1 | -4/+15 |
| * | Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer... | Ted Kremenek | 2008-08-05 | 1 | -52/+5 |
| * | "This patch adds paths for Fedora 9 in clang.cpp and support for two preproce... | Ted Kremenek | 2008-07-24 | 1 | -0/+11 |
| * | Prevent clang from emitting output when input has errors | Daniel Dunbar | 2008-07-18 | 1 | -0/+6 |
| * | Provide an "Analysis Scope" for Analyses so checks can either be run on code ... | Ted Kremenek | 2008-07-15 | 1 | -1/+1 |
| * | Break off declaration of Analysis enum into Analyses.def. The driver options in | Ted Kremenek | 2008-07-14 | 1 | -15/+4 |
| * | Add new check: -check-objc-methodsigs. This check scans methods in | Ted Kremenek | 2008-07-11 | 1 | -0/+2 |
| * | add gentoo stable gcc headers path so that all tests pass here (CPATH isnt en... | Nuno Lopes | 2008-07-05 | 1 | -0/+4 |
| * | Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer. | Ted Kremenek | 2008-07-02 | 1 | -12/+3 |
| * | Move -dump-live-variables logic to AnalysisConsumer. | Ted Kremenek | 2008-07-02 | 1 | -6/+2 |
| * | Move logic for "-checker-simple" to the new AnalysisConsumer interface. | Ted Kremenek | 2008-07-02 | 1 | -10/+4 |
| * | Migrated driver logic for running the CF retain/release checker over to the n... | Ted Kremenek | 2008-07-02 | 1 | -8/+2 |
| * | Added AnalysisConsumer, a meta-level ASTConsumer class to drive various | Ted Kremenek | 2008-07-02 | 1 | -14/+25 |
| * | Make clang work on 32 bit powerpc linux. | Matthijs Kooijman | 2008-06-26 | 1 | -0/+4 |
| * | Patch by Anders Bergh: | Ted Kremenek | 2008-06-24 | 1 | -0/+19 |
| * | Allow -parse-noop -verify options to be used together. | Argyrios Kyrtzidis | 2008-06-13 | 1 | -0/+3 |
| * | Use a common SourceManager when processing multiple files. This allows us to... | Ted Kremenek | 2008-06-06 | 1 | -4/+10 |
| * | Fix crash when running with multiple source files. This can be improved. | Ted Kremenek | 2008-06-06 | 1 | -0/+6 |
| * | Moved LangOptions from TranslationUnit to ASTContext. This induced a variety... | Ted Kremenek | 2008-06-04 | 1 | -4/+4 |
| * | Correctly preserve the order between -F and -I options. | Ted Kremenek | 2008-05-31 | 1 | -6/+16 |
| * | Use llvm::cl::desc for description of the -Wimplicit-function-declaration opt... | Ted Kremenek | 2008-05-30 | 1 | -2/+2 |
| * | Implement support for -w, which silences all warnings. PR2384. | Chris Lattner | 2008-05-29 | 1 | -0/+4 |
| * | Update driver include paths to work on darwin10. | Ted Kremenek | 2008-05-22 | 1 | -0/+12 |
| * | make #if 0 code compile, even though it still isn't very useful. | Chris Lattner | 2008-05-09 | 1 | -1/+1 |
| * | Added -g command line options to clang for generating source level debug info... | Sanjiv Gupta | 2008-05-08 | 1 | -1/+8 |
| * | Remove the ending "." from clang options descriptions. | Sanjiv Gupta | 2008-05-08 | 1 | -23/+23 |
| * | start implementation of a macro rewriter, this is currently just stubbed out. | Chris Lattner | 2008-05-08 | 1 | -2/+10 |
| * | Add support for -Wimplicit-function-declaration, rdar://5907433 | Chris Lattner | 2008-05-05 | 1 | -0/+7 |
| * | Fix PR2281: these two warnings should be promoted to error on | Chris Lattner | 2008-05-04 | 1 | -0/+9 |
| * | Provide the option to run the CF-retain checker in GC enabled mode. | Ted Kremenek | 2008-04-29 | 1 | -1/+2 |
| * | Add -fobjc-gc and -fobjc-gc-only options to the driver. | Ted Kremenek | 2008-04-29 | 1 | -1/+20 |
| * | TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects | Ted Kremenek | 2008-04-23 | 1 | -2/+2 |
| * | simplify the return of InitializePreprocessor to be bool instead of a fileid | Chris Lattner | 2008-04-19 | 1 | -10/+9 |
| * | simplify ownership of the predefines buffer. | Chris Lattner | 2008-04-19 | 1 | -16/+6 |
| * | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek | 2008-04-17 | 1 | -33/+62 |
| * | Generate the Preprocessor using a local PreprocessorFactory object. | Ted Kremenek | 2008-04-17 | 1 | -3/+32 |
| * | Added fixme. | Ted Kremenek | 2008-04-16 | 1 | -0/+4 |
| * | Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags | Ted Kremenek | 2008-04-16 | 1 | -3/+3 |
| * | Add a mode of hackily syntax highlighting comments. This has a number of | Chris Lattner | 2008-04-16 | 1 | -6/+5 |
| * | Add -o support for -emit-html, make it not produce a file on an error. | Chris Lattner | 2008-04-16 | 1 | -3/+5 |
| * | Remove "--html-test" driver option and its corresponding code; all of this | Ted Kremenek | 2008-04-16 | 1 | -7/+1 |
| * | Rename RewriteTest->RewriteObjC. | Steve Naroff | 2008-04-14 | 1 | -3/+3 |
| * | Added driver option "-checker-opt-analyze-headers" to force the static | Ted Kremenek | 2008-04-14 | 1 | -7/+20 |
| * | Handle -D and -U options in order, so that they can cancel each other out when | Sam Bishop | 2008-04-14 | 1 | -7/+10 |
| * | Refactored all logic to run the GRSimpleVals and CFRef checker into a common | Ted Kremenek | 2008-04-10 | 1 | -11/+10 |