]> granicus.if.org Git - clang/history - tools/diagtool
Fixed library dependencies on clang-import-test to clean up the bots.
[clang] / tools / diagtool /
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-01-26 Chris BienemanRemove autoconf support
2015-11-18 Benjamin Kramer[libclang] Add entry points that take a full command...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2014-11-19 David Blaikieclang-format a recent commit I made
2014-11-19 David BlaikieStandardize on StringMap::insert, removing uses of...
2014-08-30 Craig TopperUse llvm::makeArrayRef instead of explicitly calling...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-08 Benjamin KramerAdd missing header guards.
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Tools edition.
2014-04-12 Benjamin KramerReplace llvm::array_endof with C++11's std::end.
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-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2013-12-10 NAKAMURA Takumi[CMake] Update target_link_libraries() and LLVM_LINK_CO...
2013-11-12 Richard SmithRather than duplicating extension diagnostics to allow...
2013-08-29 Craig TopperMove individual group name strings from the OptionTable...
2013-08-28 Craig TopperReorder and shrink size of NameLen field in diagnostic...
2013-08-28 Craig TopperMerge diagnostic group tables to reduce data size and...
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2013-01-20 Sean SilvaNuke SetUpBuildDumpLog.
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-10-05 Ted KremenekAdd color output to 'diagtool tree' to show what warnin...
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-07-31 David BlaikieInclude clang-check as part of the clang installation.
2012-07-11 Dmitri GribenkoEnable comment parsing and semantic analysis to emit...
2012-07-07 Ted KremenekEnhance 'diagtool list-warnings' to report number of...
2012-06-24 Jordan Rose[diagtool] Appease buildbots by explicitly using makeAr...
2012-06-24 Jordan Rose[diagtool] Add a new "tree" command to shows warnings...
2012-06-22 Jordan Rose[diagtool] Write to llvm::outs() by default instead...
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-06-17 NAKAMURA Takumidiagtool/CMakeLists.txt: Add missing tblgen'd dependenc...
2012-06-04 Jordan Rose[diagtool] Properly order libraries in Makefile for...
2012-06-04 Jordan Rose[diagtool] Re-add show-enabled, minimizing the code...
2012-06-01 Jordan Rose[diagtool] Pull show-enabled back out for now.
2012-06-01 Jordan Rose[diagtool] Unbork Makefile build.
2012-06-01 Jordan Rose[diagtool] Appease buildbot by adding llvm_unreachable.
2012-06-01 Jordan Rose[diagtool] Add 'show-enabled', which displays which...
2012-06-01 Jordan Rose[diagtool] The driver skips two arguments, not one.
2012-02-15 David BlaikieProvide common include for all diagnostic headers.
2012-02-15 David BlaikieRemove the unuseful -fdiagnostics-show-name
2011-10-23 Benjamin KramerReduce dependencies.
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-08-12 Nick LewyckyThe diagtool registration system tries to use a global...
2011-08-09 Ted KremenekAdd libsupport to list of libraries to link into diagtool
2011-08-09 Ted KremenekAdd 'diagtool' to the 'tools/' directory. diagtool...