Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserved keywo...
commit79a9bdb11a5f675842d120cfc3a237e7a6ba0ae1
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 7 Jan 2011 02:58:13 +0000 (7 02:58 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 7 Jan 2011 02:58:13 +0000 (7 02:58 +0000)
tree23df342c47f75e18ae709ec5f92dc198ce4883ea
parent7e48ff38ac9747aee8141122e6563c0bbd5aff23
Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserved keywords at least on MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122991 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/TypePrinter.cpp