.Case("ownership_takes", true)
// C++0x features
.Case("cxx_attributes", LangOpts.CPlusPlus0x)
- //.Case("cxx_auto_type", false)
+ .Case("cxx_auto_type", LangOpts.CPlusPlus0x)
.Case("cxx_decltype", LangOpts.CPlusPlus0x)
.Case("cxx_default_function_template_args", LangOpts.CPlusPlus0x)
.Case("cxx_deleted_functions", LangOpts.CPlusPlus0x)
int no_auto_type();
#endif
-// FIXME: We don't implement "auto" well enough to turn on this feature test
-// CHECK-0X: no_auto_type
+// CHECK-0X: has_auto_type
// CHECK-NO-0X: no_auto_type