- 1172751 Have 'clang --analyze' run syntactic static analysis security checks. by Ted Kremenek · 15 years ago
- dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
- 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
- ceb5c5b Remove -ftraditional option, which gcc doesn't actually support. Make by Eli Friedman · 15 years ago
- 47393ba Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug by Daniel Dunbar · 15 years ago
- e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
- df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
- c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
- 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
- cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
- 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
- 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
- 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
- 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
- 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
- f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
- 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
- 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
- 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
- a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
- 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
- e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
- af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
- 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
- 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
- 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 15 years ago
- 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
- e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 15 years ago
- cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
- 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 15 years ago
- d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 15 years ago
- f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) by Daniel Dunbar · 15 years ago
- 683ca38 Reformat a comment by Daniel Dunbar · 15 years ago
- 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 15 years ago
- 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
- 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
- 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
- d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
- 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 16 years ago
- a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
- 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 16 years ago
- ee24266 Add PCH version to the -v output by Douglas Gregor · 16 years ago
- bc85be8 Make sure to pass the same options to the static analyzer as the by Daniel Dunbar · 16 years ago
- 214e872 Enable PCH by default by Douglas Gregor · 16 years ago
- ea71a5b With -ccc-pch-is-pch, always treat precompiled inputs as PCH, by Daniel Dunbar · 16 years ago
- ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 16 years ago
- fc68bca Turn PCH off by default, yet again. I'm happier about it this time, though by Douglas Gregor · 16 years ago
- f527ce4 Trying turning on PCH by default yet again. We might actually a chance at success now by Douglas Gregor · 16 years ago
- e60ee1d Turn off PCH by default, again by Douglas Gregor · 16 years ago
- 48cac20 One more crazy try with PCH-by-default by Douglas Gregor · 16 years ago
- 79db6a2 Turn of PCH by default. I got the info I was looking for by Douglas Gregor · 16 years ago
- a3ff202 Driver: Add -std-default= option. by Daniel Dunbar · 16 years ago
- 4df9a66 Add option for AddAllArgsTranslated to control whether output argument by Daniel Dunbar · 16 years ago
- cf11b52 Another shot at switching PCH on by default, now that we've cleaned up some bugs and improved performance. Will be reverted after Mr. Speedy gets done with it by Douglas Gregor · 16 years ago
- 7b3b24e Revert my PCH change. I'm happy now by Douglas Gregor · 16 years ago
- c58fe35 Temporarily try to build with PCH by default. Revert this change once by Douglas Gregor · 16 years ago
- 9c7db4a Driver: -mkernel disables default use of unwind tables (although I by Daniel Dunbar · 16 years ago
- 8abf881 Driver: -mkernel and -fapple-kext imply -mno-red-zone. by Daniel Dunbar · 16 years ago
- 3ed2945 Don't run dsymutil when making a fat executable direct source. by Daniel Dunbar · 16 years ago
- 9961293 Call ld, not collect2. - <rdar://problem/6517382> [driver] call ld directly by Daniel Dunbar · 16 years ago
- 182e092 rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. by Chris Lattner · 16 years ago
- 3ca7ee9 Look at the TMP environment variable as well. by Daniel Dunbar · 16 years ago
- b03417f Also look at the TEMP environment variable as a place to put temporary files. by Daniel Dunbar · 16 years ago
- f60c63a If defined, use TMPDIR environment variable as location for temporary files. by Daniel Dunbar · 16 years ago
- 7695fba Forward f[no-]dollars-in-identifiers to clang, when specified. by Daniel Dunbar · 16 years ago
- 49138fc Forward -fno-diagnostics-fixit-info to clang-cc. by Daniel Dunbar · 16 years ago
- df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 16 years ago
- 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 16 years ago
- fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 16 years ago
- 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 16 years ago
- 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 16 years ago
- c35d71f Driver: Add --help-hidden by Daniel Dunbar · 16 years ago
- 70d3c92 Driver: For clang, accept -fsigned-bitfields and reject by Daniel Dunbar · 16 years ago
- d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 16 years ago
- f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
- ff8857a Driver: Forward -miphoneos-version-min to clang. by Daniel Dunbar · 16 years ago
- a1e2fd9 Driver: CCC_ADD_ARGS could end up using dangling pointers. by Daniel Dunbar · 16 years ago
- c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
- 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
- edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 16 years ago
- c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
- 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
- 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
- d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
- 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 16 years ago
- 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 16 years ago
- 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
- 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 16 years ago
- 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 16 years ago
- 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 16 years ago
- 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
- 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 16 years ago
- e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 16 years ago
- 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
- 4f53b29 Driver: Automatically suppress warnings for duplicate versions of by Daniel Dunbar · 16 years ago