commit | 35d276f443462249b436951c1c663820569e1768 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 27 18:53:28 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 27 18:53:28 2009 +0000 |
tree | 5d1d33f6b2cd5d888a53bab6bca480db1a370762 | |
parent | e64c5491d0097b280eb553696ee9c0d8fa139f82 [diff] |
upgrade various 'implicit int' warnings from an ext-warn to warning when not in C89 mode. This makes it enabled by default instead of only enabled with -pedantic. Clang defaults to c99 mode, so people will see this more often than with GCC, but they can always use -std=c89 if they really want c89. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65647 91177308-0d34-0410-b5e6-96231b3b80d8