Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Syntax] Added function to get macro expansion tokens to TokenBuffer. | Johan Vikstrom | 2019-08-20 | 1 | -0/+23 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
* | [Preprocessor] Always discard body of #define if we failed to parse it | Ilya Biryukov | 2019-08-01 | 1 | -0/+15 |
* | [Syntax] Do not glue multiple empty PP expansions to a single mapping | Ilya Biryukov | 2019-06-24 | 1 | -1/+4 |
* | [Syntax] Fix a crash when dumping empty token buffer | Ilya Biryukov | 2019-06-19 | 1 | -0/+8 |
* | [Syntax] Add a helper to find expansion by its first spelled token | Ilya Biryukov | 2019-06-18 | 1 | -0/+78 |
* | Add missing newline at end of file | Duncan P. N. Exon Smith | 2019-05-25 | 1 | -1/+1 |
* | Reland r361148 with a fix to the buildbot failure. | Ilya Biryukov | 2019-05-22 | 1 | -0/+654 |
* | Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr... | Russell Gallop | 2019-05-22 | 1 | -654/+0 |
* | [Syntax] Introduce TokenBuffer, start clangToolingSyntax library | Ilya Biryukov | 2019-05-20 | 1 | -0/+654 |