[cfe-commits] r104026 - in /cfe/trunk: include/clang/AST/Attr.h include/clang/AST/Type.h include/clang/Basic/TokenKinds.def include/clang/Parse/AttributeList.h lib/AST/AttrImpl.cpp lib/AST/Type.cpp lib/AST/TypePrinter.cpp lib/CodeGen/CGCall.cpp lib/Frontend/PCHReaderDecl.cpp lib/Parse/AttributeList.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseTentative.cpp lib/Sema/SemaDeclAttr.cpp lib/Sema/SemaType.cpp test/CodeGen/stdcall-fastcall.c
Douglas Gregor
dgregor at apple.com
Tue May 18 10:47:33 PDT 2010
On May 18, 2010, at 10:12 AM, Steven Watanabe wrote:
> AMDG
>
> Douglas Gregor wrote:
>> Modified:
>> cfe/trunk/include/clang/AST/Attr.h
>> cfe/trunk/include/clang/AST/Type.h
>> cfe/trunk/include/clang/Basic/TokenKinds.def
>> cfe/trunk/include/clang/Parse/AttributeList.h
>> cfe/trunk/lib/AST/AttrImpl.cpp
>> cfe/trunk/lib/AST/Type.cpp
>> cfe/trunk/lib/AST/TypePrinter.cpp
>> cfe/trunk/lib/CodeGen/CGCall.cpp
>> cfe/trunk/lib/Frontend/PCHReaderDecl.cpp
>> cfe/trunk/lib/Parse/AttributeList.cpp
>> cfe/trunk/lib/Parse/ParseDecl.cpp
>> cfe/trunk/lib/Parse/ParseTentative.cpp
>> cfe/trunk/lib/Sema/SemaDeclAttr.cpp
>> cfe/trunk/lib/Sema/SemaType.cpp
>> cfe/trunk/test/CodeGen/stdcall-fastcall.c
>>
>
> I also included a new file which needs to be svn added:
> cfe/trunk/test/CodeGen/microsoft-call-conv.c
Oops. Committed in r104037.
- Doug
More information about the cfe-commits
mailing list