[PATCH] Preserve paramater attributes during template instantiation
Doug Gregor
dgregor at apple.com
Fri Mar 8 13:12:24 PST 2013
LGTM!
================
Comment at: include/clang/Sema/Sema.h:982
@@ -981,3 +981,3 @@
SourceLocation Loc, DeclarationName Entity,
FunctionType::ExtInfo Info);
----------------
Let's kill this version of BuildFunctionType. It's a trap for making this same mistake again elsewhere, and we don't need it.
http://llvm-reviews.chandlerc.com/D474
More information about the cfe-commits
mailing list