]> granicus.if.org Git - clang/commit
warn about long long when in c89 mode.
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 16:40:32 +0000 (16:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 16:40:32 +0000 (16:40 +0000)
commitb23deda7333cfc2316c989d10745c145dfbea6d6
tree5c104a95899196294584840c2f62ae69eff79dc3
parent4e6526b2de501f2bbc261fd8017c92c75bd8d8f7
warn about long long when in c89 mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41543 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaType.cpp
include/clang/Basic/DiagnosticKinds.def
test/Sema/c89.c