commit | 176ad79f5ab7eb0468b49a3d10d92b970226bdf8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Nov 27 21:21:35 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Nov 27 21:21:35 2007 +0000 |
tree | b49e9e0fdcf108ec88b796dbe90260ad84a99eba | |
parent | d9ffbc93542d27cf1b9eab4bce2e02944a3ef1ab [diff] |
Set loc earlier in CheckSingleInitializer to avoid emitting a diagnostic without a location. This produces: simpleTest.c:2:18: error: initializer element is not constant int *myPointer = &(myArray[2]); ^~~~~~~~~~~~~ instead of: error: initializer element is not constant git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44375 91177308-0d34-0410-b5e6-96231b3b80d8