Author: efriedma
Date: Thu Jun 27 16:20:28 2013
New Revision: 185108
URL: http://llvm.org/viewvc/llvm-project?rev=185108&view=rev
Log:
Remove unnecessary check.
Modified:
cfe/trunk/lib/Sema/SemaTemplate.cpp
Modified: cfe/trunk/lib/Sema/SemaTemplate.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplate.cpp?rev=185108&r1=185107&r2=185108&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplate.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplate.cpp Thu Jun 27 16:20:28 2013
@@ -3727,7 +3727,7 @@ CheckTemplateArgumentAddressOfObjectOrFu
}
}
- if (S.getLangOpts().MicrosoftExt && isa<CXXUuidofExpr>(Arg)) {
+ if (isa<CXXUuidofExpr>(Arg)) {
Converted = TemplateArgument(ArgIn);
return false;
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits