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-tools-extra
/
clang-move
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Revert "Use InitLLVM to setup a pretty stack printer"
Nico Weber
2019-11-25
1
-2
/
+1
*
Use InitLLVM to setup a pretty stack printer
Rui Ueyama
2019-11-26
1
-1
/
+2
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-2
/
+5
*
[clang-tools-extra] [cmake] Use add_clang_tool() to install tools
Michal Gorny
2019-10-04
1
-1
/
+1
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-2
/
+2
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-7
/
+7
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
2
-7
/
+7
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+1
*
Rename directory housing clang-include-fixer to be eponymous
Nico Weber
2019-03-25
1
-1
/
+1
*
Make clang-move use same file naming convention as other tools
Nico Weber
2019-03-22
6
-8
/
+8
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
Fix build breakage from llvm r351317
Pavel Labath
2019-01-16
1
-4
/
+1
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
2
-0
/
+2
*
[clang-move] Remove clang:: qualifier
Fangrui Song
2018-10-11
1
-69
/
+54
*
[clang-move] Fix broken json output.
Eric Liu
2018-10-09
1
-3
/
+4
*
[clang-move] Dump whether a declaration is templated.
Eric Liu
2018-10-08
3
-19
/
+29
*
[clang-move] Explicitly ignore implicit UsingDirectiveDecls instead of depend...
Argyrios Kyrtzidis
2018-08-31
1
-1
/
+2
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Replace hardcoded format styles in a few tools with the default style in libF...
Eric Liu
2018-08-02
1
-1
/
+2
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-2
/
+2
*
Second attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-0
/
+2
*
Attempt to fix clang-move tests broken by r332590 on windows
Eric Liu
2018-05-17
1
-8
/
+10
*
[clang-move] Fix a potential bug where realpath doesn't work on VFS.
Eric Liu
2018-05-16
1
-5
/
+9
*
[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
2
-15
/
+15
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-1
/
+2
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-2
/
+1
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-1
/
+2
*
Fix up after clang r331155.
Richard Smith
2018-04-30
1
-1
/
+4
*
Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...
Roman Lebedev
2018-02-27
1
-2
/
+2
*
[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...
Roman Lebedev
2018-02-27
1
-2
/
+2
*
[clang-move] Fix the incorrect expansion end location.
Haojian Wu
2018-02-12
1
-1
/
+1
*
[clang-move] Don't dump macro symbols.
Haojian Wu
2018-02-09
1
-4
/
+4
*
[clang-move] Clever on handling header file which includes itself.
Haojian Wu
2018-01-31
2
-15
/
+30
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
[clang-move] Find template class forward declarations more precisely.
Haojian Wu
2017-05-02
1
-6
/
+8
*
[clang-move] Create ClangMoveActionFactory on stack
Alexander Shaposhnikov
2017-04-14
1
-4
/
+3
*
[clang-move] Extend clang-move to support moving global variable.
Haojian Wu
2017-02-27
1
-1
/
+25
*
Remove dead code.
Haojian Wu
2017-01-17
1
-3
/
+0
*
[clang-move] Handle helpers with forward declarations.
Haojian Wu
2017-01-17
2
-13
/
+34
*
[clang-move] Ignore using decls which are defined in macros.
Haojian Wu
2017-01-17
1
-9
/
+13
*
Update tools to use new getStyle API
Antonio Maiorano
2017-01-17
1
-3
/
+6
*
[clang-move] Dump enum and type alias declarations.
Haojian Wu
2017-01-16
1
-0
/
+6
*
[clang-move] Support moving type alias declarations.
Haojian Wu
2017-01-04
1
-1
/
+34
*
[clang-move] Support moving enum declarations.
Haojian Wu
2017-01-03
1
-14
/
+40
*
[clang-move] Only move used helper declarations.
Haojian Wu
2017-01-03
5
-36
/
+360
*
[clang-move] Fix incorrect EndLoc for declarations in macros.
Haojian Wu
2016-12-13
1
-2
/
+3
[next]