]> granicus.if.org Git - clang/commit
Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserved keywo...
authorFrancois Pichet <pichet2000@gmail.com>
Fri, 7 Jan 2011 02:58:13 +0000 (02:58 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Fri, 7 Jan 2011 02:58:13 +0000 (02:58 +0000)
commit3cd47e7883dbfce73189b583850cea81e1d1d261
tree23df342c47f75e18ae709ec5f92dc198ce4883ea
parentd88687fc8b3b6e0bce1f7cb83d347ef009ab5480
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