]> granicus.if.org Git - clang/commit
Extend the builtin syntax to allow address-space qualifiers on pointers and
authorJohn McCall <rjmccall@apple.com>
Fri, 12 Mar 2010 04:21:28 +0000 (04:21 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 12 Mar 2010 04:21:28 +0000 (04:21 +0000)
commit187ab37a05b8f7015b9f39cc8cd9129a0c6d0b48
tree76540b8cd6b91373189b4d14759431ca2a6a1c76
parente3d67bcc7b89b335dbcd097a299658057ea31097
Extend the builtin syntax to allow address-space qualifiers on pointers and
references.  Based on a patch by Arnaud de Grandmaison!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98327 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Builtins.def
lib/AST/ASTContext.cpp