瀏覽代碼

Fixing whitespace problems

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111760 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 年之前
父節點
當前提交
cf6dcc35e1
共有 52 個文件被更改,包括 54 次插入54 次删除
  1. 1 1
      test/language.support/support.dynamic/alloc.errors/new.handler/new_handler.pass.cpp
  2. 1 1
      test/language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler.pass.cpp
  3. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp
  4. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
  5. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
  6. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
  7. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp
  8. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp
  9. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
  10. 1 1
      test/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
  11. 1 1
      test/language.support/support.exception/exception.terminate/set.terminate/set_terminate.pass.cpp
  12. 1 1
      test/language.support/support.exception/exception.terminate/terminate.handler/terminate_handler.pass.cpp
  13. 1 1
      test/language.support/support.exception/exception.terminate/terminate/terminate.pass.cpp
  14. 3 3
      test/language.support/support.exception/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
  15. 1 1
      test/language.support/support.exception/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
  16. 1 1
      test/language.support/support.exception/exception.unexpected/unexpected/unexpected.pass.cpp
  17. 1 1
      test/language.support/support.initlist/types.pass.cpp
  18. 1 1
      test/language.support/support.limits/c.limits/cfloat.pass.cpp
  19. 1 1
      test/language.support/support.limits/c.limits/climits.pass.cpp
  20. 1 1
      test/language.support/support.limits/limits/is_specialized.pass.cpp
  21. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/denorm_min.pass.cpp
  22. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/digits.pass.cpp
  23. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/digits10.pass.cpp
  24. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/epsilon.pass.cpp
  25. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp
  26. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp
  27. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/has_infinity.pass.cpp
  28. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN.pass.cpp
  29. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN.pass.cpp
  30. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/infinity.pass.cpp
  31. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_bounded.pass.cpp
  32. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_exact.pass.cpp
  33. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_iec559.pass.cpp
  34. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_integer.pass.cpp
  35. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_modulo.pass.cpp
  36. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/is_signed.pass.cpp
  37. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/lowest.pass.cpp
  38. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/max.pass.cpp
  39. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/max_digits10.pass.cpp
  40. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/max_exponent.pass.cpp
  41. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/max_exponent10.pass.cpp
  42. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/min.pass.cpp
  43. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/min_exponent.pass.cpp
  44. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/min_exponent10.pass.cpp
  45. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp
  46. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/radix.pass.cpp
  47. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/round_error.pass.cpp
  48. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/round_style.pass.cpp
  49. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp
  50. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp
  51. 1 1
      test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
  52. 1 1
      test/language.support/support.types/nullptr_t.pass.cpp

+ 1 - 1
test/language.support/support.dynamic/alloc.errors/new.handler/new_handler.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test new_handler
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test set_new_handler
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new[]
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new [] (nothrow)
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new [] nothrow by replacing only operator new
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new[] replacement by replacing only operator new
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new (nothrow)
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new nothrow by replacing only operator new
 
 #include <new>

+ 1 - 1
test/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test operator new replacement
 
 #include <new>

+ 1 - 1
test/language.support/support.exception/exception.terminate/set.terminate/set_terminate.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test set_terminate
 
 #include <exception>

+ 1 - 1
test/language.support/support.exception/exception.terminate/terminate.handler/terminate_handler.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test terminate_handler
 
 #include <exception>

+ 1 - 1
test/language.support/support.exception/exception.terminate/terminate/terminate.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test terminate
 
 #include <exception>

+ 3 - 3
test/language.support/support.exception/exception.unexpected/set.unexpected/set_unexpected.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test set_unexpected
 
 #include <exception>
@@ -25,9 +25,9 @@ int main()
 {
 	std::unexpected_handler old = std::set_unexpected(f1);
     // verify there is a previous unexpected handler
-	assert(old); 
+	assert(old);
 	// verify f1 was replace with f2
-    assert(std::set_unexpected(f2) == f1);  
+    assert(std::set_unexpected(f2) == f1);
 	// verify calling original unexpected handler calls terminate
 	std::set_terminate(f3);
 	(*old)();

+ 1 - 1
test/language.support/support.exception/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test unexpected_handler
 
 #include <exception>

+ 1 - 1
test/language.support/support.exception/exception.unexpected/unexpected/unexpected.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
 // test unexpected
 
 #include <exception>

+ 1 - 1
test/language.support/support.initlist/types.pass.cpp

@@ -15,7 +15,7 @@
 //     typedef const E& reference;
 //     typedef const E& const_reference;
 //     typedef size_t   size_type;
-// 
+//
 //     typedef const E* iterator;
 //     typedef const E* const_iterator;
 

+ 1 - 1
test/language.support/support.limits/c.limits/cfloat.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test cfloat
 
 #include <cfloat>

+ 1 - 1
test/language.support/support.limits/c.limits/climits.pass.cpp

@@ -6,7 +6,7 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
- 
+
  // test climits
 
 #include <climits>

+ 1 - 1
test/language.support/support.limits/limits/is_specialized.pass.cpp

@@ -48,7 +48,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>();
     test<char32_t>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<signed char>();
     test<unsigned char>();
     test<signed short>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/denorm_min.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(0);
     test<unsigned short>(0);
     test<int>(0);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/digits.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 16>();
     test<char32_t, 32>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 15>();
     test<unsigned short, 16>();
     test<int, 31>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/digits10.pass.cpp

@@ -38,7 +38,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 4>();
     test<char32_t, 9>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 4>();
     test<unsigned short, 4>();
     test<int, 9>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/epsilon.pass.cpp

@@ -35,7 +35,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(0);
     test<unsigned short>(0);
     test<int>(0);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, std::denorm_absent>();
     test<char32_t, std::denorm_absent>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, std::denorm_absent>();
     test<unsigned short, std::denorm_absent>();
     test<int, std::denorm_absent>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/has_infinity.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/infinity.pass.cpp

@@ -37,7 +37,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(0);
     test<unsigned short>(0);
     test<int>(0);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_bounded.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, true>();
     test<char32_t, true>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, true>();
     test<int, true>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_exact.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, true>();
     test<char32_t, true>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, true>();
     test<int, true>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_iec559.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_integer.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, true>();
     test<char32_t, true>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, true>();
     test<int, true>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_modulo.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, true>();
     test<char32_t, true>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, true>();
     test<int, true>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/is_signed.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, false>();
     test<int, true>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/lowest.pass.cpp

@@ -41,7 +41,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(SHRT_MIN);
     test<unsigned short>(0);
     test<int>(INT_MIN);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/max.pass.cpp

@@ -41,7 +41,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(USHRT_MAX);
     test<char32_t>(UINT_MAX);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(SHRT_MAX);
     test<unsigned short>(USHRT_MAX);
     test<int>(INT_MAX);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/max_digits10.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 0>();
     test<char32_t, 0>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 0>();
     test<unsigned short, 0>();
     test<int, 0>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/max_exponent.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 0>();
     test<char32_t, 0>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 0>();
     test<unsigned short, 0>();
     test<int, 0>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/max_exponent10.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 0>();
     test<char32_t, 0>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 0>();
     test<unsigned short, 0>();
     test<int, 0>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/min.pass.cpp

@@ -41,7 +41,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(SHRT_MIN);
     test<unsigned short>(0);
     test<int>(INT_MIN);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/min_exponent.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 0>();
     test<char32_t, 0>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 0>();
     test<unsigned short, 0>();
     test<int, 0>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/min_exponent10.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 0>();
     test<char32_t, 0>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 0>();
     test<unsigned short, 0>();
     test<int, 0>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp

@@ -54,7 +54,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>();
     test<char32_t>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>();
     test<unsigned short>();
     test<int>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/radix.pass.cpp

@@ -34,7 +34,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, 2>();
     test<char32_t, 2>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, 2>();
     test<unsigned short, 2>();
     test<int, 2>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/round_error.pass.cpp

@@ -35,7 +35,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>(0);
     test<char32_t>(0);
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>(0);
     test<unsigned short>(0);
     test<int>(0);

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/round_style.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, std::round_toward_zero>();
     test<char32_t, std::round_toward_zero>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, std::round_toward_zero>();
     test<unsigned short, std::round_toward_zero>();
     test<int, std::round_toward_zero>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp

@@ -54,7 +54,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t>();
     test<char32_t>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short>();
     test<unsigned short>();
     test<int>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, false>();
     test<char32_t, false>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, false>();
     test<unsigned short, false>();
     test<int, false>();

+ 1 - 1
test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp

@@ -33,7 +33,7 @@ int main()
 #ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
     test<char16_t, true>();
     test<char32_t, true>();
-#endif
+#endif  // _LIBCPP_HAS_NO_UNICODE_CHARS
     test<short, true>();
     test<unsigned short, true>();
     test<int, true>();

+ 1 - 1
test/language.support/support.types/nullptr_t.pass.cpp

@@ -29,7 +29,7 @@ int main()
     // GCC 4.2 through 4.5 can't handle this
     void (A::*pmf)() = 0;
     assert(pmf == nullptr);
-#endif
+#endif  // !((__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ <= 5))
     int A::*pmd = 0;
     assert(pmd == nullptr);
     A a1(nullptr);