[PATCH] D51329: [Attribute/Diagnostics] Print macro if definition is an attribute declaration

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 13:37:49 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rC359826: [Attribute/Diagnostics] Print macro if definition is an attribute declaration (authored by leonardchan, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51329?vs=197454&id=197854#toc

Repository:
  rC Clang

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

https://reviews.llvm.org/D51329

Files:
  include/clang/AST/ASTContext.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/AST/Type.h
  include/clang/AST/TypeLoc.h
  include/clang/AST/TypeNodes.def
  include/clang/Parse/Parser.h
  include/clang/Sema/ParsedAttr.h
  include/clang/Sema/Sema.h
  include/clang/Serialization/ASTBitCodes.h
  lib/ARCMigrate/TransGCAttrs.cpp
  lib/AST/ASTContext.cpp
  lib/AST/ASTDiagnostic.cpp
  lib/AST/ASTStructuralEquivalence.cpp
  lib/AST/ItaniumMangle.cpp
  lib/AST/Type.cpp
  lib/AST/TypePrinter.cpp
  lib/CodeGen/CGDebugInfo.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/Parse/ParseDecl.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaStmt.cpp
  lib/Sema/SemaType.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTReader.cpp
  lib/Serialization/ASTWriter.cpp
  test/Frontend/macro_defined_type.cpp
  test/Sema/address_space_print_macro.c
  test/Sema/address_spaces.c
  test/SemaObjC/externally-retained.m
  test/SemaObjC/gc-attributes.m
  test/SemaObjC/mrc-weak.m
  test/SemaObjCXX/gc-attributes.mm
  tools/libclang/CIndex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51329.197854.patch
Type: text/x-patch
Size: 34897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190502/70c705e5/attachment-0001.bin>


More information about the cfe-commits mailing list