Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Query only the latest version of an identifier in the PCH chain. Make sure ↵ | Sebastian Redl | 2010-08-02 | 1 | -0/+7 |
| | | | | | | 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 | ||||
* | Correctly deal with using names for both functions and structs in chained PCH. | Sebastian Redl | 2010-07-30 | 1 | -0/+4 |
llvm-svn: 109871 |