Douglas Gregor
|
2ed0ee1ace
|
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
llvm-svn: 138597
|
2011-08-25 22:54:01 +00:00 |
Sebastian Redl
|
78f5177d37
|
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.
llvm-svn: 110052
|
2010-08-02 18:30:12 +00:00 |
Sebastian Redl
|
671eee9e68
|
Correctly deal with using names for both functions and structs in chained PCH.
llvm-svn: 109871
|
2010-07-30 17:25:10 +00:00 |