Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding in parsing and the start of semantic support for __sptr and __uptr ↵ | Aaron Ballman | 2013-05-22 | 1 | -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 Smith | 2013-04-30 | 1 | -0/+4 |
llvm-svn: 180822 |