[PATCH] D84461: [Concepts] Fix ast dump for immediately declared constraint.
    Bruno Ricci via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul 27 02:55:43 PDT 2020
    
    
  
riccibruno added inline comments.
================
Comment at: clang/test/AST/ast-dump-concepts.cpp:1
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=c++2a -ast-dump -ast-dump-filter Foo %s | FileCheck -strict-whitespace %s
+
----------------
Can you also test for serialization by round-tripping through a PCH (see the other AST dump tests for examples; you just need to add two RUN lines)?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84461/new/
https://reviews.llvm.org/D84461
    
    
More information about the cfe-commits
mailing list