Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f7603f6ca76aec055cbf1644c89ce0dca9fa2c03
/
test
/
PCH
/
chain-pending-instantiations.cpp
c1d3ffb
Store the full list of pending instantiations in a chained PCH. Previously we attempted to store only new pending instantiations, but our filter was incorrect, dropping implicit instantiations of class template members. It's just not worth coming up with a complex filter that is correct, when the only cost is PCH files that are a few hundred bytes (at most) larger.
by Sebastian Redl
ยท 14 years ago