mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 07:46:07 +00:00

Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, cfe-commits Differential Revision: http://reviews.llvm.org/D15849 llvm-svn: 256704
14 lines
345 B
C
14 lines
345 B
C
// RUN: %clang_cc1 -fsyntax-only -Wdocumentation %s
|
|
// The run line does not have '-verify' because we were crashing while printing
|
|
// the diagnostic.
|
|
|
|
// This file has DOS-style line endings (CR LF). Please don't change it to
|
|
// Unix-style LF!
|
|
|
|
// PR14591. Check that we don't crash on this.
|
|
/**
|
|
* @param abc
|
|
*/
|
|
void nocrash1(int qwerty);
|
|
|