[PATCH] D68581: Include leading attributes in DeclStmt's SourceRange

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 13 12:18:05 PDT 2019


aaron.ballman added inline comments.


================
Comment at: clang/test/AST/sourceranges.cpp:147
+
+// CHECK-1Z: NamespaceDecl {{.*}} attributed_decl
+namespace attributed_decl {
----------------
I think these CHECK lines should just be a normal check instead of a C++17 check.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68581/new/

https://reviews.llvm.org/D68581





More information about the cfe-commits mailing list