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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[AST] Traverse the class type loc inside the member type loc.""
Haojian Wu
2019-12-09
1
-0
/
+1
*
Revert "[AST] Traverse the class type loc inside the member type loc."
Sterling Augustine
2019-12-05
1
-1
/
+0
*
[AST] Traverse the class type loc inside the member type loc.
Haojian Wu
2019-12-05
1
-0
/
+1
*
[libTooling] Move Transformer files to their own directory/library.
Yitzhak Mandelbaum
2019-10-10
1
-0
/
+1
*
[libTooling] Introduce new library of source-code builders.
Yitzhak Mandelbaum
2019-09-23
1
-0
/
+1
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-0
/
+1
*
[AST] No longer visiting CXXMethodDecl bodies created by compiler when method...
Johan Vikstrom
2019-08-09
1
-0
/
+1
*
[AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.
Johan Vikstrom
2019-08-05
1
-0
/
+1
*
cmake: Add CLANG_LINK_CLANG_DYLIB option
Tom Stellard
2019-07-03
1
-2
/
+5
*
[clang][test] Add missing LambdaTemplateParams test and migrate from getLocStart
Jordan Rupprecht
2019-06-19
1
-0
/
+1
*
[cmake] Remove duplicate TestingSupport library for linking
Pengxuan Zheng
2019-06-05
1
-1
/
+0
*
Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...
Nico Weber
2019-05-25
1
-1
/
+1
*
Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests
Thomas Lively
2019-05-23
1
-0
/
+1
*
Reland r361148 with a fix to the buildbot failure.
Ilya Biryukov
2019-05-22
1
-0
/
+3
*
Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...
Russell Gallop
2019-05-22
1
-3
/
+0
*
[LibTooling] Address post-commit feedback for r361152
Yitzhak Mandelbaum
2019-05-21
1
-2
/
+1
*
[LibTooling] Add RangeSelector library for defining source ranges based on bo...
Yitzhak Mandelbaum
2019-05-20
1
-0
/
+3
*
[Syntax] Introduce TokenBuffer, start clangToolingSyntax library
Ilya Biryukov
2019-05-20
1
-0
/
+3
*
[LibTooling] Add Stencil library for format-string style codegen.
Yitzhak Mandelbaum
2019-04-18
1
-0
/
+1
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-05
1
-0
/
+1
*
[LibTooling] Add "SourceCode" library for functions relating to source-code m...
Yitzhak Mandelbaum
2019-04-05
1
-0
/
+1
*
Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...
Alexey Bataev
2019-04-03
1
-1
/
+0
*
[LibTooling] Add Transformer, a library for source-to-source transformations.
Yitzhak Mandelbaum
2019-04-03
1
-0
/
+1
*
Add explicit dependency on clangSerialization for a bunch of components to fi...
Fangrui Song
2018-12-12
1
-0
/
+1
*
[AST] Allow limiting the scope of common AST traversals (getParents, RAV).
Sam McCall
2018-11-14
1
-0
/
+1
*
[clang][tooling] Don't forget to link to clangToolingInclusions.
Roman Lebedev
2018-06-04
1
-0
/
+1
*
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
Eric Liu
2018-05-14
1
-0
/
+1
*
[UnitTests] NFC/build-perf: Break up nontrivial compile jobs
David Zarzycki
2018-04-19
1
-3
/
+18
*
Refactor RecursiveASTVisitor test for post-order traversal
Raphael Isemann
2018-01-24
1
-0
/
+1
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
[Tooling] A new framework for executing clang frontend actions.
Eric Liu
2017-10-26
1
-0
/
+1
*
[refactor] initial support for refactoring action rules
Alex Lorenz
2017-08-28
1
-0
/
+1
*
[refactor] Add the AST source selection component
Alex Lorenz
2017-08-24
1
-0
/
+2
*
[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output
Alexander Kornienko
2017-07-14
1
-0
/
+1
*
Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...
Stephan Bergmann
2017-06-27
1
-0
/
+1
*
Introducing clang::tooling::AtomicChange for refactoring tools.
Eric Liu
2017-03-01
1
-1
/
+2
*
Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; we are now bumpin...
Aaron Ballman
2016-11-02
1
-0
/
+1
*
[tooling] FixItHint Tooling refactoring
Etienne Bergeron
2016-05-11
1
-4
/
+5
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-0
/
+1
*
Turning on the /bigobj flag for two more files that will not link with MSVC 2...
Aaron Ballman
2016-03-08
1
-0
/
+6
*
Revert "Implement new interfaces for code-formatting when applying replacemen...
Manuel Klimek
2016-02-29
1
-1
/
+0
*
Implement new interfaces for code-formatting when applying replacements.
Manuel Klimek
2016-02-29
1
-0
/
+1
*
Add Tooling functionality to get a name for a QualType that can be used to name
Richard Smith
2016-02-09
1
-0
/
+1
*
[Tooling] Add a utility function to replace one nested name with another.
Benjamin Kramer
2015-10-22
1
-0
/
+1
*
Revert accidental commit. This isn't ready yet.
Benjamin Kramer
2015-10-20
1
-1
/
+0
*
Put back dead code that's used out-of-tree.
Benjamin Kramer
2015-10-20
1
-0
/
+1
*
Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek
2015-10-06
1
-0
/
+1
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
1
-0
/
+1
*
Separated RecursiveASTVisitorTest into multiple files.
Manuel Klimek
2014-10-09
1
-0
/
+4
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
[next]