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
/
Rewrite
/
Frontend
/
InclusionRewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-547
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-8
/
+10
*
write a line marker right before adding included file
Lubos Lunak
2014-05-01
1
-0
/
+2
*
do not use "1" for line marker for the predefines "file" either
Lubos Lunak
2014-05-01
1
-1
/
+5
*
do not use "1" for line marker for the main file
Lubos Lunak
2014-05-01
1
-2
/
+5
*
revert r207756
Lubos Lunak
2014-05-01
1
-1
/
+0
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-7
/
+1
*
write a line marker right before adding included file
Lubos Lunak
2014-05-01
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-15
/
+10
*
Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
2013-12-27
1
-1
/
+1
*
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
2013-12-13
1
-5
/
+5
*
Check the initial line number without going through PresumedLoc
Alp Toker
2013-12-05
1
-3
/
+2
*
Add an assert to make it clear we're on the first line
Alp Toker
2013-12-05
1
-1
/
+3
*
Revert r196372, "do not warn about unknown pragmas in modes that do not handl...
NAKAMURA Takumi
2013-12-04
1
-1
/
+7
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2013-12-04
1
-7
/
+1
*
InclusionRewriter: Avoid duplicated BOM check
Alp Toker
2013-11-28
1
-7
/
+3
*
strip UTF-8 BOM in -frewrite-includes (PR#15664)
Lubos Lunak
2013-11-27
1
-0
/
+5
*
Fix typo: inccrementally
Benjamin Kramer
2013-10-13
1
-1
/
+1
*
Address review comment on r189557.
Eli Friedman
2013-09-17
1
-1
/
+3
*
Properly escape filenames in line directives.
Eli Friedman
2013-08-29
1
-1
/
+3
*
[frontend] '-frewrite-includes' should not ignore headers included from comma...
Argyrios Kyrtzidis
2013-07-26
1
-1
/
+12
*
avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
Lubos Lunak
2013-07-20
1
-0
/
+8
*
fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
Lubos Lunak
2013-07-20
1
-3
/
+30
*
Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...
Argyrios Kyrtzidis
2013-05-07
1
-1
/
+1
*
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-16
1
-1
/
+119
*
[frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
1
-15
/
+24
*
[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...
Argyrios Kyrtzidis
2013-04-10
1
-3
/
+8
*
Use trailing documentation comments properly
Dmitri Gribenko
2013-02-16
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Silencing an MSVC warning about */ being found outside of a comment.
Aaron Ballman
2012-10-02
1
-1
/
+1
*
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
Argyrios Kyrtzidis
2012-09-29
1
-2
/
+4
*
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...
Argyrios Kyrtzidis
2012-09-27
1
-2
/
+2
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-0
/
+361