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
/
FrontendActions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-192
/
+0
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-1
/
+1
*
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
1
-0
/
+9
*
objc rewriter: start supporting modern objective-c abi
Fariborz Jahanian
2012-02-07
1
-1
/
+6
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
In FixItRecompile::BeginInvocation() reset the diagnostics before executing
Argyrios Kyrtzidis
2012-01-27
1
-0
/
+1
*
In FixItRecompile::BeginInvocation(), check the return value of BeginSourceFi...
Argyrios Kyrtzidis
2012-01-27
1
-18
/
+20
*
Remove the headers now that ::close() is not used.
Argyrios Kyrtzidis
2012-01-26
1
-7
/
+0
*
In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor
Argyrios Kyrtzidis
2012-01-26
1
-7
/
+8
*
Rewrite/FrontendActions.cpp: Tweak to unbreak msvc.
NAKAMURA Takumi
2012-01-26
1
-0
/
+6
*
Add missing include of <unistd.h>
Douglas Gregor
2012-01-26
1
-0
/
+2
*
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2012-01-26
1
-0
/
+57
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-8
/
+8
*
Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...
Michael J. Spencer
2010-12-18
1
-5
/
+4
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
More class anonymization.
Benjamin Kramer
2010-10-22
1
-0
/
+2
*
Make the FixItOptions object required instead of optional.
Nick Lewycky
2010-08-15
1
-1
/
+7
*
Add a new cc1 option -fix-what-you-can which when combined with the fix-it mode
Nick Lewycky
2010-08-13
1
-6
/
+9
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+106