| Commit message (Expand) | Author | Age | Files | Lines |
| * | (llvm up) If the target triple is unspecified, automatically set the | Daniel Dunbar | 2008-10-02 | 1 | -1/+13 |
| * | Drop code to validate OS part of target triple on darwin, too fragile. | Daniel Dunbar | 2008-10-02 | 1 | -11/+0 |
| * | Fix help for --suppress-system-warnings | Daniel Dunbar | 2008-09-30 | 1 | -1/+1 |
| * | Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ | Chris Lattner | 2008-09-30 | 1 | -11/+6 |
| * | Finish handling of -mmacosx-version-min. If you now do something like: | Chris Lattner | 2008-09-30 | 1 | -26/+73 |
| * | start handling 'mmacosx-version-min', this is not complete yet. | Chris Lattner | 2008-09-30 | 1 | -10/+40 |
| * | Add driver support for invoking block rewriter. | Steve Naroff | 2008-09-18 | 1 | -0/+6 |
| * | Add --suppress-system-warnings (on by default, use =0 to disable) | Daniel Dunbar | 2008-09-12 | 1 | -0/+8 |
| * | LangOptions.C99 should be false in C++. | Argyrios Kyrtzidis | 2008-09-11 | 1 | -0/+5 |
| * | Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is | Ted Kremenek | 2008-09-03 | 1 | -4/+19 |
| * | Added Ubigraph visualization for the static analyzer (this is pretty alpha qu... | Ted Kremenek | 2008-08-27 | 1 | -5/+9 |
| * | Moved HTMLDiagnostics to lib/Driver. | Zhongxing Xu | 2008-08-24 | 1 | -1/+1 |
| * | Add TargetInfo::useNeXTRuntimeAsDefault | Daniel Dunbar | 2008-08-23 | 1 | -4/+4 |
| * | Move most of HeaderSearch initialization to libDriver. | Nico Weber | 2008-08-22 | 1 | -312/+23 |
| * | Add LangOptions::NeXTRuntime. | Daniel Dunbar | 2008-08-11 | 1 | -0/+17 |
| * | Add -fexceptions to Driver | Daniel Dunbar | 2008-08-11 | 1 | -0/+12 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | * 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 |