hubert.reinterpretcast added inline comments.

================
Comment at: clang/test/Analysis/padding_c.c:7
 
 // RUN: not %clang_analyze_cc1 -verify %s \
 // RUN:   -analyzer-checker=core \
----------------
Even if it works as-is, might be good to add `-Wno-aix-compat` here too since 
`-verify` is being used.


================
Comment at: clang/test/CXX/drs/dr6xx.cpp:1
 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions 
-pedantic-errors -fno-spell-checking
+// FIXME -Wno-aix-compat added temporarily while the diagnostic is being
----------------
Same comment (although the part that is affected is guarded for the newer 
language levels).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118670/new/

https://reviews.llvm.org/D118670

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to