summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/MicrosoftCompatibility.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adding in parsing and the start of semantic support for __sptr and __uptr ↵Aaron Ballman2013-05-221-0/+6
| | | | | | | | | | 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. llvm-svn: 182535
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-301-0/+4
llvm-svn: 180822
OpenPOWER on IntegriCloud