aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+1
* Add support for remembering origins to ExternalASTMergerSean Callanan2017-09-271-58/+92
* clang-format plugin: Add missing NL (new line) at EOF (end of file)Hans Wennborg2017-09-221-0/+6
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-223-4/+28
* Add Cross Translation Unit support libraryGabor Horvath2017-09-224-0/+148
* Put target deduced from executable name at the start of argument listSerge Pavlov2017-09-201-2/+9
* [refactor] Use CommonOptionsParser in clang-refactorAlex Lorenz2017-09-141-45/+13
* Link clang-refactor with clangFormatAlex Lorenz2017-09-141-0/+1
* Link clang-refactor with clangAST and clangLexAlex Lorenz2017-09-141-0/+2
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-145-0/+862
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-122-0/+17
* clang-format-vs: Update the VSIX ID.Hans Wennborg2017-09-121-1/+1
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-111-1/+2
* clang-rename: let -force handle multiple renamesMiklos Vajna2017-09-111-6/+0
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+1
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-1/+3
* Update for llvm change.Rafael Espindola2017-09-072-2/+6
* [diagtool] Change default tree behavior to print only flagsJonas Devlieghere2017-09-051-9/+27
* [NFC] Loop modernization in diagtoolJonas Devlieghere2017-09-055-62/+57
* [clang-format] Fix lines=all case in clang-format.pyKrasimir Georgiev2017-09-051-1/+1
* [libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTranslationUnit*Erik Verbruggen2017-08-291-0/+6
* Use class to pass information about executable nameSerge Pavlov2017-08-291-18/+12
* Fix ClangFormatFuzzer.George Karpenkov2017-08-231-2/+5
* [clang-proto-fuzzer] Fix clang-proto-to-cxx build.Matt Morehouse2017-08-232-0/+2
* [clang-diff] Properly clear the selection in HTML diffJohannes Altmanninger2017-08-231-2/+2
* [clang-diff] HTML diff navigationJohannes Altmanninger2017-08-231-9/+56
* Update Clang fuzzers to use libFuzzer bundled with the toolchain.George Karpenkov2017-08-222-5/+4
* [clang-diff] Refactor stop-after command-line flagJacob Gravelle2017-08-221-1/+1
* [clang-format] Fix lines regression in clang-format.pyKrasimir Georgiev2017-08-221-1/+1
* [clang-proto-fuzzer] Update README.Matt Morehouse2017-08-211-8/+15
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-201-0/+12
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-201-0/+13
* [clang-diff] Fix compiler warningJohannes Altmanninger2017-08-191-0/+1
* [clang-diff] Add HTML side-by-side diff outputJohannes Altmanninger2017-08-192-0/+173
* [clang-diff] Fix warning about useless comparisonJohannes Altmanninger2017-08-191-1/+1
* [clang-diff] Make printing of matches optionalJohannes Altmanninger2017-08-191-1/+5
* [clang-diff] Add option to dump the AST, one node per lineJohannes Altmanninger2017-08-191-2/+20
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-181-6/+67
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-181-1/+64
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-64/+1
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-181-67/+6
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-181-6/+67
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-1/+64
* [clang-proto-fuzzer] Allow user-specified compiler arguments.Matt Morehouse2017-08-181-1/+17
* [clang-diff] Add commandline arguments.Johannes Altmanninger2017-08-181-18/+54
* [index] Add indexing for unresolved-using declarationsBen Langmuir2017-08-161-0/+1
* clang-format: add an option -verbose to list the files being processedSylvestre Ledru2017-08-121-16/+16
* Add a Dockerfile for clang-proto-fuzzerKostya Serebryany2017-08-112-0/+39
* [clang-fuzzer] Resolve proto dependenciesVitaly Buka2017-08-081-1/+4