[PATCH] D33412: Add support for #pragma clang section

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 04:07:36 PDT 2017


javed.absar updated this revision to Diff 100846.
javed.absar added a comment.
Herald added a subscriber: kristof.beyls.

Thanks Roger for the review and the suggestion to add documentation in LanguageExtensions.rst.  I have done so now.
--Javed


https://reviews.llvm.org/D33412

Files:
  docs/LanguageExtensions.rst
  include/clang/Basic/Attr.td
  include/clang/Basic/DiagnosticParseKinds.td
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/Parse/ParsePragma.cpp
  lib/Sema/SemaAttr.cpp
  lib/Sema/SemaDecl.cpp
  test/CodeGenCXX/clang-sections-tentative.c
  test/CodeGenCXX/clang-sections.cpp
  test/Sema/pragma-clang-section.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33412.100846.patch
Type: text/x-patch
Size: 23521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170531/acbe60eb/attachment-0001.bin>


More information about the llvm-commits mailing list