llvm-project/clang/lib/Parse
John McCall 064d77b7c2 Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds.
Make it an inner class of Parser to assuage access control.
No functionality change.

llvm-svn: 90491
2009-12-03 22:31:13 +00:00
..
AttributeList.cpp Parse C++ member check attributes - base_check, hiding, and override. 2009-11-25 04:20:27 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Improve parsing of template arguments to lay the foundation for 2009-11-10 19:49:08 +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 Implement C++ [basic.lookup.classref]p3, which states how the type 2009-11-20 22:03:38 +00:00
ParseCXXInlineMethods.cpp Have the parser tell sema whether a member declaration is a function definition. This allows sema to not emit spurious diagnostics in some invalid code. 2009-11-24 23:38:44 +00:00
ParseDecl.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
ParseDeclCXX.cpp Fix attribute between function decl ')' and '{' or '=0' 2009-11-25 22:58:06 +00:00
ParseExpr.cpp Introduce the notion of literal types, as specified in C++0x. 2009-12-03 00:13:20 +00:00
ParseExprCXX.cpp Introduce the notion of literal types, as specified in C++0x. 2009-12-03 00:13:20 +00:00
ParseInit.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds. 2009-12-03 22:31:13 +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 When the condition of a switch() statement is semantically invalid, 2009-11-25 06:20:02 +00:00
ParseTemplate.cpp Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
ParseTentative.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00
Parser.cpp Added rudimentary C++0x attribute support. 2009-11-21 08:43:09 +00:00