[PATCH] D125059: [Lex] Don't assert when decoding invalid UCNs.
    Haojian Wu via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu May  5 22:19:19 PDT 2022
    
    
  
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/pseudo/test/crash/bad-ucn.c:4
+// RUN: clang-pseudo -source=%s
+A\UAAAAAAAA
----------------
nit: this test seems duplicated with the one in unicode.c, I'd just remove it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125059/new/
https://reviews.llvm.org/D125059
    
    
More information about the cfe-commits
mailing list