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
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
*
Fix crash in getFullyQualifiedName for inline namespace
Alexey Bader
2019-12-28
1
-0
/
+11
*
[clang][Tooling] Prefer -x over -std when interpolating
Kadir Cetinkaya
2019-12-20
1
-0
/
+4
*
[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
*
[Tooling] Move raw string literal out of a macro call. NFC
Ilya Biryukov
2019-12-12
1
-4
/
+7
*
[Syntax] Build nodes for simple cases of top level declarations
Ilya Biryukov
2019-12-12
1
-1
/
+184
*
Reland "[AST] Traverse the class type loc inside the member type loc.""
Haojian Wu
2019-12-09
2
-0
/
+56
*
Revert "[AST] Traverse the class type loc inside the member type loc."
Sterling Augustine
2019-12-05
2
-48
/
+0
*
[Syntax] Show input code on tests failures. NFC
Ilya Biryukov
2019-12-05
1
-0
/
+2
*
[AST] Traverse the class type loc inside the member type loc.
Haojian Wu
2019-12-05
2
-0
/
+48
*
[clang][Tooling] Add support for .rsp files in compile_commands.json
Kadir Cetinkaya
2019-12-04
1
-0
/
+30
*
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
*
[libTooling] Add stencil combinators for nodes that may be pointers or values.
Yitzhak Mandelbaum
2019-11-22
1
-0
/
+40
*
[clang][Tooling] Filter flags that generate output in SyntaxOnlyAdjuster
Kadir Cetinkaya
2019-11-13
1
-0
/
+34
*
[libTooling] Further simplify `Stencil` type and introduce `MatchComputation`.
Yitzhak Mandelbaum
2019-11-11
2
-27
/
+9
*
[libTooling] Fix breakage from change #84922
Yitzhak Mandelbaum
2019-11-06
1
-1
/
+4
*
[libTooling] Small changes in Transformer API.
Yitzhak Mandelbaum
2019-11-06
1
-36
/
+37
*
[libTooling] Simplify type structure of `Stencil`s.
Yitzhak Mandelbaum
2019-11-06
1
-56
/
+83
*
[Syntax] Add nodes for most common statements
Ilya Biryukov
2019-11-06
1
-8
/
+305
*
[libTooling] Fix r374962: add more Transformer forwarding decls.
Yitzhak Mandelbaum
2019-10-16
1
-1
/
+0
*
[libTooling] Put all Transformer declarations in a single namespace.
Yitzhak Mandelbaum
2019-10-16
3
-20
/
+12
*
[libTooling] Change Stencil equality to use `toString()`
Yitzhak Mandelbaum
2019-10-11
1
-33
/
+11
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
6
-6
/
+7
*
[libTooling][NFC] Fix build break in r373916.
Yitzhak Mandelbaum
2019-10-07
1
-14
/
+22
*
[libTooling] Add `toString` method to the Stencil class
Yitzhak Mandelbaum
2019-10-07
1
-0
/
+55
*
[libTooling] Add various Stencil combinators for expressions.
Yitzhak Mandelbaum
2019-10-03
1
-1
/
+65
*
[libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...
Yitzhak Mandelbaum
2019-09-27
1
-0
/
+51
*
[libTooling] Add `run` combinator to Stencils.
Yitzhak Mandelbaum
2019-09-26
1
-0
/
+18
*
[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTED
Yitzhak Mandelbaum
2019-09-25
1
-21
/
+4
*
[libTooling] Add `access` and `ifBound` combinators to Stencil library.
Yitzhak Mandelbaum
2019-09-23
1
-8
/
+111
*
[libTooling] Introduce new library of source-code builders.
Yitzhak Mandelbaum
2019-09-23
2
-0
/
+231
*
[libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.
Yitzhak Mandelbaum
2019-09-20
1
-0
/
+54
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
4
-52
/
+54
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-1
/
+3
*
Use FileEntryRef for PPCallbacks::HasInclude
Alex Lorenz
2019-08-27
1
-0
/
+35
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-1
/
+41
*
Remove unused variables.
Benjamin Kramer
2019-08-26
1
-2
/
+0
*
Re-enable DependencyScannerTest on windows with the right fixes
Alex Lorenz
2019-08-24
1
-13
/
+16
*
Disable the ScanDepsReuseFilemanager test on Windows
Alex Lorenz
2019-08-22
1
-0
/
+4
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
2
-0
/
+119
*
[Syntax] Added function to get macro expansion tokens to TokenBuffer.
Johan Vikstrom
2019-08-20
1
-0
/
+23
[next]