Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-01 | Don't add an imported function into its lexical context until *after* | Douglas Gregor | |
we've set all of its parameters. Fixes <rdar://problem/8499598>; thanks to Sean for the diagnosis. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115387 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-06-03 | Hack in some really terrible C++ record PCH support that I need right now. | John McCall | |
This is required in order to test: The ASTImporter should set base classes after formally entering the definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105401 91177308-0d34-0410-b5e6-96231b3b80d8 |