Fix a layering oddity by passing Sema to DeclSpec::Finish instead of...
Fix a layering oddity by passing Sema to DeclSpec::Finish instead of DiagnosticsEngine and Preprocessor. Everything the preprocessor was being used for can be acquired from Sema. llvm-svn: 253158
Loading
Please sign in to comment