warn-documentation-crlf.c 345 B

12345678910111213
  1. // RUN: %clang_cc1 -fsyntax-only -Wdocumentation %s
  2. // The run line does not have '-verify' because we were crashing while printing
  3. // the diagnostic.
  4. // This file has DOS-style line endings (CR LF). Please don't change it to
  5. // Unix-style LF!
  6. // PR14591. Check that we don't crash on this.
  7. /**
  8. * @param abc
  9. */
  10. void nocrash1(int qwerty);