]> granicus.if.org Git - clang/commit
Fix handling of implicit int, resolving PR2012 and reverting (and
authorChris Lattner <sabre@nondot.org>
Sat, 5 Apr 2008 06:32:51 +0000 (06:32 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Apr 2008 06:32:51 +0000 (06:32 +0000)
commitd658b562e80d6ef7a1118e34ff12802c6e2fcced
tree702deb2a68acdb5c9cc32f9a39e1982b829c3764
parenta798ebc82627ea9cb7a00da07d2b60f9f2114f69
Fix handling of implicit int, resolving PR2012 and reverting (and
subsuming) my patch for PR1999.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49251 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/clang.cpp
include/clang/Basic/DiagnosticKinds.def
include/clang/Basic/LangOptions.h
include/clang/Parse/DeclSpec.h
lib/Parse/ParseDecl.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaType.cpp
test/Parser/declarators.c
test/Sema/c89.c
test/Sema/function.c