[clang] Emit unsupported directive error (PR #70233)

2023-10-25 Thread Raymond Chang via cfe-commits
https://github.com/rkchang edited https://github.com/llvm/llvm-project/pull/70233 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Emit unsupported directive error (PR #70233)

2023-10-25 Thread Raymond Chang via cfe-commits
https://github.com/rkchang edited https://github.com/llvm/llvm-project/pull/70233 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Emit unsupported directive error (PR #70233)

2023-10-25 Thread Raymond Chang via cfe-commits
https://github.com/rkchang edited https://github.com/llvm/llvm-project/pull/70233 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Emit unsupported directive error (PR #70233)

2023-10-25 Thread Raymond Chang via cfe-commits
https://github.com/rkchang created https://github.com/llvm/llvm-project/pull/70233 Hello! This PR addresses #63871. Clang should no longer crash and instead emits an error message. @shiltian is this what you had in mind for an error message? I think I followed everything in [1] but I did