Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9baf39df74caa56696b293e763fdd7ef002e51ca
/
test
/
PCH
/
chain-decls.c
b5af843
Eliminate the -chained-pch flag and all of the frontend and libclang options associated with it. Chained PCH is the only way to build a PCH file that includes another PCH file
by Douglas Gregor
· 13 years ago
d8c5abb
Query only the latest version of an identifier in the PCH chain. Make sure this version holds the entire declaration chain. This is a much saner solution than trying to merge the info from all elements, and makes redeclarations work properly. Expand the declarations test case to cover more compliated cases.
by Sebastian Redl
· 14 years ago
1450ef9
Correctly deal with using names for both functions and structs in chained PCH.
by Sebastian Redl
· 14 years ago