[PATCH] D71140: [Wdocumentation] Properly place deprecated attribute

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 12:34:57 PST 2019


Mordante marked 2 inline comments as done.
Mordante added inline comments.


================
Comment at: clang/test/Sema/warn-documentation-fixits.cpp:4
+// RUN: %clang_cc1 -std=c++14 -fsyntax-only -Wdocumentation -Wdocumentation-pedantic -fcomment-block-commands=foobar -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK14 %s
 
 // expected-warning at +1 {{parameter 'ZZZZZZZZZZ' not found in the function declaration}} expected-note at +1 {{did you mean 'a'?}}
----------------
I added one here, is this what you wanted or one for the RUN at line 1?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71140





More information about the cfe-commits mailing list