]> granicus.if.org Git - clang/commit
In C++, allow builtins to be referred to via qualified name lookup, e.g.,
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Feb 2010 05:48:04 +0000 (05:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Feb 2010 05:48:04 +0000 (05:48 +0000)
commit85910986c4ab01927c192aea86b2234fec568259
tree069f3a7f86b89ab269a248b515cbbd4e937c52fa
parent57071e29bdb65d21f72e221f2a16f24f6bea72f3
In C++, allow builtins to be referred to via qualified name lookup, e.g.,

  ::__builtin_va_copy

Fixes one of the Firefox issues in PR5511.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95966 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaLookup.cpp
test/SemaCXX/builtins.cpp