]> granicus.if.org Git - clang/commit
fix PR3609, emit:
authorChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 18:29:56 +0000 (18:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Feb 2009 18:29:56 +0000 (18:29 +0000)
commitb66158c299786042cd6277b163a2c20fd3d11da5
tree760fb3e0cd2e026787c275a2e936f9d736da8805
parent167fdc137edbfe57be11317b69c35b8d6bc33cf0
fix PR3609, emit:

t.c:1:10: error: missing terminating '>' character
#include <stdio.h
         ^

instead of:

t.c:1:10: error: missing terminating " character
#include <stdio.h
         ^

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65052 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.def
lib/Lex/Lexer.cpp