]> granicus.if.org Git - clang/commit
parse and enforce required constraints on #line directives. Right now
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 05:29:08 +0000 (05:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 05:29:08 +0000 (05:29 +0000)
commit359cc4475487ea0a660b3e8918334a2866e71c66
treed2b3bd649852d8704cbe485443e4fd3a70c239c8
parent91f1dc4f9424f6345f9c6ff00063b8d7c6008ca1
parse and enforce required constraints on #line directives.  Right now
we just discard them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62999 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
include/clang/Lex/Preprocessor.h
lib/Lex/PPDirectives.cpp
test/Preprocessor/line-directive.c [new file with mode: 0644]