]> granicus.if.org Git - clang/commit
Simplify users of StringRef::{l,r}trim (clang) (NFC)
authorVedant Kumar <vsk@apple.com>
Tue, 16 Feb 2016 02:14:44 +0000 (02:14 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 16 Feb 2016 02:14:44 +0000 (02:14 +0000)
commitce4ded5b5870d1fb21bf75a97621fa9404be3170
tree2bd3bf3f8a0e868157c06bc93b4a5eec780a7004
parent8e28be4007834978a72db203eb36bcc64bb3334a
Simplify users of StringRef::{l,r}trim (clang) (NFC)

r260925 introduced a version of the *trim methods which is preferable
when trimming a single kind of character. Update all users in clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260927 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPDirectives.cpp
lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp