This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
iwyu.imp
22 lines (22 loc) · 1.48 KB
/
iwyu.imp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ symbol: ["std::basic_istream<>::pos_type", "private", "<fstream>", "public"] },
{ include: ["\"__hash_table\"", "private", "<unordered_map>", "public"] },
{ include: ["\"__mutex_base\"", "private", "<mutex>", "public"] },
{ include: ["\"__string\"", "private", "<string>", "public"] },
{ include: ["\"json/reader.h\"", "private", "<json/json.h>", "public"] },
{ include: ["\"json/value.h\"", "private", "<json/json.h>", "public"] },
{ include: ["\"json/writer.h\"", "private", "<json/json.h>", "public"] },
{ include: ["\"gmock/gmock-actions.h\"", "private", "<gmock/gmock.h>", "public"] },
{ include: ["\"gmock/gmock-matchers.h\"", "private", "<gmock/gmock.h>", "public"] },
{ include: ["\"gtest/gtest-matchers.h\"", "private", "<gtest/gtest.h>", "public"] },
{ include: ["\"gtest/gtest-message.h\"", "private", "<gtest/gtest.h>", "public"] },
{ include: ["\"gtest/gtest-test-part.h\"", "private", "<gtest/gtest.h>", "public"] },
{ include: ["\"gtest/gtest_pred_impl.h\"", "private", "<gtest/gtest.h>", "public"] },
{ symbol: ["std::forward", "private", "<utility>", "public" ] },
{ symbol: ["std::ifstream", "private", "<fstream>", "public" ] },
{ symbol: ["std::less", "private", "<functional>", "public" ] },
{ symbol: ["std::move", "private", "<utility>", "public"] },
{ symbol: ["std::ostream", "private", "<ostream>", "public"] },
{ symbol: ["std::string", "private", "<string>", "public"] },
{ symbol: ["std::stringstream", "private", "<sstream>", "public"] },
]