]> granicus.if.org Git - clang/commit
Fix a goof in my previous patch -- not all of the builtins return a value, some
authorChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jul 2010 20:54:12 +0000 (20:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 18 Jul 2010 20:54:12 +0000 (20:54 +0000)
commit8d13d221cf7c1657404c611efaadf3ac19d899b3
treee689678a618ca5be5bd1d5d0399c5145e89b7c56
parentc00cb6409307846a9bbcd86d307a1a91aab659d0
Fix a goof in my previous patch -- not all of the builtins return a value, some
fixed return types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108657 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/CodeGen/atomic.c