[PATCH] D140489: Add builtin_elementwise_log
    Artem Dergachev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Jan 26 14:50:21 PST 2023
    
    
  
NoQ added inline comments.
================
Comment at: clang/lib/Analysis/UnsafeBufferUsage.cpp:248
       if (const auto *VD = dyn_cast<VarDecl>(D)) {
-        assert(Defs.count(VD) == 0 && "Definition already discovered!");
+        // FIXME: Assertion temporarily disabled due to a bug in
+        // ASTMatcher internal behavior in presence of GNU
----------------
Looks like you accidentally included my unrelated commit, which caused Phabricator to summon me.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140489/new/
https://reviews.llvm.org/D140489
    
    
More information about the cfe-commits
mailing list