You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/chrome_content_renderer_client.cc:113: Include the directory when naming header files [build/include_subdir] [4]
11
11
src/chrome_content_renderer_client.cc:1156: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
12
12
src/chrome_content_renderer_client.cc:1161: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
13
+
src/chrome_content_renderer_client.cc:1203: Add #include <set> for set<> [build/include_what_you_use] [4]
14
+
src/chrome_content_renderer_client.cc:1245: Add #include <vector> for vector<> [build/include_what_you_use] [4]
15
+
src/chrome_content_renderer_client.cc:1359: Add #include <map> for map<> [build/include_what_you_use] [4]
16
+
src/chrome_content_renderer_client.cc:1366: Add #include <string> for string [build/include_what_you_use] [4]
13
17
src/chrome_content_renderer_client.cc:5: samples/chromium-sample/src/chrome_content_renderer_client.cc should include its header file samples/chromium-sample/src/chrome_content_renderer_client.h [build/include] [5]
src/chrome_content_renderer_client.h:225: #endif line should be "#endif // SAMPLES_CHROMIUM_SAMPLE_SRC_CHROME_CONTENT_RENDERER_CLIENT_H_" [build/header_guard] [5]
16
20
src/chrome_content_renderer_client.h:115: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
17
21
src/chrome_content_renderer_client.h:117: Use int16/int64/etc, rather than the C type long [runtime/int] [4]
18
22
src/io_thread.cc:1148: Closing ) should be moved to the previous line [whitespace/parens] [2]
19
23
src/io_thread.cc:1547: Missing space around colon in range-based for loop [whitespace/forcolon] [2]
24
+
src/io_thread.cc:651: Add #include <map> for map<> [build/include_what_you_use] [4]
25
+
src/io_thread.cc:1546: Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
26
+
src/io_thread.cc:1609: Add #include <string> for string [build/include_what_you_use] [4]
27
+
src/io_thread.cc:1731: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
20
28
src/io_thread.cc:5: samples/chromium-sample/src/io_thread.cc should include its header file samples/chromium-sample/src/io_thread.h [build/include] [5]
Copy file name to clipboardExpand all lines: samples/protobuf-sample/simple.def
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ src/*
4
4
Done processing src/descriptor.pb.cc
5
5
Done processing src/descriptor.pb.h
6
6
Done processing src/descriptor_unittest.cc
7
-
Total errors found: 2643
7
+
Total errors found: 2646
8
8
9
9
src/descriptor.pb.cc:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
10
10
src/descriptor.pb.cc:9: Found C system header after C++ system header. Should be: descriptor.pb.h, c system, c++ system, other. [build/include_order] [4]
@@ -1626,6 +1626,8 @@ src/descriptor.pb.cc:15142: Lines should be <= 80 characters long [whitespace/
1626
1626
src/descriptor.pb.cc:15146: Lines should be <= 80 characters long [whitespace/line_length] [2]
1627
1627
src/descriptor.pb.cc:15150: Lines should be <= 80 characters long [whitespace/line_length] [2]
1628
1628
src/descriptor.pb.cc:15155: Lines should be <= 80 characters long [whitespace/line_length] [2]
1629
+
src/descriptor.pb.cc:14981: Add #include <utility> for swap [build/include_what_you_use] [4]
1630
+
src/descriptor.pb.cc:15069: Add #include <string> for string [build/include_what_you_use] [4]
1629
1631
src/descriptor.pb.cc:5: samples/protobuf-sample/src/descriptor.pb.cc should include its header file samples/protobuf-sample/src/descriptor.pb.h [build/include] [5]
1630
1632
src/descriptor.pb.h:0: No copyright message found. You should have a line: "Copyright [year] <Copyright Owner>" [legal/copyright] [5]
0 commit comments