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
/
lib
/
Frontend
/
Rewrite
/
InclusionRewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
make -frewrite-includes also rewrite conditions in #if/#elif
Lubos Lunak
2019-09-18
1
-120
/
+54
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-3
/
+3
*
Introduce FileEntryRef and use it when handling includes to report correct de...
Alex Lorenz
2019-08-22
1
-2
/
+2
*
[Preprocessor] Add a note with framework location for "file not found" error.
Volodymyr Sapsai
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-2
/
+4
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-4
/
+2
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-2
/
+4
*
Fix evaluation of `__has_include_next` during -frewrite-includes.
Volodymyr Sapsai
2018-04-13
1
-14
/
+18
*
Support non-identifier module names when preprocessing modules.
Richard Smith
2017-06-19
1
-5
/
+5
*
PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...
Richard Smith
2017-06-02
1
-4
/
+3
*
Add #pragma clang module begin/end pragmas and generate them when preprocessi...
Richard Smith
2017-05-04
1
-0
/
+30
*
PR26771: don't forget the " 2" (returning from #included file) linemarker aft...
Richard Smith
2017-04-29
1
-14
/
+9
*
Add pragma to perform module import and use it in -E output.
Richard Smith
2017-04-29
1
-4
/
+2
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+1
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+3
*
[modules] Don't write @import in -E output if the current language mode doesn't
Richard Smith
2016-04-08
1
-1
/
+3
*
Refactor module lookup when looking up a header file, and wire through the re...
Richard Smith
2015-10-16
1
-1
/
+2
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
Fix a couple of unused variables in no-asserts
Justin Bogner
2015-07-01
1
-0
/
+2
*
-frewrite-includes: Prefer insert to emplace
Justin Bogner
2015-07-01
1
-3
/
+4
*
-frewrite-includes: Rework how includes and modules are differentiated
Justin Bogner
2015-07-01
1
-39
/
+50
*
Fix misleading parameter name for PPCallbacks::FileSkipped.
Nikola Smiljanic
2015-05-12
1
-2
/
+2
*
Fix a [-Werror,-Wreorder] initialization ordering error.
Eric Christopher
2015-02-26
1
-2
/
+2
*
Add -fuse-line-directive flag to control usage of #line with -E
Reid Kleckner
2015-02-26
1
-10
/
+10
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-1
/
+1
*
-frewrite-includes: Normalize line endings to match the main source file
Reid Kleckner
2014-09-05
1
-52
/
+90
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
1
-3
/
+6
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-0
/
+547