Title: [244662] trunk/Tools
Revision
244662
Author
[email protected]
Date
2019-04-25 13:08:06 -0700 (Thu, 25 Apr 2019)

Log Message

Fix test-webkitpy after r244653
https://bugs.webkit.org/show_bug.cgi?id=197131

* lldb/lldbWebKitTester/Configurations/Base.xcconfig:
Also use C++17.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (244661 => 244662)


--- trunk/Tools/ChangeLog	2019-04-25 19:43:06 UTC (rev 244661)
+++ trunk/Tools/ChangeLog	2019-04-25 20:08:06 UTC (rev 244662)
@@ -1,3 +1,11 @@
+2019-04-25  Alex Christensen  <[email protected]>
+
+        Fix test-webkitpy after r244653
+        https://bugs.webkit.org/show_bug.cgi?id=197131
+
+        * lldb/lldbWebKitTester/Configurations/Base.xcconfig:
+        Also use C++17.
+
 2019-04-25  Per Arne Vollan  <[email protected]>
 
         -[WKWebsiteDataStore fetchDataRecordsOfTypes:completionHandler:] never returns _WKWebsiteDataTypeCredentials

Modified: trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig (244661 => 244662)


--- trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig	2019-04-25 19:43:06 UTC (rev 244661)
+++ trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig	2019-04-25 20:08:06 UTC (rev 244662)
@@ -31,7 +31,7 @@
 
 ALWAYS_SEARCH_USER_PATHS = NO;
 
-CLANG_CXX_LANGUAGE_STANDARD = gnu++14;
+CLANG_CXX_LANGUAGE_STANDARD = gnu++17;
 CLANG_CXX_LIBRARY = libc++;
 CLANG_ENABLE_OBJC_WEAK = YES;
 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to