We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4d0f7 commit ef378d7Copy full SHA for ef378d7
clang/include/clang/Lex/HeaderSearch.h
@@ -167,8 +167,7 @@ namespace detail {
167
template <bool Const, typename T>
168
using Qualified = std::conditional_t<Const, const T, T>;
169
170
-/// Forward iterator over the search directories of HeaderSearch.
171
-/// Does not get invalidated by \c HeaderSearch::Add{,System}SearchPath.
+/// Forward iterator over the search directories of \c HeaderSearch.
172
template <bool IsConst>
173
struct SearchDirIteratorImpl
174
: llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,
0 commit comments