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
/
ChainedIncludesSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-4
/
+2
*
Store std::unique_ptr in InMemoryBuffers. NFC.
Rafael Espindola
2014-08-18
1
-12
/
+15
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-4
/
+4
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-4
/
+4
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-4
/
+4
*
Move ChainedIncludesSource into the implementation
Alp Toker
2014-07-07
1
-4
/
+50
*
ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memory
Alp Toker
2014-07-07
1
-12
/
+6
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-11
/
+11
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+4
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-4
/
+4
*
[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...
Argyrios Kyrtzidis
2014-03-07
1
-1
/
+1
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-11
/
+11
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-1
/
+0
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-0
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-3
/
+3
*
[frontend] Make -chain-include work when used with modules.
Argyrios Kyrtzidis
2013-04-26
1
-0
/
+1
*
[Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
2013-03-27
1
-2
/
+0
*
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-19
1
-0
/
+1
*
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Since CreateTargetInfo is taking ownership of the target options, pass
Douglas Gregor
2012-11-16
1
-1
/
+1
*
[modules] Setup the import location of a module file and use it
Argyrios Kyrtzidis
2012-11-15
1
-1
/
+1
*
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
1
-1
/
+1
*
Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,
Argyrios Kyrtzidis
2012-11-09
1
-3
/
+3
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-2
/
+2
*
Allow clients of the AST reader to specify what kinds of AST load
Douglas Gregor
2012-10-22
1
-1
/
+2
*
Distinguish the various kinds of AST file loading failures:
Douglas Gregor
2012-10-22
1
-1
/
+4
*
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-10-09
1
-0
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-2
/
+2
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-7
/
+7
*
Rework the external Sema source's ReadMethodPool() so that it doesn't
Douglas Gregor
2012-01-25
1
-3
/
+2
*
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2012-01-20
1
-2
/
+3
*
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth
2011-12-09
1
-0
/
+240