summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/Syntax
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
* [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
* [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
* 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
* [Syntax] Add nodes for most common statementsIlya Biryukov2019-11-061-8/+305
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+23
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-4/+4
* [Syntax] Do not add a node for 'eof' into the treeIlya Biryukov2019-08-061-9/+8
* [Preprocessor] Always discard body of #define if we failed to parse itIlya Biryukov2019-08-011-0/+15
* [Syntax] Move roles into a separate enumIlya Biryukov2019-07-091-4/+4
* Reland r365355: [Syntax] Introduce syntax treesIlya Biryukov2019-07-092-0/+161
* Revert rL365355 : [Syntax] Introduce syntax treesSimon Pilgrim2019-07-092-161/+0
* [Syntax] Introduce syntax treesIlya Biryukov2019-07-082-0/+161
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-2/+6
* [Syntax] Do not glue multiple empty PP expansions to a single mappingIlya Biryukov2019-06-241-1/+4
* [Syntax] Fix a crash when dumping empty token bufferIlya Biryukov2019-06-191-0/+8
* [Syntax] Add a helper to find expansion by its first spelled tokenIlya Biryukov2019-06-181-0/+78
* [Syntax] Do not depend on llvm targets for Syntax tests. NFCIlya Biryukov2019-06-041-1/+0
* Add missing newline at end of fileDuncan P. N. Exon Smith2019-05-251-1/+1
* Reland r361148 with a fix to the buildbot failure.Ilya Biryukov2019-05-222-0/+674
* Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...Russell Gallop2019-05-222-674/+0
* [Syntax] Rename TokensTest to SyntaxTests. NFCIlya Biryukov2019-05-211-2/+2
* [Syntax] Introduce TokenBuffer, start clangToolingSyntax libraryIlya Biryukov2019-05-202-0/+674
OpenPOWER on IntegriCloud