Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
8844f454c7e4606578b763255a35c3a213219141
/
test
/
PCH
/
chain-cxx.cpp
3e9ea0b
C++ constant expression handling: eagerly instantiate static const integral data
by Richard Smith
· 13 years ago
a1be278
Completely re-implement (de-)serialization of declaration
by Douglas Gregor
· 13 years ago
f79a719
Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost.
by Sebastian Redl
· 14 years ago
b0f4b9a
Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory
by Argyrios Kyrtzidis
· 14 years ago
f25330b
When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the chain in the correct order.
by Anders Carlsson
· 14 years ago
c850578
Write CXX base specifier offsets for chained ASTs.
by Anders Carlsson
· 14 years ago
565bf30
Start fleshing out ASTMutationListener; notify when a tag definition is completed.
by Argyrios Kyrtzidis
· 14 years ago
134db1f
Simplify and "robust-ify" the way that CXXRecord references point to the definition data when loaded from PCH.
by Argyrios Kyrtzidis
· 14 years ago
9703b0d
Fix issue with chained PCH where forward references did not pick up later definition in the chained PCH.
by Argyrios Kyrtzidis
· 14 years ago
220a9c8
Putting back safe fixes 116836,116837,116838
by Andrew Trick
· 14 years ago
7cffb55
Reverting 116836,116837,116838 until we resolve the getLangStandardForKind failures.
by Andrew Trick
· 14 years ago
1d2a431
Merge headers into test/PCH/chain-cxx.cpp for convenience.
by Argyrios Kyrtzidis
· 14 years ago
4153a06
AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support.
by Sebastian Redl
· 14 years ago
5967d62
Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.
by Sebastian Redl
· 14 years ago