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@+1 {{parameter 'ZZZZZZZZZZ' not found in the function 
declaration}} expected-note@+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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to