- b0be2ab [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry by Kristof Umann · 7 years ago
- f282d27 [analyzer] Prefer returns values to out-params in CheckerRegistry.cpp by Kristof Umann · 7 years ago
- 0a6b5b6 PTH-- Remove feature entirely- by Erich Keane · 7 years ago
- 9941da4 Sink BuryPointer from Clang into LLVM for reuse there by David Blaikie · 7 years ago
- f1f351c [analyzer] New flag to print all -analyzer-config options by Kristof Umann · 7 years ago
- d002823 [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." by Fangrui Song · 7 years ago
- 65ebd13 [Frontend] Delete -print-decl-contexts by Fangrui Song · 7 years ago
- d6509cf [modules] Frontend support for building a header module from a list of by Richard Smith · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- 16ed8dd Add a new driver mode to dump compiler feature and extension options. by Aaron Ballman · 7 years ago
- 6e0dbb0 Make a build bot happy. by Gabor Horvath · 8 years ago
- 207e7b1 [Templight] Template Instantiation Observer by Gabor Horvath · 8 years ago
- d973982 [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) by NAKAMURA Takumi · 8 years ago
- 5dbfa4e Update after LLVM change r309087 by George Rimar · 8 years ago
- 7f633df [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. by NAKAMURA Takumi · 8 years ago
- 86a3ef5 Add -frewrite-imports flag. by Richard Smith · 8 years ago
- 0aaa762 unique_ptrify createDriverOptTable by David Blaikie · 9 years ago
- bbcc9f0 C++ Modules TS: add frontend support for building pcm files from module by Richard Smith · 9 years ago
- c430990 [analyzer] Command line option to show enabled checker list. by Gabor Horvath · 9 years ago
- 6c78974 Make it possible for AST plugins to enable themselves by default by John Brawn · 10 years ago
- d8cd060 Revert r260265, "clang-cl: Support loading plugins on Windows" by NAKAMURA Takumi · 10 years ago
- 75b3a4b clang-cl: Support loading plugins on Windows by Ehsan Akhgari · 10 years ago
- d35e98f [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. by Argyrios Kyrtzidis · 10 years ago
- a97eaa1 Provide a BuryPointer for unique_ptrs. by David Blaikie · 11 years ago
- 0621cb2 Make clang's rewrite engine a core feature by Alp Toker · 11 years ago
- 236bde3 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
- d4d5534 [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it messes up the PCH file. by Argyrios Kyrtzidis · 11 years ago
- 81f9e02 [leaks] Don't leak the fake arguments we synthesize for LLVM option parsing. by Chandler Carruth · 11 years ago
- b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
- 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
- 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
- ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
- ba294d7 Bring back a StringRef used in some build configurations by Alp Toker · 12 years ago
- 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
- 7a2645f [objcmt] If the frontend option is frontend::MigrateSource then we don't need to create by Argyrios Kyrtzidis · 12 years ago
- fee2c8d Remove -ast-dump-xml. by Richard Smith · 12 years ago
- 182486c Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 12 years ago
- 55d6e6c ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 12 years ago
- 958297d Indicate success for simple options when clang called with -cc1. by Rafael Espindola · 12 years ago
- d83ef84 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 12 years ago
- 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
- bf7fc9c <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 13 years ago
- aa73d02 use early returns to simplify and de-nest by Sean Silva · 13 years ago
- d93c8c0 Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user by Roman Divacky · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- e70ed86 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 13 years ago
- cdf8149 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 13 years ago
- 40ea0ea Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 13 years ago
- 4de0359 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 13 years ago
- e993e4c Support -frewrite-includes as an option while preprocessing. by David Blaikie · 13 years ago
- d532124 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 13 years ago
- a3c85b8 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 13 years ago
- adfb842 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 13 years ago
- 41ab289 Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 14 years ago
- f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago
- 09d20ee Make use of const-correct ParseCommandLineOptions by David Blaikie · 14 years ago
- e277899 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
- bd6a7d4 Fix ASTMerge tests that I broke in my previous commit. by Argyrios Kyrtzidis · 14 years ago
- 3d97a9b Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 14 years ago
- 24e9aff Introduce 3 new fixit options: by Argyrios Kyrtzidis · 14 years ago
- f47fa30 Remove unnecessary default cases in switches over enums. by David Blaikie · 14 years ago
- 1332d9b Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 14 years ago
- c4399f7 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 14 years ago
- 70db54f Eliminate the -emit-module option, which emitted a module by parsing a by Douglas Gregor · 14 years ago
- 2b20cb8 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 14 years ago
- ac42ec6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 14 years ago
- 86b6f74 Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 14 years ago
- 11ce922 Parse LLVM command line arguments after plugins have been loaded by Tobias Grosser · 14 years ago
- 8a880e3 Eliminate the unused -create-module cc1-level option by Douglas Gregor · 14 years ago
- 69f74f8 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 14 years ago
- 59cce71 [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). by Jordy Rose · 14 years ago
- d571363 [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. by Argyrios Kyrtzidis · 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
- 1240f4e [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 14 years ago
- b570351 Raise the ARCMT functionality in Clang into proper FrontendActions. by Chandler Carruth · 14 years ago
- 4f76f4a Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. by Ted Kremenek · 14 years ago
- 5e14d39 Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. by Ted Kremenek · 15 years ago
- cfee35b Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 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
- 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
- 556c45e [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 15 years ago
- f8cbac4 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 15 years ago
- d99bd55 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago
- ef33f09 Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago
- 98857c9 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
- ca08fba [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
- 8d602a8 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 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
- 5c26cda2 getNumErrors() -> hasErrorOccurred() by Argyrios Kyrtzidis · 15 years ago
- 85dd0bd Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago[Renamed (99%) from clang/lib/Frontend/ExecuteCompilerInvocation.cpp]
- 6ebb51a Add two options for playing with modules. by Sebastian Redl · 15 years ago
- e9e91b0 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 15 years ago