]> granicus.if.org Git - clang/commit
Since the enum values for each arch's builtins overlap, it is not appropriate to...
authorNate Begeman <natebegeman@mac.com>
Tue, 8 Jun 2010 02:47:44 +0000 (02:47 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 8 Jun 2010 02:47:44 +0000 (02:47 +0000)
commit26a31428f130b66f61834d1b4d1cf72f590f70b9
tree0637249478dde33b81b798036faaa66e0d667471
parent0eb1d9733801764cd8b692c67e117e4feeecf013
Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs.  Fixes a problem where compiling for NEON would use x86 sema rules.

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