index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
Tooling
/
Syntax
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Syntax] Merge overlapping top-level macros in TokenBuffer
Sam McCall
2020-06-10
1
-4
/
+21
*
[Syntax] Unset IsOriginal flag on nodes removed from the tree
Ilya Biryukov
2020-01-14
1
-0
/
+3
*
[Syntax] Mark synthesized nodes as modifiable
Ilya Biryukov
2020-01-14
1
-0
/
+18
*
[Syntax] Build spanning SimpleDecalration for classes, structs, etc
Ilya Biryukov
2020-01-03
1
-18
/
+63
*
[Syntax] Use a hash table to search for tokens by their location
Ilya Biryukov
2019-12-18
1
-0
/
+40
*
[Syntax] Uppercase the first letter of the test name. NFC
Ilya Biryukov
2019-12-18
1
-1
/
+1
*
[Syntax] Allow to mutate syntax trees
Ilya Biryukov
2019-12-18
2
-5
/
+121
*
[Tooling/Syntax] Helpers to find spelled tokens touching a location.
Sam McCall
2019-12-12
1
-0
/
+41
*
[Syntax] Build nodes for simple cases of top level declarations
Ilya Biryukov
2019-12-12
1
-1
/
+184
*
[Syntax] Show input code on tests failures. NFC
Ilya Biryukov
2019-12-05
1
-0
/
+2
*
Reland [clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-12-03
1
-0
/
+15
*
Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."
Sam McCall
2019-11-29
1
-15
/
+0
*
[clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-11-29
1
-0
/
+15
*
[Syntax] Build SimpleDeclaration node that groups multiple declarators
Ilya Biryukov
2019-11-29
1
-25
/
+93
*
[Syntax] Add nodes for most common statements
Ilya Biryukov
2019-11-06
1
-8
/
+305
*
[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
2
-4
/
+4
*
[Syntax] Do not add a node for 'eof' into the tree
Ilya Biryukov
2019-08-06
1
-9
/
+8
*
[Preprocessor] Always discard body of #define if we failed to parse it
Ilya Biryukov
2019-08-01
1
-0
/
+15
*
[Syntax] Move roles into a separate enum
Ilya Biryukov
2019-07-09
1
-4
/
+4
*
Reland r365355: [Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-09
2
-0
/
+161
*
Revert rL365355 : [Syntax] Introduce syntax trees
Simon Pilgrim
2019-07-09
2
-161
/
+0
*
[Syntax] Introduce syntax trees
Ilya Biryukov
2019-07-08
2
-0
/
+161
*
cmake: Add CLANG_LINK_CLANG_DYLIB option
Tom Stellard
2019-07-03
1
-2
/
+6
*
[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
*
[Syntax] Do not depend on llvm targets for Syntax tests. NFC
Ilya Biryukov
2019-06-04
1
-1
/
+0
*
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
2
-0
/
+674
*
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...
Russell Gallop
2019-05-22
2
-674
/
+0
*
[Syntax] Rename TokensTest to SyntaxTests. NFC
Ilya Biryukov
2019-05-21
1
-2
/
+2
*
[Syntax] Introduce TokenBuffer, start clangToolingSyntax library
Ilya Biryukov
2019-05-20
2
-0
/
+674