| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas... | Ted Kremenek | 2009-01-28 | 1 | -3/+14 |
| * | Add a preliminary version number. | Mike Stump | 2009-01-28 | 1 | -0/+4 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -0/+1 |
| * | Added clang option '--analyzer-display-progress' to indicate that the analyze... | Ted Kremenek | 2009-01-23 | 1 | -1/+6 |
| * | When using -analyzer-output-plist always output a plist file even if it conta... | Ted Kremenek | 2009-01-23 | 1 | -1/+1 |
| * | Use NonFragileABI as name of new Next abi. More comments | Fariborz Jahanian | 2009-01-22 | 1 | -3/+3 |
| * | Adjust to api change. | Chris Lattner | 2009-01-22 | 1 | -1/+1 |
| * | Refactoring ObjC Next's runtime classes in preparation for | Fariborz Jahanian | 2009-01-21 | 1 | -0/+6 |
| * | Don't turn off blocks when compiling Obj-C code | Anders Carlsson | 2009-01-21 | 1 | -1/+2 |
| * | Add -analyze action to run static analyzer, instead of inferring from | Daniel Dunbar | 2009-01-20 | 1 | -5/+3 |
| * | add a simplified lexer ctor that sets up the lexer to raw-lex an | Chris Lattner | 2009-01-17 | 1 | -5/+1 |
| * | this massive patch introduces a simple new abstraction: it makes | Chris Lattner | 2009-01-17 | 1 | -3/+3 |
| * | IdentifierInfo: | Ted Kremenek | 2009-01-15 | 1 | -11/+20 |
| * | Fix typo and spelling of -Wunused-macros. | Daniel Dunbar | 2009-01-14 | 1 | -2/+2 |
| * | Add an initial framework of a DeclContextPrinter. It can print DeclContext and | Zhongxing Xu | 2009-01-13 | 1 | -0/+6 |
| * | Implement support for anonymous structs and unions in C. Both C and | Douglas Gregor | 2009-01-12 | 1 | -3/+0 |
| * | Always print out SourceManager stats with 'Stats' is true. This revealed tha... | Ted Kremenek | 2009-01-09 | 1 | -2/+1 |
| * | Enable support for '-x objective-c++-header'. | Ted Kremenek | 2009-01-09 | 1 | -10/+24 |
| * | Place warning about 'readonly' property attributes which | Fariborz Jahanian | 2009-01-08 | 1 | -0/+8 |
| * | Remove redunant (and incorrect) call to SourceManager::PrintStats(). This wo... | Ted Kremenek | 2009-01-06 | 1 | -3/+0 |
| * | Force i[0-9]86 to i386 when using LLVM_HOSTTRIPLE. | Daniel Dunbar | 2008-12-12 | 1 | -1/+8 |
| * | -std=c99 defaults blocks to off even on darwin, but -fblocks overrides | Chris Lattner | 2008-12-05 | 1 | -2/+10 |
| * | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner | 2008-12-04 | 1 | -2/+7 |
| * | replace useNeXTRuntimeAsDefault with a generic hook that allows targets | Chris Lattner | 2008-12-04 | 1 | -6/+6 |
| * | Add "-token-cache" option for using pretokenized cache files. | Ted Kremenek | 2008-12-02 | 1 | -0/+15 |
| * | Add LangOptions marker for assembler-with-cpp mode and use to define | Daniel Dunbar | 2008-12-01 | 1 | -0/+1 |
| * | Enable blocks in C++ | Douglas Gregor | 2008-12-01 | 1 | -3/+0 |
| * | Implement implicit conversions for Objective-C specific types, e.g., | Douglas Gregor | 2008-11-26 | 1 | -1/+1 |
| * | Add plugin loading for clang. This will be used to load alternative constrain... | Zhongxing Xu | 2008-11-26 | 1 | -0/+1 |
| * | reverting this because it breaks some blocks cases, I'll send doug a testcase | Ted Kremenek | 2008-11-22 | 1 | -0/+3 |
| * | Don't turn off blocks in C++ | Douglas Gregor | 2008-11-21 | 1 | -3/+0 |
| * | switch TextDiagnosticPrinter to raw_ostream. | Chris Lattner | 2008-11-19 | 1 | -1/+2 |
| * | remove a helper method with only one call site. | Chris Lattner | 2008-11-18 | 1 | -1/+1 |
| * | Move backend output out of destructor. | Daniel Dunbar | 2008-11-11 | 1 | -0/+3 |
| * | Hook up the Plist diagnostic client to the driver. | Ted Kremenek | 2008-11-03 | 1 | -1/+10 |
| * | Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h' | Ted Kremenek | 2008-11-03 | 1 | -1/+1 |
| * | Turn off module verification in Release-Asserts builds. | Daniel Dunbar | 2008-10-31 | 1 | -0/+4 |
| * | "One" line fix for -parse-noop failure, "id" and several other things | Daniel Dunbar | 2008-10-31 | 1 | -2/+2 |
| * | Improve llvm-gcc compatibility, -Os implies -O2 (sortof). | Daniel Dunbar | 2008-10-29 | 1 | -1/+7 |
| * | Choose CompileOptions (optimization passes) to match llvm-gcc more | Daniel Dunbar | 2008-10-29 | 1 | -1/+5 |
| * | .s files don't require the preprocessor, patch by Roman Divacky! | Chris Lattner | 2008-10-28 | 1 | -1/+1 |
| * | Call llvm_shutdown() on (normal) termination. This makes --time-passes usable. | Daniel Dunbar | 2008-10-28 | 1 | -0/+5 |
| * | With -verify, only exit early on failure. | Daniel Dunbar | 2008-10-27 | 1 | -1/+6 |
| * | Remove unneeded CheckASTConsumer function. | Daniel Dunbar | 2008-10-27 | 1 | -9/+4 |
| * | Use string literal for format string specifier; this prevents ErrMsg from bei... | Ted Kremenek | 2008-10-25 | 1 | -1/+1 |
| * | Add initial dependency file generation support. Patch by Kovarththanan | Daniel Dunbar | 2008-10-24 | 1 | -0/+10 |
| * | Make the analyzer store (memory model) a command line option. | Ted Kremenek | 2008-10-24 | 1 | -1/+11 |
| * | Added driver option "-cxx-inheritance-view" for viewing the C++ hierarchy of ... | Ted Kremenek | 2008-10-23 | 1 | -2/+17 |
| * | Add -O[0-3s] support (following llvm-gcc). | Daniel Dunbar | 2008-10-23 | 1 | -6/+45 |
| * | Add support for assembler-with-cpp (preprocessed .S files), patch by | Chris Lattner | 2008-10-22 | 1 | -1/+9 |