llvm-project/clang-tools-extra/clang-include-fixer
Yannick Brehon aa189ed25f Fix compatibility with python3 of clang-include-fixer.py
clang-include-fixer was recently updated to be python3-compatible.
However, an exception handling clause was improperly using the deprecated `message` property of Exception classes, so the code was not yet entirely python3-compatible.

Differential Revision: https://reviews.llvm.org/D70902
2019-12-03 12:55:13 +01:00
..
find-all-symbols [clang-include-fixer] Skip .rc files when finding symbols 2019-11-14 10:04:35 -08:00
plugin [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
tool Fix compatibility with python3 of clang-include-fixer.py 2019-12-03 12:55:13 +01:00
CMakeLists.txt
FuzzySymbolIndex.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
FuzzySymbolIndex.h
InMemorySymbolIndex.cpp
InMemorySymbolIndex.h
IncludeFixer.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
IncludeFixer.h
IncludeFixerContext.cpp
IncludeFixerContext.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
SymbolIndex.h
SymbolIndexManager.cpp
SymbolIndexManager.h
YamlSymbolIndex.cpp
YamlSymbolIndex.h