[PATCH] D13834: Produce a better diagnostic for global register variables

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 9 17:12:12 PST 2015


ahatanak updated this revision to Diff 39774.
ahatanak added a comment.

Added comments to clarify what the code is doing.


http://reviews.llvm.org/D13834

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/TargetInfo.h
  lib/Basic/Targets.cpp
  lib/Sema/SemaDecl.cpp
  test/CodeGen/named_reg_global.c
  test/OpenMP/atomic_capture_codegen.cpp
  test/OpenMP/atomic_read_codegen.c
  test/OpenMP/atomic_update_codegen.cpp
  test/OpenMP/atomic_write_codegen.c
  test/OpenMP/for_loop_messages.cpp
  test/OpenMP/threadprivate_messages.cpp
  test/Sema/asm.c
  test/SemaCUDA/asm-constraints-mixed.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13834.39774.patch
Type: text/x-patch
Size: 13446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151110/28c88a1e/attachment.bin>


More information about the cfe-commits mailing list