llvm-project/clang-tools-extra/clang-tidy/utils
Joe Turner 1e076a8d80 Make sure Objective-C category support in IncludeSorter handles top-level imports
Currently, this would not correctly associate a category with the related include if it was top-level (i.e. no slashes in the path). This ensures that we explicitly think about that case.

Reviewed By: gribozavr2

Differential Revision: https://reviews.llvm.org/D89608
2020-10-26 12:24:43 -07:00
..
ASTUtils.cpp
ASTUtils.h
Aliasing.cpp
Aliasing.h
CMakeLists.txt
DeclRefExprUtils.cpp
DeclRefExprUtils.h
ExceptionAnalyzer.cpp
ExceptionAnalyzer.h
ExprSequence.cpp
ExprSequence.h
FileExtensionsUtils.cpp
FileExtensionsUtils.h
FixItHintUtils.cpp
FixItHintUtils.h
HeaderGuard.cpp
HeaderGuard.h
IncludeInserter.cpp
IncludeInserter.h [clang-tidy] Fix IncludeInserter usage example in a comment. 2020-10-12 15:05:42 +02:00
IncludeSorter.cpp Make sure Objective-C category support in IncludeSorter handles top-level imports 2020-10-26 12:24:43 -07:00
IncludeSorter.h Support ObjC in IncludeInserter 2020-10-16 04:12:32 +02:00
LexerUtils.cpp
LexerUtils.h
Matchers.h
NamespaceAliaser.cpp
NamespaceAliaser.h
OptionsUtils.cpp
OptionsUtils.h
RenamerClangTidyCheck.cpp [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
RenamerClangTidyCheck.h [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
TransformerClangTidyCheck.cpp
TransformerClangTidyCheck.h
TypeTraits.cpp
TypeTraits.h
UsingInserter.cpp
UsingInserter.h