Mercurial > hg > CbC > CbC_llvm
comparison 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 |
comparison
equal
deleted
inserted
replaced
172:9fbae9c8bf63 | 173:0572611fdcc8 |
---|---|
60 /// clang-format config file was found. | 60 /// clang-format config file was found. |
61 std::string FallbackStyle; | 61 std::string FallbackStyle; |
62 }; | 62 }; |
63 | 63 |
64 /// Create replacements, which are generated by clang-format, for the | 64 /// Create replacements, which are generated by clang-format, for the |
65 /// missing header and mising qualifiers insertions. The function uses the | 65 /// missing header and missing qualifiers insertions. The function uses the |
66 /// first header for insertion. | 66 /// first header for insertion. |
67 /// | 67 /// |
68 /// \param Code The source code. | 68 /// \param Code The source code. |
69 /// \param Context The context which contains all information for creating | 69 /// \param Context The context which contains all information for creating |
70 /// clang-include-fixer replacements. | 70 /// clang-include-fixer replacements. |