]> granicus.if.org Git - clang/commit
Adding in parsing and the start of semantic support for __sptr and __uptr pointer...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 22 May 2013 23:25:32 +0000 (23:25 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 22 May 2013 23:25:32 +0000 (23:25 +0000)
commitaa9df09729fb8aee3e645549e95fcb413306a7aa
tree954774a4a0c30968bdcb553ff235595f2af87812
parent9a84529ed075d8047bb93f278a9da5e417fd71f3
Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers.  This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes.

For more information about __sptr and __uptr, see MSDN: http://msdn.microsoft.com/en-us/library/aa983399.aspx

Patch reviewed by Richard Smith.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182535 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/Type.h
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TokenKinds.def
lib/AST/TypePrinter.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseTentative.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
test/Parser/MicrosoftExtensions.c
test/Sema/MicrosoftCompatibility.cpp
test/Sema/MicrosoftExtensions.c
test/Sema/attr-print.c