forked from deadem/notepad-pp-linter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvs2022cpp20.imp
More file actions
21 lines (21 loc) · 1.28 KB
/
vs2022cpp20.imp
File metadata and controls
21 lines (21 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
{ include: ["<Windows.h>", "private", "<windows.h>", "public"] },
{ include: ["<corecrt_wstring.h>", "private", "<cwchar>", "public"] },
{ include: ["<vcruntime_exception.h>", "private", "<exception>", "public"] },
{ include: ["<vcruntime_string.h>", "private", "<cstring>", "public"] },
{ include: ["<xstring>", "private", "<string>", "public"] },
{ include: ["<xutility>", "private", "<utility>", "public" ] },
{ include: ["<__msvc_ostream.hpp>", "private", "<ostream>", "public"] },
{ include: ["<__msvc_chrono.hpp>", "private", "<chrono>", "public"] },
{ include: ["<__msvc_string_view.hpp>", "private", "<string_view>", "public"] },
{ symbol: ["memcpy", "private", "<string.h>", "public"] },
{ symbol: ["std::ignore", "private", "<utility>", "public"] },
{ symbol: ["std::move", "private", "<utility>", "public"] },
{ symbol: ["std::ranges::transform", "private", "<ranges>", "public"] },
{ symbol: ["std::string_view", "private", "<string_view>", "public"] },
{ symbol: ["std::wstring_view", "private", "<string_view>", "public"] },
{ symbol: ["towlower", "private", "<cwctype>", "public" ] },
{ symbol: ["towupper", "private", "<cwctype>", "public" ] },
{ symbol: ["wint_t", "private", "<cwctype>", "public" ] },
{ symbol: ["_countof", "private", "<vcruntime.h>", "public" ] },
]