clang-tools-extra/clang-tidy/utils
Benjamin Kramer 296bbc1e5a [clang-tidy] Fix a functional change from r269656.
Instead of forming char ranges that patch made us form token ranges,
which behave subtly different. Sadly I'm only seeing this as part of a
larger test case that I haven't fully reduced yet.

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@269896 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-18 09:48:46 +00:00
..
CMakeLists.txt [clang-tidy] Lift parsing of sequence of names functions to utils. 2016-05-10 15:31:15 +00:00
DeclRefExprUtils.cpp [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
DeclRefExprUtils.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
FixItHintUtils.cpp [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
FixItHintUtils.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
HeaderFileExtensionsUtils.cpp [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
HeaderFileExtensionsUtils.h [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
HeaderGuard.cpp [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
HeaderGuard.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
IncludeInserter.cpp [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
IncludeInserter.h [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
IncludeSorter.cpp [clang-tidy] Fix a functional change from r269656. 2016-05-18 09:48:46 +00:00
IncludeSorter.h [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
LexerUtils.cpp [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
LexerUtils.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
Matchers.h [clang-tidy] Lift common matchers to utils namespace 2016-05-17 19:36:09 +00:00
OptionsUtils.cpp [clang-tidy] Lift parsing of sequence of names functions to utils. 2016-05-10 15:31:15 +00:00
OptionsUtils.h [clang-tidy] Lift parsing of sequence of names functions to utils. 2016-05-10 15:31:15 +00:00
TypeTraits.cpp [clang-tidy] Cleanups utils files 2016-05-16 14:34:20 +00:00
TypeTraits.h [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted copy constructor. 2016-05-14 22:43:50 +00:00