commit | 1a3c1e23ee60863103d2c8d087f685d729773684 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Dec 02 07:09:19 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Dec 02 07:09:19 2007 +0000 |
tree | 951b238ba836eba03ff31ab6a77b8de7e0f9de57 | |
parent | ca92981049e023498a449749013e491a67387d46 [diff] |
Handle global variable definitions which change the type of a definition, such as: extern int x[]; void foo() { x[0] = 1; } int x[10]; void bar() { x[0] = 1; } git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44509 91177308-0d34-0410-b5e6-96231b3b80d8