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