[PATCH] D43248: [Attr] Fix parameter indexing for attributes

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 18:49:37 PDT 2018


aaron.ballman added inline comments.


================
Comment at: cfe/trunk/test/Frontend/ast-attr.cpp:5
+// RUN: %clang -emit-ast -o %t.ast %S/../Sema/attr-print.cpp
+// RUN: %clang_cc1 %t.ast -ast-print | FileCheck %S/../Sema/attr-print.cpp
----------------
Just to verify my understanding, this test is checking the serialization and deserialization?


https://reviews.llvm.org/D43248





More information about the llvm-commits mailing list