[all-commits] [llvm/llvm-project] d10c99: std::isspace -> llvm::isSpace (where locale should...
Sam McCall via All-commits
all-commits at lists.llvm.org
Sat May 2 06:54:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d10c995b4ddf6be8f3a9c5ad61dd0becb5355cbe
https://github.com/llvm/llvm-project/commit/d10c995b4ddf6be8f3a9c5ad61dd0becb5355cbe
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/ParentVirtualCallCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
M clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
M llvm/include/llvm/Support/YAMLTraits.h
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
M llvm/lib/ProfileData/InstrProfReader.cpp
M llvm/lib/Support/FileUtilities.cpp
M llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M llvm/tools/llvm-rc/ResourceScriptToken.cpp
Log Message:
-----------
std::isspace -> llvm::isSpace (where locale should be ignored)
I've left out some cases where I wasn't totally sure this was right or
whether the include was ok (compiler-rt) or idiomatic (flang).
More information about the All-commits
mailing list