aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-check
AgeCommit message (Expand)Author
2018-10-19Do not build Clang tools on the platformPirama Arumuga Nainar
2017-11-30Disable host Clang builds, since no one is using them.Stephen Hines
2017-09-28Remove default librariesDan Willemsen
2016-12-07Convert clang to Android.bpColin Cross
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-06-06clang-check: add missing space in MakefileHans Wennborg
2013-06-06clang-check: Link the static analyzer in the Makefile build too.Benjamin Kramer
2013-06-06Add support for static analysis to clang-checkPavel Labath
2013-06-05clang-check: Enable specification of additional compiler argumentsPavel Labath
2013-01-19these now depend on the bitcode reader too.Chris Lattner
2013-01-18clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane
2012-10-03clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer
2012-10-03As opposed to the clang-fixit tool described onDaniel Jasper
2012-09-10Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko
2012-09-07Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko
2012-08-24Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko
2012-08-13Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-07-31Include clang-check as part of the clang installation.David Blaikie
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-07-12Updated -help message in clang-check.Alexander Kornienko
2012-07-11Fix usage instructions for clang-check.Daniel Jasper
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-04clangFrontend depends on clangEdit.Benjamin Kramer
2012-04-04Adds a tooling library.Manuel Klimek