[clang] Guard against nullptr (PR #94084)

2024-05-31 Thread via cfe-commits
https://github.com/Sterling-Augustine closed https://github.com/llvm/llvm-project/pull/94084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Guard against nullptr (PR #94084)

2024-05-31 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff bba5ee47e63298d61f6ea441a140144ce370ba92 169e09f2aa403676873a440d8496356cefe69b9e --

[clang] Guard against nullptr (PR #94084)

2024-05-31 Thread via cfe-commits
https://github.com/Sterling-Augustine edited https://github.com/llvm/llvm-project/pull/94084 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Guard against nullptr (PR #94084)

2024-05-31 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (Sterling-Augustine) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/94084.diff 1 Files Affected: - (modified) clang/lib/AST/QualTypeNames.cpp (+3-2) ``diff diff --git a/clang/lib/AST/QualTypeNames.cpp

[clang] Guard against nullptr (PR #94084)

2024-05-31 Thread via cfe-commits
https://github.com/Sterling-Augustine created https://github.com/llvm/llvm-project/pull/94084 None >From 169e09f2aa403676873a440d8496356cefe69b9e Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Fri, 31 May 2024 23:18:32 + Subject: [PATCH] Guard against nullptr --- clang/lib/AST/Q