index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
PCH
/
chain-cxx.cpp
Age
Commit message (
Expand
)
Author
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2011-12-21
C++ constant expression handling: eagerly instantiate static const integral data
Richard Smith
2011-12-17
Completely re-implement (de-)serialization of declaration
Douglas Gregor
2011-04-29
Add a decl update when a static data member of a class template is instantiat...
Sebastian Redl
2011-03-09
Introduce '-chain-include' option to specify headers that will be converted t...
Argyrios Kyrtzidis
2011-03-09
When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha...
Anders Carlsson
2011-03-06
Write CXX base specifier offsets for chained ASTs.
Anders Carlsson
2010-10-24
Start fleshing out ASTMutationListener; notify when a tag definition is compl...
Argyrios Kyrtzidis
2010-10-24
Simplify and "robust-ify" the way that CXXRecord references point to the defi...
Argyrios Kyrtzidis
2010-10-20
Fix issue with chained PCH where forward references did not pick up later def...
Argyrios Kyrtzidis
2010-10-19
Putting back safe fixes 116836,116837,116838
Andrew Trick
2010-10-19
Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...
Andrew Trick
2010-10-19
Merge headers into test/PCH/chain-cxx.cpp for convenience.
Argyrios Kyrtzidis
2010-08-24
AST writer support for having specializations of templates from earlier in th...
Sebastian Redl
2010-08-24
Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.
Sebastian Redl