summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling
Commit message (Expand)AuthorAgeFilesLines
* [LibTooling] Change Transformer's TextGenerator to a partial function.Yitzhak Mandelbaum2019-04-301-7/+13
* [LibTooling] Extend Transformer to support multiple simultaneous changes.Yitzhak Mandelbaum2019-04-181-95/+134
* [LibTooling] Add Stencil library for format-string style codegen.Yitzhak Mandelbaum2019-04-181-0/+161
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-2/+2
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-172-27/+25
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-0/+3
* [Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall2019-04-051-1/+7
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-051-0/+210
* [LibTooling] Add "SourceCode" library for functions relating to source-code m...Yitzhak Mandelbaum2019-04-052-44/+77
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-031-210/+0
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-031-0/+210
* Sync some doc changes ClangFormatStyleOptions.rst with doc comments in `Forma...Sylvestre Ledru2019-03-231-2/+2
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2019-03-201-1/+1
* [LibTooling] Add retrieval of extended AST-node source to FixIt libraryYitzhak Mandelbaum2019-03-131-11/+56
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1944-176/+132
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-181-0/+4
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-4/+4
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-16/+1
* Implement YAML serialization of notes in clang::tooling::Diagnostic.Alexander Kornienko2018-11-211-0/+10
* [Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu2018-11-051-0/+2
* [Tooling] Expose ExecutorName option.Eric Liu2018-10-121-0/+2
* [Tooling] Move CompilationDatabasePlugin to the Registry header, where it's u...Sam McCall2018-10-112-21/+21
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-102-8/+9
* [Tooling] Restore working dir in ClangTool.Ilya Biryukov2018-09-111-0/+7
* [Tooling] Do not restore working dir in ClangToolIlya Biryukov2018-08-291-0/+4
* [Tooling] Add a isSingleProcess() helper to ToolExecutorIlya Biryukov2018-08-243-0/+11
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-0/+6
* [Tooling] Use UniqueStringSaver. NFCSam McCall2018-07-231-3/+2
* [Tooling] Add operator== to CompileCommandSimon Marchi2018-07-171-0/+9
* [Tooling] Make standalone executor support user-provided vfs.Eric Liu2018-07-121-0/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-042-7/+7
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-302-7/+7
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-302-7/+7
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-182-7/+7
* [Tooling] Add an overload of runToolOnCodeWithArgs that takes VFSEric Liu2018-05-181-0/+9
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-182-7/+7
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-0/+137
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-0/+133
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0922-181/+181
* Add missing newlines to cl::extrahelp usesStephane Sezer2018-05-081-1/+1
* [Tooling] Optimize memory usage in InMemoryToolResults.Haojian Wu2018-04-111-3/+14
* [Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall2018-04-091-0/+7
* Fix typos in clangAlexander Kornienko2018-04-066-7/+7
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-148-96/+111
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-12/+9
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-9/+12
* [Tooling] Returns non-zero status code when files are skipped.Eric Liu2018-02-021-0/+3
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [Tooling] Added a VFS parameter to ClangToolIlya Biryukov2018-01-231-1/+5