[PATCH] D67647: [Consumed] Refactor handleCall to take function argument list. NFC.
    Nicholas Allegra via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Sep 17 17:42:21 PDT 2019
    
    
  
comex added a comment.
Ugh, it looks like `getArgs()` is a massive strict aliasing violation.  And it's used in enough different places in Clang that fixing the violation may require extensive refactoring... I've reported the issue as https://bugs.llvm.org/show_bug.cgi?id=43344, but I don't really want to fix it :)
However, I can at least update this patch to avoid using getArgs().
Repository:
  rC Clang
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67647/new/
https://reviews.llvm.org/D67647
    
    
More information about the cfe-commits
mailing list