llvm-project/clang/Parse
Nate Begeman 0a6192cfb8 Add fastcall/stdcall attribute support
Generate CallingConv::Fast when fastcall attribute is present

llvm-svn: 48017
2008-03-07 20:04:22 +00:00
..
AttributeList.cpp Add fastcall/stdcall attribute support 2008-03-07 20:04:22 +00:00
DeclSpec.cpp Remove DeclSpec::Invalid, a recently added bool that allowed the parser to detect if the decl spec was invalid. 2008-02-14 03:30:24 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
MinimalAction.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
ParseDecl.cpp convert tabs to spaces, patch by Mike Stump! 2008-02-25 21:04:36 +00:00
ParseDeclCXX.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00
ParseExpr.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
ParseExprCXX.cpp add parsing, ast building and pretty printing support for C++ throw expressions. 2008-02-26 00:51:44 +00:00
ParseInit.cpp Add support for dispatching an objc message to a variable 2008-01-25 19:43:26 +00:00
ParseObjc.cpp Fix http://llvm.org/bugs/show_bug.cgi?id=2106. 2008-02-29 21:48:07 +00:00
ParseStmt.cpp Several cleanups surrounding Parser::ParseAsmStatement() and Parser::FuzzyParseMicrosoftAsmStatement(). 2008-02-11 23:15:56 +00:00
Parser.cpp A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987. 2008-02-14 02:58:32 +00:00