summaryrefslogtreecommitdiff
path: root/tools/clang-check
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-28/+0
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl2-3/+1
2015-07-09Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl1-0/+1
2015-07-08Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl1-2/+0
2015-07-08[CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi1-14/+0
2015-07-08[CMake] Reorder libdeps. NFC.NAKAMURA Takumi1-1/+1
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl3-5/+35
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl3-27/+5
2015-07-07Fix a linker issue with clang-check on Linux.Adrian Prantl1-0/+2
2015-07-07Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl1-1/+14
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl3-4/+11
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-3/+2
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-3/+2
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-3/+2
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl1-3/+2
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl1-2/+3
2015-01-14[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth1-1/+1
2014-12-03Make ArgumentsAdjuster an std::function.Alexander Kornienko1-3/+3
2014-11-04[clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko1-61/+7
2014-08-11Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith1-1/+2
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+3
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-3/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+3
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-1/+1
2014-04-28Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber1-2/+2
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+4
2014-03-07Replace OwningPtr with std::unique_ptr.Ahmed Charles1-1/+1
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-1/+1
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-2/+2
2013-12-12Filter-out irrelevant command-line options in CommonOptionsParser.Alexander Kornienko1-27/+33
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi1-6/+6
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2-2/+3
2013-06-06clang-check: add missing space in MakefileHans Wennborg1-1/+1
2013-06-06clang-check: Link the static analyzer in the Makefile build too.Benjamin Kramer1-3/+4
2013-06-06Add support for static analysis to clang-checkPavel Labath2-8/+37
2013-06-05clang-check: Enable specification of additional compiler argumentsPavel Labath1-0/+40
2013-01-19these now depend on the bitcode reader too.Chris Lattner2-1/+2
2013-01-18clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi1-0/+2
2012-12-14Style and Doc fix for CommonOptionsParserEdwin Vane1-2/+2
2012-10-03clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer1-2/+2
2012-10-03As opposed to the clang-fixit tool described onDaniel Jasper3-5/+74
2012-09-10Workaround for MacOSX build failure with gcc <= 4.4Alexander Kornienko1-6/+6
2012-09-07Fixed http://llvm.org/bugs/show_bug.cgi?id=13777Alexander Kornienko1-2/+4
2012-08-24Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko1-1/+1
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko1-30/+24
2012-08-13Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko1-1/+43