summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/msdos-cpm-eof.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test from r256596Nico Weber2015-12-291-1/+1
| | | | llvm-svn: 256599
* Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode.Nico Weber2015-12-291-2/+2
| | | | llvm-svn: 256596
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* reimplement r90860, fixing a couple of problems:Chris Lattner2009-12-171-1/+3
| | | | | | | | | 1. Don't make a copy of LangOptions every time a lexer is created. 2. Don't make CharInfo global mutable state. 3. Fix the implementation to properly treat ^Z as EOF instead of as horizontal whitespace, which matches the semantic implemented by VC++. llvm-svn: 91586
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-081-0/+5
http://llvm.org/viewvc/llvm-project?view=rev&revision=80043 llvm-svn: 90860
OpenPOWER on IntegriCloud