]> granicus.if.org Git - clang/history - tools/arcmt-test
clang-format-vsix: add command to format document
[clang] / tools / arcmt-test /
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-06-09 Richard SmithUpdate to match LLVM r272232.
2016-01-26 Chris BienemanRemove autoconf support
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-21 Adrian Prantlconfigure+make: Rearange clangCodeGen to come before...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2014-09-11 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-07 Alp TokerPeel away old-style file remapping typedefs and cruft
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-06-12 Rafael EspindolaInclude system_error directly.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-01-31 NAKAMURA Takumi[CMake] arcmt-test: Reorganize link libraries with...
2013-06-26 Rafael EspindolaRemove dead include.
2013-06-26 Rafael EspindolaUse llvm::sys::fs::getMainExecutable.
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-06-13 Rafael EspindolaDon't depend on the transitive inclusion of PathV1.h.
2013-01-19 Chris Lattnerthese now depend on the bitcode reader too.
2012-12-04 Chandler CarruthSort #include lines for tools/...
2012-10-23 Douglas GregorMake DiagnosticOptions intrusively reference-counted...
2012-09-01 Ted KremenekSplit library clangRewrite into clangRewriteCore and...
2012-08-09 Chad Rosier[ms-inline asm] Add various MC components to clang...
2012-08-08 Chad RosierAdd various MC components to clang build to support...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-20 Chandler CarruthFix a big layering violation introduced by r158771.
2012-06-20 Rafael EspindolaFix cmake build.
2012-06-20 Dmitri GribenkoStructured comment parsing, first step.
2012-04-13 Douglas GregorKill the last vestiges of clangIndex
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-03-06 Ted KremenekAdd new code migrator support for migrating existing...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-13 Dylan Noblesmithdrop more llvm:: prefixes on OwningPtr<>
2012-02-07 David BlaikieMake use of const-correct ParseCommandLineOptions
2012-01-26 Fariborz Jahanianobjc-arc: introduce -no-finalize-removal which in gc...
2012-01-20 Douglas GregorExtract the (InputKind, std::string) pair used to descr...
2011-12-23 Dylan NoblesmithLet CompilerInvocation initialization indicate failure
2011-11-17 Ted KremenekMake 'LangOptions' in CompilerInvocation a heap-allocat...
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, transform NSMakeCollectable to CFBridgin...
2011-09-26 David BlaikieRename VerifyDiagnosticsClient to VerifyDiagnosticConsu...
2011-09-25 David BlaikieRename DiagnosticClient to DiagnosticConsumer as per...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-09-13 Douglas GregorWhen compiling a module on-demand, re-use the diagnosti...
2011-07-23 Chris LattnerMove ArrayRef to LLVM.h and eliminate now-redundant...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-07-09 Argyrios Kyrtzidis[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC...
2011-06-18 NAKAMURA Takumitools/arcmt-test: Don't attempt to link redundant libcl...
2011-06-18 Argyrios Kyrtzidis[arcmt] Fix the ARC migrator. -arcmt-modify requires...
2011-06-16 Argyrios Kyrtzidis[arcmt] Make arcmt-test accept cc1 options to make...
2011-06-15 John McCallThe ARC Migration Tool. All the credit goes to Argyrio...