[all-commits] [llvm/llvm-project] a1c3c6: [clang][test] Split out staticanalyzer portion of ...

Nathan Chancellor via All-commits all-commits at lists.llvm.org
Fri Aug 1 23:53:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1c3c6554f0fe2a0404268c07017c315f52b5415
      https://github.com/llvm/llvm-project/commit/a1c3c6554f0fe2a0404268c07017c315f52b5415
  Author: Nathan Chancellor <nathan at kernel.org>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    A clang/test/Modules/specializations-lazy-load-parentmap-crash-analyzer.cpp
    M clang/test/Modules/specializations-lazy-load-parentmap-crash.cpp

  Log Message:
  -----------
  [clang][test] Split out staticanalyzer portion of Modules/specializations-lazy-load-parentmap-crash.cpp (#151259)

When the static analyzer is disabled with
-DCLANG_ENABLE_STATIC_ANALYZER=OFF, the newly added
specializations-lazy-load-parentmap-crash.cpp test fails with:

  error: action RunAnalysis not compiled in

  --

  ********************
  ********************
  Failed Tests (1):
    Clang :: Modules/specializations-lazy-load-parentmap-crash.cpp

Split out the part of the test that requires the static analyzer so that
it does not run when the static analyzer is unavailable.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list