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
/
PPCallbacksTracker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-3
/
+3
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+1
*
[pp-trace] Delete redundant clang::
Fangrui Song
2019-03-24
1
-100
/
+83
*
[pp-trace] Wrap code in clang::pp_trace
Fangrui Song
2019-03-24
1
-2
/
+6
*
[pp-trace] Delete -ignore and add a new option -callbacks
Fangrui Song
2019-03-18
1
-3
/
+10
*
Add PragmaHandler for MSVC pragma execution_character_set
Reid Kleckner
2019-03-14
1
-0
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reland "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-10
1
-1
/
+1
*
Revert "[tools] Updating PPCallbacks::InclusionDirective calls"
Julie Hockett
2018-05-09
1
-1
/
+1
*
[tools] Updating PPCallbacks::InclusionDirective calls
Julie Hockett
2018-05-09
1
-1
/
+1
*
[pp-trace] Update skipped source ranges in tests
Vedant Kumar
2017-09-11
1
-2
/
+3
*
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
1
-1
/
+2
*
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
Eugene Zelenko
2016-03-17
1
-5
/
+3
*
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
1
-16
/
+19
*
Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...
Yaron Keren
2015-07-03
1
-1
/
+1
*
Replace some const std::string & with llvm::StringRef or std::string
Yaron Keren
2015-07-03
1
-1
/
+1
*
Update for clang API change.
Rafael Espindola
2015-06-01
1
-5
/
+4
*
Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
2015-05-12
1
-2
/
+2
*
Update to match clang r236404.
Richard Smith
2015-05-04
1
-10
/
+29
*
Make helpers static. clang-tools edition.
Benjamin Kramer
2015-03-23
1
-4
/
+2
*
Track clang changes from r210758
Alp Toker
2014-06-12
1
-1
/
+1
*
Prospective build fix following clang r210518
Alp Toker
2014-06-10
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-2
/
+2
*
Add new 'remark' diagnostic type
Tobias Grosser
2014-02-28
1
-3
/
+3
*
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...
John Thompson
2013-12-07
1
-4
/
+10
*
[extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...
John Thompson
2013-11-14
1
-0
/
+1
*
Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...
John Thompson
2013-11-12
1
-2
/
+2
*
[extra] pp-trace - Fixed problems found while writing docs.
John Thompson
2013-11-05
1
-2
/
+2
*
pp-trace - preprocessor tacing and PPCallbacks testing tool
John Thompson
2013-10-31
1
-0
/
+629