[PATCH] D59402: Suggestions to fix -Wmissing-{prototypes,variable-declarations}

Aaron Puchert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 15:55:51 PDT 2019


This revision was automatically updated to reflect the committed changes.
aaronpuchert marked an inline comment as done.
Closed by commit rL363749: Suggestions to fix -Wmissing-{prototypes,variable-declarations} (authored by aaronpuchert, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D59402?vs=202483&id=205460#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59402

Files:
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/test/Sema/warn-missing-prototypes.c
  cfe/trunk/test/Sema/warn-missing-variable-declarations.c
  cfe/trunk/test/SemaCXX/warn-missing-prototypes.cpp
  cfe/trunk/test/SemaCXX/warn-missing-variable-declarations.cpp
  cfe/trunk/test/SemaOpenCL/warn-missing-prototypes.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59402.205460.patch
Type: text/x-patch
Size: 9119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/070ccb80/attachment.bin>


More information about the llvm-commits mailing list