mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 13:35:38 +08:00
03439a87cfd3988c37d2677e8b8f89a72a0e2ca4
Summary:
Just `assert("string" && false)` instead of `assert("string" == NULL)`.
This avoid errors like
[...]\Core\SourceManager.cpp(647): warning C4130: '==' : logical operation on address of string constant
Reviewers: zturner
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12388
llvm-svn: 246123
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%