[all-commits] [llvm/llvm-project] eb812e: Explicitly include <cassert> when using assert
Joerg Sonnenberger via All-commits
all-commits at lists.llvm.org
Mon Mar 2 13:50:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eb812efa12fb82ca338794fa18b610ca9581aef5
https://github.com/llvm/llvm-project/commit/eb812efa12fb82ca338794fa18b610ca9581aef5
Author: Joerg Sonnenberger <joerg at bec.de>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/lib/AST/CommentCommandTraits.cpp
M llvm/lib/Support/APSInt.cpp
M llvm/lib/Support/FormatVariadic.cpp
M llvm/lib/Support/IntEqClasses.cpp
M llvm/lib/Support/IntervalMap.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/PrettyStackTrace.cpp
M llvm/lib/Support/Regex.cpp
M llvm/lib/Support/StringPool.cpp
M llvm/lib/Support/Triple.cpp
M llvm/lib/Support/VersionTuple.cpp
M llvm/lib/TableGen/TableGenBackend.cpp
M llvm/lib/Target/AArch64/AArch64StackOffset.h
M llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
M llvm/utils/TableGen/CodeGenHwModes.h
M llvm/utils/TableGen/CodeGenInstruction.h
Log Message:
-----------
Explicitly include <cassert> when using assert
Depending on the OS used, a module-enabled build can fail due to the
special handling <cassert> gets as textual header.
More information about the All-commits
mailing list