llvm-project/clang/include
Eli Friedman 795f67934d [Sema] Don't treat a non-null template argument as if it were null.
The way this code checks whether a pointer is null is wrong for other
reasons; it doesn't actually check whether a null pointer constant is a
"constant" in the C++ standard sense.  But this fix at least makes sure
we don't treat a non-null pointer as if it were null.

Fixes https://github.com/llvm/llvm-project/issues/57883

Differential Revision: https://reviews.llvm.org/D134928
2022-10-19 14:40:52 -07:00
..
clang [Sema] Don't treat a non-null template argument as if it were null. 2022-10-19 14:40:52 -07:00
clang-c [libclang] Split-out parts of `Index.h` 2022-09-29 11:29:53 -07:00
CMakeLists.txt