index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
ChainedIncludesSource.cpp
Age
Commit message (
Expand
)
Author
2013-03-27
[Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
2013-03-19
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-02-07
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-16
Since CreateTargetInfo is taking ownership of the target options, pass
Douglas Gregor
2012-11-15
[modules] Setup the import location of a module file and use it
Argyrios Kyrtzidis
2012-11-09
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,
Argyrios Kyrtzidis
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-22
Allow clients of the AST reader to specify what kinds of AST load
Douglas Gregor
2012-10-22
Distinguish the various kinds of AST file loading failures:
Douglas Gregor
2012-10-09
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-25
Rework the external Sema source's ReadMethodPool() so that it doesn't
Douglas Gregor
2012-01-20
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2011-12-09
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth