]> granicus.if.org Git - clang/commit
Add support for #pragma mark, which shouldn't warn about bogus tokens.
authorChris Lattner <sabre@nondot.org>
Wed, 19 Dec 2007 19:38:36 +0000 (19:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Dec 2007 19:38:36 +0000 (19:38 +0000)
commit2243449253475574fc6f14986ff8f7fce5d46799
treeb50a91f1f89144e9c0a812e2888a0aadf6bae6f5
parent63ea863d4715249551ab10ae207386ddc383419e
Add support for #pragma mark, which shouldn't warn about bogus tokens.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45212 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/Pragma.cpp
include/clang/Lex/Preprocessor.h
test/Lexer/pragma-mark.c [new file with mode: 0644]