Age | Commit message (Expand) | Author |
2010-04-11 | add haiku support, patch by Paul Davey! | Chris Lattner |
2010-04-10 | Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this | Daniel Dunbar |
2010-04-10 | Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support... | Daniel Dunbar |
2010-04-10 | Driver/Darwin/x86: When linking, incorporate -L paths based on the path where | Daniel Dunbar |
2010-04-09 | Turn access control on by default in the driver. | John McCall |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-04-08 | Remove caseless switch. | Benjamin Kramer |
2010-04-07 | add a new driver-level -ferror-limit=412 option, which causes clang to stop | Chris Lattner |
2010-04-06 | Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for | Daniel Dunbar |
2010-04-01 | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar |
2010-03-29 | add support for -MQ flag to quote targets in dependency file, | Chris Lattner |
2010-03-26 | Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment | Daniel Dunbar |
2010-03-24 | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor |
2010-03-22 | Disable the emission of frontend warnings (not errors) under --analyze. | Ted Kremenek |
2010-03-22 | Sort calls to add_clang_library() | Kovarththanan Rajaratnam |
2010-03-22 | Add very limited support for GCC's '-B' flag. This allows us to support unusual | Chandler Carruth |
2010-03-20 | Driver: Fix thinkos that prevented Clang from picking the right deployment | Daniel Dunbar |
2010-03-20 | Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -... | Daniel Dunbar |
2010-03-20 | Driver: Fix -### to quote shell special characters, following gcc. | Daniel Dunbar |
2010-03-20 | Driver: Fix a number of -fapple-kext issues: | Daniel Dunbar |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-20 | Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option... | Daniel Dunbar |
2010-03-20 | Driver: Fix possible crash when targetting an unknown (unsupported) Darwin | Daniel Dunbar |
2010-03-17 | Make -faccess-control and -fno-access-control driver options. | John McCall |
2010-03-16 | Driver: Fix forwarding of -fno-lax-vector-conversions. | Daniel Dunbar |
2010-03-11 | Driver: Free Action objects. | Daniel Dunbar |
2010-03-11 | Driver: Free synthesized derived arguments. | Daniel Dunbar |
2010-03-11 | Driver: Free jobs in JobList and PipedJob instances. | Daniel Dunbar |
2010-03-10 | Fix -Wsign-compare warnings reported by clang++. | Ted Kremenek |
2010-03-08 | Remove redundant semicolon | Douglas Gregor |
2010-03-07 | Don't produce debug info when given -g. Fixes PR6529. | Rafael Espindola |
2010-03-04 | add TCE target support, patch by Pekka J! | Chris Lattner |
2010-03-02 | Add in some more MIPS command line options. | Eric Christopher |
2010-02-25 | Driver: Allow driver title (for --help) to be overridden by clients. | Daniel Dunbar |
2010-02-23 | Unconditionally support block introspection data in a new field at the end | Blaine Garst |
2010-02-19 | Enable -mconstructor-aliases by default on non-darwin platforms. | John McCall |
2010-02-17 | PR5803: clang++: Treat untyped 'C' inputs as C++. | Daniel Dunbar |
2010-02-17 | Driver: Tweak freebsd::Link, by Roman Divacky. | Daniel Dunbar |
2010-02-13 | Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds | John McCall |
2010-02-11 | Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. | Daniel Dunbar |
2010-02-11 | Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. | Daniel Dunbar |
2010-02-11 | Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. | Daniel Dunbar |
2010-02-10 | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar |
2010-02-06 | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson |
2010-02-05 | Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. | Ted Kremenek |
2010-02-05 | Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss... | Ted Kremenek |
2010-02-05 | Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. | Ted Kremenek |
2010-02-05 | Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-... | Ted Kremenek |
2010-02-05 | Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. | Ted Kremenek |
2010-02-05 | Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy... | Ted Kremenek |