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
/
pp-trace
/
PPTrace.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed FrontendActionFactory::create to return a std::unique_ptr
Dmitri Gribenko
2019-08-29
1
-1
/
+4
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[pp-trace] Use ClangTool in pp-trace, NFC
Haojian Wu
2019-03-25
1
-10
/
+17
*
[pp-trace] Try fixing MSVC C2248 after rCTE356849
Fangrui Song
2019-03-25
1
-2
/
+2
*
Add llvm:: qualifer to make_unique, NFC
Haojian Wu
2019-03-25
1
-3
/
+3
*
[pp-trace] Delete redundant clang::
Fangrui Song
2019-03-24
1
-3
/
+3
*
[pp-trace] Wrap code in clang::pp_trace
Fangrui Song
2019-03-24
1
-13
/
+12
*
[pp-trace] Modernize the code
Fangrui Song
2019-03-24
1
-113
/
+53
*
[pp-trace] Delete -ignore and add a new option -callbacks
Fangrui Song
2019-03-18
1
-45
/
+35
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[pp-trace] Remove unused using directives
Fangrui Song
2018-09-18
1
-3
/
+0
*
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
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-2
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-10
/
+12
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
1
-25
/
+22
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
1
-22
/
+25
*
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
Craig Topper
2014-09-10
1
-1
/
+2
*
Update for LLVM api change
Rafael Espindola
2014-08-25
1
-5
/
+4
*
Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)
David Blaikie
2014-08-10
1
-3
/
+4
*
Plug memory leaks.
Benjamin Kramer
2014-07-24
1
-2
/
+2
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-4
/
+3
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-3
/
+4
*
Remove inclusions of LLVM's private config.h
Alp Toker
2014-06-04
1
-1
/
+0
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
1
-2
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Delete unused private field to fix -Werror build
Alexey Samsonov
2013-10-31
1
-3
/
+0
*
Fix comment. pp-trace can only handle source file at a time.
John Thompson
2013-10-31
1
-1
/
+1
*
pp-trace - preprocessor tacing and PPCallbacks testing tool
John Thompson
2013-10-31
1
-0
/
+235