summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/Syntax/TreeTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Syntax] Use a hash table to search for tokens by their locationIlya Biryukov2019-12-181-0/+40
* [Syntax] Allow to mutate syntax treesIlya Biryukov2019-12-181-5/+120
* [Syntax] Build nodes for simple cases of top level declarationsIlya Biryukov2019-12-121-1/+184
* [Syntax] Show input code on tests failures. NFCIlya Biryukov2019-12-051-0/+2
* [Syntax] Build SimpleDeclaration node that groups multiple declaratorsIlya Biryukov2019-11-291-25/+93
* [Syntax] Add nodes for most common statementsIlya Biryukov2019-11-061-8/+305
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [Syntax] Do not add a node for 'eof' into the treeIlya Biryukov2019-08-061-9/+8
* [Syntax] Move roles into a separate enumIlya Biryukov2019-07-091-4/+4
* Reland r365355: [Syntax] Introduce syntax treesIlya Biryukov2019-07-091-0/+160
* Revert rL365355 : [Syntax] Introduce syntax treesSimon Pilgrim2019-07-091-160/+0
* [Syntax] Introduce syntax treesIlya Biryukov2019-07-081-0/+160
OpenPOWER on IntegriCloud