summaryrefslogtreecommitdiff
path: root/clang/test/Sema/MicrosoftCompatibility.cpp
AgeCommit message (Expand)Author
2025-01-31Allow 'inline' on some declarations in MS compatibility mode (#125250)Aaron Ballman
2013-05-22Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith