Mercurial > hg > CbC > CbC_llvm
diff clang-tools-extra/clang-include-fixer/IncludeFixer.h @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang-tools-extra/clang-include-fixer/IncludeFixer.h Mon May 25 11:50:15 2020 +0900 +++ b/clang-tools-extra/clang-include-fixer/IncludeFixer.h Mon May 25 11:55:54 2020 +0900 @@ -62,7 +62,7 @@ }; /// Create replacements, which are generated by clang-format, for the -/// missing header and mising qualifiers insertions. The function uses the +/// missing header and missing qualifiers insertions. The function uses the /// first header for insertion. /// /// \param Code The source code.