diff options
author | Zachary Turner <zturner@google.com> | 2015-02-11 21:16:35 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-02-11 21:16:35 +0000 |
commit | 3e76643a957a2ff569b19c96a61587b1895edc84 (patch) | |
tree | 61a8c82243e65622d1a9653af37dc8d8c2bbf037 /clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp | |
parent | d96652237741a9c010712772f1990d5b46d28f63 (diff) | |
download | bcm5719-llvm-3e76643a957a2ff569b19c96a61587b1895edc84.tar.gz bcm5719-llvm-3e76643a957a2ff569b19c96a61587b1895edc84.zip |
Change Path::filename_pos() to skip the drive letter.
For Windows, filename_pos() tries to find the filename by
searching for separators after the last :. Instead, it should
really check for the only location that a : is valid, which is
in the second character, and search for separators after that.
llvm-svn: 228874
Diffstat (limited to 'clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp')
0 files changed, 0 insertions, 0 deletions