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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
1
-1
/
+1
*
[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
-1
/
+4
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
2
-3
/
+3
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
2
-30
/
+30
*
[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
2
-103
/
+86
*
[pp-trace] Wrap code in clang::pp_trace
Fangrui Song
2019-03-24
3
-103
/
+89
*
[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
3
-52
/
+56
*
Add PragmaHandler for MSVC pragma execution_character_set
Reid Kleckner
2019-03-14
2
-0
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Add explicit dependency on clangSerialization after rC348911
Fangrui Song
2018-12-12
1
-0
/
+1
*
[pp-trace] Remove unused using directives
Fangrui Song
2018-09-18
1
-3
/
+0
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
2
-2
/
+3
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
2
-3
/
+2
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
2
-2
/
+3
*
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
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
[pp-trace] Update skipped source ranges in tests
Vedant Kumar
2017-09-11
2
-3
/
+5
*
Update Append Argument to more efficiently traverse tokens
Erich Keane
2017-06-15
1
-10
/
+9
*
Update callbacks tracker to match change in 305425
Erich Keane
2017-06-14
1
-1
/
+1
*
Fix API breaks
David Blaikie
2017-04-26
2
-2
/
+4
*
modernize-use-auto NFC fixes
Piotr Padlewski
2016-12-14
1
-2
/
+1
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-29
1
-5
/
+11
*
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
Eugene Zelenko
2016-03-17
1
-5
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-22
/
+0
*
Revert "Apply modernize-use-default to clang-tools-extra."
David Blaikie
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang-tools-extra.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
2
-17
/
+20
*
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...
Yaron Keren
2015-07-03
2
-2
/
+2
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
2
-2
/
+2
*
Update for clang API change.
Rafael Espindola
2015-06-01
2
-9
/
+8
*
Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
2015-05-12
2
-3
/
+3
*
Update to match clang r236404.
Richard Smith
2015-05-04
2
-15
/
+37
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
2
-2
/
+2
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
2
-14
/
+14
*
Revert "Adapt clang-tools-extra to clang module format changes."
Adrian Prantl
2015-02-25
2
-29
/
+24
*
Adapt clang-tools-extra to clang module format changes.
Adrian Prantl
2015-02-25
2
-24
/
+29
*
Revert "Adapt Makefile dependencies for the clang module format change in r23...
Adrian Prantl
2015-02-21
1
-9
/
+2
*
Adapt Makefile dependencies for the clang module format change in r230089.
Adrian Prantl
2015-02-20
1
-2
/
+9
*
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
[next]