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

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 9 14:17:34 PST 2019


gribozavr2 marked an inline comment as done.
gribozavr2 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'?}}
----------------
Mordante wrote:
> I added one here, is this what you wanted or one for the RUN at line 1?
This looks good. We're testing the default language mode like every other test, and c++11 and c++14 specifically because there's special logic for them.


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