[libcxx-commits] [libcxx] [libc++] Add a utility for checking the output of commands (PR #65917)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 20 12:42:28 PST 2024


================
@@ -36,9 +36,6 @@ class proper_version_checks_callbacks : public clang::PPCallbacks {
         clang::CharSourceRange::getTokenRange(condition_range),
         preprocessor_.getSourceManager(),
         preprocessor_.getLangOpts());
-    if (preprocessor_.getSourceManager().isInMainFile(location))
----------------
ldionne wrote:

Can you explain the reason for this change?

https://github.com/llvm/llvm-project/pull/65917


More information about the libcxx-commits mailing list