mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Header substitution adjustments.
This commit is contained in:
parent
29b05ff57c
commit
3424f482ba
2 changed files with 2 additions and 1 deletions
|
@ -457,7 +457,7 @@ IncludeOrderBlock_down= D&own
|
||||||
IncludeOrderBlock_order_of_includes= O&rder of Include Statements:
|
IncludeOrderBlock_order_of_includes= O&rder of Include Statements:
|
||||||
|
|
||||||
IncludePragmasPreferencePage_title= Include Pragmas
|
IncludePragmasPreferencePage_title= Include Pragmas
|
||||||
IncludePragmasBlock_description=Include pragmas are special comments that affect behavior of Organize Includes command. A description of include pragmas can be found at <a href="https://code.google.com/p/include-what-you-use/wiki/IWYUPragmas">IWYU Pragmas</a>. Include patterns can be customized by defining regular expressions matching each of the pragmas.
|
IncludePragmasBlock_description=Include pragmas are special comments that affect behavior of Organize Includes command. A description of include pragmas can be found in <a href="https://code.google.com/p/include-what-you-use/wiki/IWYUPragmas">IWYU Pragmas</a>. Include patterns can be customized by defining regular expressions matching each of the pragmas.
|
||||||
IncludePragmasBlock_link_tooltip=Wiki page describing include-what-you-use pragmas
|
IncludePragmasBlock_link_tooltip=Wiki page describing include-what-you-use pragmas
|
||||||
IncludePragmasBlock_export_pattern= Export:
|
IncludePragmasBlock_export_pattern= Export:
|
||||||
IncludePragmasBlock_begin_exports_pattern= Begin Exports:
|
IncludePragmasBlock_begin_exports_pattern= Begin Exports:
|
||||||
|
|
|
@ -474,6 +474,7 @@ public class HeaderSubstitutor {
|
||||||
"<ios>", "<iostream>",
|
"<ios>", "<iostream>",
|
||||||
"<ios>", "<istream>",
|
"<ios>", "<istream>",
|
||||||
"<ios>", "<ostream>",
|
"<ios>", "<ostream>",
|
||||||
|
"<iosfwd>", "<iostream>", // TODO(sprigogin): This should already be covered by <ios> -> <iostream> mapping
|
||||||
"<iosfwd>", "<ios>",
|
"<iosfwd>", "<ios>",
|
||||||
"<iosfwd>", "<streambuf>",
|
"<iosfwd>", "<streambuf>",
|
||||||
"<istream>", "<iostream>",
|
"<istream>", "<iostream>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue