summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* [Syntax] Merge overlapping top-level macros in TokenBufferSam McCall2020-06-101-4/+21
* [Syntax] Unset IsOriginal flag on nodes removed from the treeIlya Biryukov2020-01-141-0/+3
* [Syntax] Mark synthesized nodes as modifiableIlya Biryukov2020-01-141-0/+18
* [Syntax] Build spanning SimpleDecalration for classes, structs, etcIlya Biryukov2020-01-031-18/+63
* Fix crash in getFullyQualifiedName for inline namespaceAlexey Bader2019-12-281-0/+11
* [clang][Tooling] Prefer -x over -std when interpolatingKadir Cetinkaya2019-12-201-0/+4
* [Syntax] Use a hash table to search for tokens by their locationIlya Biryukov2019-12-181-0/+40
* [Syntax] Uppercase the first letter of the test name. NFCIlya Biryukov2019-12-181-1/+1
* [Syntax] Allow to mutate syntax treesIlya Biryukov2019-12-182-5/+121
* [Tooling/Syntax] Helpers to find spelled tokens touching a location.Sam McCall2019-12-121-0/+41
* [Tooling] Move raw string literal out of a macro call. NFCIlya Biryukov2019-12-121-4/+7
* [Syntax] Build nodes for simple cases of top level declarationsIlya Biryukov2019-12-121-1/+184
* Reland "[AST] Traverse the class type loc inside the member type loc.""Haojian Wu2019-12-092-0/+56
* Revert "[AST] Traverse the class type loc inside the member type loc."Sterling Augustine2019-12-052-48/+0
* [Syntax] Show input code on tests failures. NFCIlya Biryukov2019-12-051-0/+2
* [AST] Traverse the class type loc inside the member type loc.Haojian Wu2019-12-052-0/+48
* [clang][Tooling] Add support for .rsp files in compile_commands.jsonKadir Cetinkaya2019-12-041-0/+30
* Reland [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-12-031-0/+15
* Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."Sam McCall2019-11-291-15/+0
* [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-11-291-0/+15
* [Syntax] Build SimpleDeclaration node that groups multiple declaratorsIlya Biryukov2019-11-291-25/+93
* [libTooling] Add stencil combinators for nodes that may be pointers or values.Yitzhak Mandelbaum2019-11-221-0/+40
* [clang][Tooling] Filter flags that generate output in SyntaxOnlyAdjusterKadir Cetinkaya2019-11-131-0/+34
* [libTooling] Further simplify `Stencil` type and introduce `MatchComputation`.Yitzhak Mandelbaum2019-11-112-27/+9
* [libTooling] Fix breakage from change #84922Yitzhak Mandelbaum2019-11-061-1/+4
* [libTooling] Small changes in Transformer API.Yitzhak Mandelbaum2019-11-061-36/+37
* [libTooling] Simplify type structure of `Stencil`s.Yitzhak Mandelbaum2019-11-061-56/+83
* [Syntax] Add nodes for most common statementsIlya Biryukov2019-11-061-8/+305
* [libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum2019-10-161-1/+0
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-163-20/+12
* [libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum2019-10-111-33/+11
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-106-6/+7
* [libTooling][NFC] Fix build break in r373916.Yitzhak Mandelbaum2019-10-071-14/+22
* [libTooling] Add `toString` method to the Stencil classYitzhak Mandelbaum2019-10-071-0/+55
* [libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum2019-10-031-1/+65
* [libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...Yitzhak Mandelbaum2019-09-271-0/+51
* [libTooling] Add `run` combinator to Stencils.Yitzhak Mandelbaum2019-09-261-0/+18
* [libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTEDYitzhak Mandelbaum2019-09-251-21/+4
* [libTooling] Add `access` and `ifBound` combinators to Stencil library.Yitzhak Mandelbaum2019-09-231-8/+111
* [libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum2019-09-232-0/+231
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+54
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-304-52/+54
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-0/+35
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+41
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* Re-enable DependencyScannerTest on windows with the right fixesAlex Lorenz2019-08-241-13/+16
* Disable the ScanDepsReuseFilemanager test on WindowsAlex Lorenz2019-08-221-0/+4
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+119
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+23
OpenPOWER on IntegriCloud