summaryrefslogtreecommitdiff
path: root/tools/clang-check
Commit message (Expand)AuthorAgeFilesLines
* [clang] [cmake] Use add_clang_tool() to install all toolsMichal Gorny2019-10-041-4/+1
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-14/+17
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-131-3/+3
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-3/+0
* Revert rL357915 from cfe/trunk: Remove a useless assertion in clang-check.Simon Pilgrim2019-04-081-0/+3
* Remove a useless assertion in clang-check.Alexander Kornienko2019-04-081-3/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove dependency-related arguments in clang-check.Alexander Kornienko2019-01-091-0/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* clang-check: rename the local FixItActionSaleem Abdulrasool2018-09-101-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+3
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-0/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-1/+1
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-28/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-172-3/+1
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-091-0/+1
* Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl2015-07-081-2/+0
* [CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi2015-07-081-14/+0
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-081-1/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-083-5/+35
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-073-27/+5
* Fix a linker issue with clang-check on Linux.Adrian Prantl2015-07-071-0/+2
* Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl2015-07-071-1/+14
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-073-4/+11
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-3/+3
* [clang-tidy] Move -extra-arg handling to CommonOptionsProviderAlexander Kornienko2014-11-041-61/+7
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-1/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-281-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-4/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1