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
/
lib
/
Tooling
/
Refactoring
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-0
/
+1
*
[clang-rename] Respect the traversal scope when traversing the entire AST.
Haojian Wu
2019-11-07
1
-1
/
+1
*
[clang-rename] NFC, make getCanonicalSymbolDeclaration robust on nullptr input.
Haojian Wu
2019-10-25
1
-0
/
+2
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
6
-1146
/
+0
*
[libTooling] Add `toString` method to the Stencil class
Yitzhak Mandelbaum
2019-10-07
1
-0
/
+51
*
[clang-rename] Fix a crash when renaming a class without definition.
Haojian Wu
2019-10-04
1
-0
/
+4
*
[libTooling] Add various Stencil combinators for expressions.
Yitzhak Mandelbaum
2019-10-03
1
-1
/
+62
*
[Stencil] Hide implementaion detai. NFC.
Benjamin Kramer
2019-10-02
1
-1
/
+1
*
[libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...
Yitzhak Mandelbaum
2019-09-27
1
-12
/
+21
*
[libTooling] Add `run` combinator to Stencils.
Yitzhak Mandelbaum
2019-09-26
1
-0
/
+22
*
[libTooling] Introduce the MatchConsumer abstraction
Yitzhak Mandelbaum
2019-09-25
1
-8
/
+0
*
[libTooling] Add `access` and `ifBound` combinators to Stencil library.
Yitzhak Mandelbaum
2019-09-23
1
-17
/
+77
*
[libTooling] Introduce new library of source-code builders.
Yitzhak Mandelbaum
2019-09-23
2
-0
/
+161
*
[libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.
Yitzhak Mandelbaum
2019-09-20
1
-0
/
+24
*
[Tooling] Add a hack to work around issues with matcher binding in r368681.
David L. Jones
2019-08-15
1
-2
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
5
-7
/
+7
*
[libTooling] Fix code to avoid unused-function warning after r368681.
Yitzhak Mandelbaum
2019-08-14
1
-0
/
+2
*
[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
Shaurya Gupta
2019-08-14
1
-0
/
+1
*
[Refactor] Moving SourceExtraction header from lib to include
Shaurya Gupta
2019-08-13
3
-53
/
+2
*
[libTooling] In Transformer, generalize `applyFirst` to admit rules with inco...
Yitzhak Mandelbaum
2019-08-13
1
-60
/
+47
*
[Extract] Fixed SemicolonExtractionPolicy for SwitchStmt and SwitchCase
Shaurya Gupta
2019-08-08
1
-1
/
+4
*
[LibTooling] Relax Transformer to allow rewriting macro expansions
Yitzhak Mandelbaum
2019-07-18
1
-34
/
+6
*
[LibTooling] Add function to translate and validate source range for editing
Yitzhak Mandelbaum
2019-07-18
1
-0
/
+34
*
[LibTooling] Extend `RewriteRule` with support for adding includes.
Yitzhak Mandelbaum
2019-07-02
1
-4
/
+22
*
[clangd] Narrow rename to local symbols.
Haojian Wu
2019-06-25
1
-0
/
+2
*
[LibTooling] Add `before` and `after` selectors for selecting point-ranges re...
Yitzhak Mandelbaum
2019-05-29
1
-0
/
+22
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
[LibTooling] Add Explanation parameter to `makeRule`.
Yitzhak Mandelbaum
2019-05-24
1
-4
/
+4
*
[LibTooling] Fix dangling references in RangeSelector.
Yitzhak Mandelbaum
2019-05-23
1
-13
/
+13
*
Work around a Visual C++ bug.
Paul Robinson
2019-05-23
1
-6
/
+16
*
[LibTooling] Update Stencil to use RangeSelector
Yitzhak Mandelbaum
2019-05-22
1
-43
/
+18
*
[LibTooling] Update Transformer to use RangeSelector instead of NodePart enum.
Yitzhak Mandelbaum
2019-05-22
1
-89
/
+13
*
[LibTooling] Add RangeSelector library for defining source ranges based on bo...
Yitzhak Mandelbaum
2019-05-20
2
-0
/
+265
*
[LibTooling] Add support to Transformer for composing rules as an ordered cho...
Yitzhak Mandelbaum
2019-05-17
1
-8
/
+105
*
[LibTooling] Change Transformer's TextGenerator to a partial function.
Yitzhak Mandelbaum
2019-04-30
1
-19
/
+21
*
[LibTooling] Fix unneeded use of unique_ptr where shared_ptr is expected.
Yitzhak Mandelbaum
2019-04-29
1
-4
/
+5
*
[LibTooling] Fix build breakage from commit 7b7ce6683ee.
Yitzhak Mandelbaum
2019-04-18
1
-1
/
+2
*
[LibTooling] Extend Transformer to support multiple simultaneous changes.
Yitzhak Mandelbaum
2019-04-18
1
-39
/
+57
*
[LibTooling] Add Stencil library for format-string style codegen.
Yitzhak Mandelbaum
2019-04-18
2
-0
/
+200
*
[Lookup] Invisible decls should not be ambiguous when renaming.
Eric Liu
2019-04-15
1
-2
/
+2
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-05
2
-0
/
+204
*
[LibTooling] Add "SourceCode" library for functions relating to source-code m...
Yitzhak Mandelbaum
2019-04-05
2
-0
/
+32
*
Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...
Alexey Bataev
2019-04-03
2
-205
/
+0
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-03
2
-0
/
+205
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
12
-48
/
+36
*
PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...
David Blaikie
2018-12-19
1
-2
/
+0
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
3
-4
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
3
-6
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
6
-12
/
+12
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
[next]