]> granicus.if.org Git - clang/commit
When building source location information for an _Atomic type, be sure
authorDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 18:45:17 +0000 (18:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 18:45:17 +0000 (18:45 +0000)
commit43fe245b37c3cd36d837aab9eb98551328d30141
treeb205a3a1e22ff80868fb4ed45f93fd7184901dde
parent5c340e803ed2e384ff47f3e560df253515c92e1e
When building source location information for an _Atomic type, be sure
to fill in the source locations for the underlying value type. Fixes
an intermittent crasher (due to uninitialized data) in the PCH test
for _Atomic types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141512 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp