From 47f5209a80c7c75592e87eb296d2b51e03208ae0 Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Tue, 6 Jan 2009 19:34:12 +0000 Subject: Another tweak to handle the MS extensions (). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61821 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Parse/ParseTentative.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Parse/ParseTentative.cpp') diff --git a/lib/Parse/ParseTentative.cpp b/lib/Parse/ParseTentative.cpp index 11df2f45ce..a7c3e38931 100644 --- a/lib/Parse/ParseTentative.cpp +++ b/lib/Parse/ParseTentative.cpp @@ -626,6 +626,7 @@ Parser::TPResult Parser::isCXXDeclarationSpecifier() { return TPResult::True(); // Microsoft + case tok::kw___declspec: case tok::kw___cdecl: case tok::kw___stdcall: case tok::kw___fastcall: -- cgit v1.2.3-18-g5258