diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 146df7fbce0..acd7dc0752b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -376,6 +376,18 @@ object-oriented programming, operator overloading and strong typing.
+ +include-what-you-use
+ is a tool to ensure that a file directly #include
s
+ all .h
files that provide a symbol that the file uses. It also
+ removes superfluous #include
s from source files.