Bug 94838 - Make things build with the latest version of clang
Summary: Make things build with the latest version of clang
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 13:04 PDT by Mark Rowe (bdash)
Modified: 2022-02-28 04:08 PST (History)
4 users (show)

See Also:


Attachments
WTF (3.55 KB, patch)
2012-08-23 13:05 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff
JavaScriptCore (5.57 KB, patch)
2012-08-23 13:05 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff
WebCore (7.92 KB, patch)
2012-08-23 13:06 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff
WebKit2 (2.42 KB, patch)
2012-08-23 13:06 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff
gtest (1.50 KB, patch)
2012-08-23 13:07 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2012-08-23 13:04:25 PDT
As it says in the summary.
Comment 1 Mark Rowe (bdash) 2012-08-23 13:05:28 PDT
Created attachment 160222 [details]
WTF
Comment 2 Mark Rowe (bdash) 2012-08-23 13:05:51 PDT
Created attachment 160223 [details]
JavaScriptCore
Comment 3 Mark Rowe (bdash) 2012-08-23 13:06:22 PDT
Created attachment 160224 [details]
WebCore
Comment 4 Mark Rowe (bdash) 2012-08-23 13:06:42 PDT
Created attachment 160225 [details]
WebKit2
Comment 5 Mark Rowe (bdash) 2012-08-23 13:07:03 PDT
Created attachment 160226 [details]
gtest
Comment 6 WebKit Review Bot 2012-08-23 13:08:44 PDT
Attachment 160222 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Fa..." exit_code: 1
Source/WTF/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 7 WebKit Review Bot 2012-08-23 13:09:46 PDT
Attachment 160223 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 WebKit Review Bot 2012-08-23 13:10:52 PDT
Attachment 160224 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 9 WebKit Review Bot 2012-08-23 13:11:55 PDT
Attachment 160225 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1
Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 10 WebKit Review Bot 2012-08-23 13:14:02 PDT
Attachment 160226 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/ThirdParty/ChangeLog', u'Source/Thi..." exit_code: 1
Source/ThirdParty/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 1 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 11 Mark Rowe (bdash) 2012-08-23 13:57:24 PDT
I landed these in r126475 - r126479.