- 3f4138c In debugger mode, make ObjC message sends to unknown selectors return by John McCall · 14 years ago
- 77b0e7f2 Implement -MG. Fixes PR9613 by Peter Collingbourne · 14 years ago
- 7fbd97f [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 14 years ago
- f8c3ccd Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. by Jonathan D. Turner · 14 years ago
- 9de1978 Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 14 years ago
- 24fc0de Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 14 years ago
- 25e61c5 Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 14 years ago
- fc510bd Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 14 years ago
- f64a560 Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent by Bob Wilson · 14 years ago
- b02ea3d Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 14 years ago
- d3f3d93 IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. by Daniel Dunbar · 14 years ago
- ca6b90d Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 14 years ago
- 1240f4e [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 14 years ago
- d70fb98 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 14 years ago
- 31168b0 Automatic Reference Counting. by John McCall · 14 years ago
- a860e6a Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 14 years ago
- c9224d6 Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 14 years ago
- 3382372 Implement Objective-C Related Result Type semantics. by Douglas Gregor · 14 years ago
- fb2af64 Implement -fgnu89-inline. Fixes PR10041. by Rafael Espindola · 14 years ago
- 643c922 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 14 years ago
- 85c011d Preserve the full name of the file, so that '-c -o foo.pic.o' produces by Nick Lewycky · 14 years ago
- e262299 Change cycle detection to be based off of a warning flag. by Alexis Hunt · 14 years ago
- 480cb99 Record where the GCOV data files should be placed. by Nick Lewycky · 14 years ago
- 6118d66 Implement a better version of delegating constructor cycle detection. by Alexis Hunt · 14 years ago
- 24874a4 When using -std= flag added check to make sure language and standard are compatable by Chad Rosier · 14 years ago
- e264187 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 14 years ago
- 3909e03 Removed redundant case statements by Chad Rosier · 14 years ago
- 9a5f84f Add -Oz option and use it to set the inline threshold to 25. by Bob Wilson · 14 years ago
- 30483fb Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 14 years ago
- 61fbf62 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 14 years ago
- b009b14 There were some frustrating problems with the implementation of by Chandler Carruth · 14 years ago
- 1c229c0 Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 14 years ago
- 207bce3 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 15 years ago
- 46ce91a Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 15 years ago
- 57540c5 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
- a686b5f C1X: add a language standard by Peter Collingbourne · 15 years ago
- 3943973 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 15 years ago
- 5045cf1 accept -x objc-cpp-output as an alias for -x objective-c-cpp-output, per PR9577 by Chris Lattner · 15 years ago
- 6b58486 Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything. by Daniel Dunbar · 15 years ago
- 67919b2 Integrated-As: Support -Wa,-L when using the integrated assembler. by Daniel Dunbar · 15 years ago
- 24284af Flip the default for showing include stacks on notes to false. This by Chandler Carruth · 15 years ago
- b6766f0 Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 15 years ago
- 12100e2 Frontend: Add a more explicit -backend-option flag for passing backend command by Daniel Dunbar · 15 years ago
- 599cb8e Add support for language-specific address spaces. On top of that, by Peter Collingbourne · 15 years ago
- 1057f86 Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL by Daniel Dunbar · 15 years ago
- 7ef5cb3 The Darwin kernel does not provide useful guard variable support. by John McCall · 15 years ago
- 5a4a0f7 Fix duplicate argument processing by Sandeep Patel · 15 years ago
- 35dcda7 Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory by Argyrios Kyrtzidis · 15 years ago
- cfee35b Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 15 years ago
- 65b88cd Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 15 years ago
- 9eb02df [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 15 years ago
- 0a9ce3e [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 15 years ago
- 560bbb1 [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 15 years ago
- 21c9423 [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 15 years ago
- 40c5e1a Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 15 years ago
- 17bee3e Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 15 years ago
- b388f77 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 15 years ago
- c08d89e Allow passing a list of comma separated checker names to -analyzer-checker, e.g: by Argyrios Kyrtzidis · 15 years ago
- 33e56a0 Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag. by Anders Carlsson · 15 years ago
- fe74286 Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 15 years ago
- 3320e15 Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 15 years ago
- cc9c8eb Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 15 years ago
- ce8dd3a Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 15 years ago
- d6f8124 Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 15 years ago
- b240092 [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 15 years ago
- 556c45e [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 15 years ago
- 7ce13fc OpenCL: add support for __kernel, kernel keywords and EXTENSION, by Peter Collingbourne · 15 years ago
- 178e0160 Implement mcount profiling, enabled via -pg. by Roman Divacky · 15 years ago
- 0bb0331 Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 15 years ago
- a40f8eb static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes. by Ted Kremenek · 15 years ago
- f7f0445 -fapple-kext cannot have 'weak' visibility in this abi. by Fariborz Jahanian · 15 years ago
- 1af1d2751 Frontend: Add -header-include-file option, for allowing saving header include by Daniel Dunbar · 15 years ago
- 27734fd Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 15 years ago
- dbe3927 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 15 years ago
- 741bf9d Support for -plugin-arg- with -add-plugin by Nico Weber · 15 years ago
- c7ffd35 [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 15 years ago
- 2992efa Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 15 years ago
- a4cfff8 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 15 years ago
- 3aa19e9a Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 15 years ago
- 1d56c9e Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 15 years ago
- e73571b Add WIP prototype of a new buffer overflow by Ted Kremenek · 15 years ago
- fafa665 Implement -cl-std= by Peter Collingbourne · 15 years ago
- 4225426 Implement -cl-mad-enable by Peter Collingbourne · 15 years ago
- 61d6a75 Implement -cl-fast-relaxed-math by Peter Collingbourne · 15 years ago
- b8d9995 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 15 years ago
- 0ba5ac8 Implement -cl-finite-math-only by Peter Collingbourne · 15 years ago
- 0b69e1a Implement -cl-single-precision-constant by Peter Collingbourne · 15 years ago
- 31587c8 Implement -cl-opt-disable by Peter Collingbourne · 15 years ago
- b8e5dd4 Refactor optimisation level code by Peter Collingbourne · 15 years ago
- aaeb73b Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 15 years ago
- 62089b8 Driver, Frontend: add CUDA language support by Peter Collingbourne · 15 years ago
- 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
- 9b66c4b Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 15 years ago
- 5159f61 now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 15 years ago
- 3f5a9ef give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 15 years ago
- ef6c8da -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 15 years ago
- af84ec0 Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 15 years ago
- 71731d6 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
- 457a04e Substantially revise how clang computes the visibility of a declaration to by John McCall · 15 years ago
- 4992ca4b Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 15 years ago