Skip to content

Commit ef378d7

Browse files
committed
[clang][lex] Remove misleading comment
The resiliency to `HeaderSearch::Add{,System}SearchPath` is implemented in later patch (D116750).
1 parent 8d4d0f7 commit ef378d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Lex/HeaderSearch.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ namespace detail {
167167
template <bool Const, typename T>
168168
using Qualified = std::conditional_t<Const, const T, T>;
169169

170-
/// Forward iterator over the search directories of HeaderSearch.
171-
/// Does not get invalidated by \c HeaderSearch::Add{,System}SearchPath.
170+
/// Forward iterator over the search directories of \c HeaderSearch.
172171
template <bool IsConst>
173172
struct SearchDirIteratorImpl
174173
: llvm::iterator_facade_base<SearchDirIteratorImpl<IsConst>,

0 commit comments

Comments
 (0)