llvm-project/clang/lib/Parse
Eli Friedman e4310c8273 Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen
unless we start implementing command-line switches which override the default
calling convention, so the effect is mostly to silence unknown attribute
warnings.)

llvm-svn: 86571
2009-11-09 18:38:53 +00:00
..
AttributeList.cpp Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen 2009-11-09 18:38:53 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Parse C++0x constexpr. Test case follows when this does something useful. 2009-11-05 15:47:02 +00:00
ExtensionRAIIObject.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
MinimalAction.cpp Switch parsing of using declarations over to ParseUnqualifiedId. 2009-11-04 16:30:06 +00:00
ParseCXXInlineMethods.cpp Alter Action's friend interface to prepare for templated friend declarations and 2009-09-11 21:02:39 +00:00
ParseDecl.cpp Parse C++0x constexpr. Test case follows when this does something useful. 2009-11-05 15:47:02 +00:00
ParseDeclCXX.cpp add some fixit hints. 2009-11-06 06:40:12 +00:00
ParseExpr.cpp Remove a bunch of #if 0'd code made irrelevant by the latest ParseUnqualifiedId changes 2009-11-03 20:53:48 +00:00
ParseExprCXX.cpp Improve recovery when we fail to parse the operand of a C++ named cast. Fixes PR5210 2009-11-06 05:48:00 +00:00
ParseInit.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Add basic code completion support for ObjC messages. 2009-11-07 02:08:14 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp Reorganize the parsing of decl groups / function definitions so that 2009-11-03 19:26:08 +00:00
ParseTemplate.cpp Properly replace (cxxscope, template-id) annotation tokens with a 2009-11-04 18:18:19 +00:00
ParseTentative.cpp Parse C++0x constexpr. Test case follows when this does something useful. 2009-11-05 15:47:02 +00:00
Parser.cpp Change our basic strategy for avoiding deprecation warnings when the decl use 2009-11-04 02:18:39 +00:00