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
/
Serialization
/
ChainedIncludesSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth
2011-12-09
1
-240
/
+0
*
When writing a module file, pass the module through to the AST
Douglas Gregor
2011-11-30
1
-2
/
+2
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
Always construct an ASTReader with a non-NULL ASTContext and
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Modules hide macro definitions by default, so that silly things like
Douglas Gregor
2011-09-01
1
-1
/
+1
*
Remove the Chaining argument from the PCH/module generator. It's no longer used
Douglas Gregor
2011-08-25
1
-1
/
+0
*
Introduce a -cc1 option "-emit-module", that creates a binary module
Douglas Gregor
2011-08-25
1
-1
/
+1
*
Don't force the complete deserialization of the visible-declarations
Douglas Gregor
2011-08-24
1
-3
/
+0
*
Following up the earlier refactoring/cleanup work by fixing up how we manage ...
Jonathan D. Turner
2011-08-02
1
-8
/
+16
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-7
/
+7
*
Switch all of the "isysroot" const char*'s throughout the AST reader
Douglas Gregor
2011-07-22
1
-2
/
+2
*
Rename ASTReader::PerFileData to serialization::Module, pulling it out
Douglas Gregor
2011-07-22
1
-1
/
+1
*
Augment the interface of ExternalASTSource::FindExternalLexicalDecls()
Douglas Gregor
2011-07-15
1
-1
/
+2
*
Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...
Ted Kremenek
2011-04-28
1
-0
/
+10
*
Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...
Sebastian Redl
2011-03-31
1
-0
/
+15
*
Tell the diagnostic client about starting and ending source files when automa...
Sebastian Redl
2011-03-31
1
-0
/
+3
*
Silence gcc warnings.
Argyrios Kyrtzidis
2011-03-09
1
-3
/
+3
*
Introduce '-chain-include' option to specify headers that will be converted t...
Argyrios Kyrtzidis
2011-03-09
1
-0
/
+207