llvm-project/clang/lib/Sema
Sanjiv Gupta b841d1baa1 Issue an error if the user specifies parameters in a function marked as ISR.
llvm-svn: 79544
2009-08-20 17:48:52 +00:00
..
CMakeLists.txt Refactor the instantiation of statements into a generic tree 2009-08-20 07:17:43 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
IdentifierResolver.h Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
JumpDiagnostics.cpp enhance the goto checker to reject jumps across __block variable definitions. 2009-07-19 20:17:11 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp PR3679 - enable #pragma weak aliasing. 2009-07-31 02:52:19 +00:00
Sema.cpp Initial patch to support definitions of id and Class from headers in Objective-C code. 2009-08-17 16:35:33 +00:00
Sema.h Refactor the instantiation of statements into a generic tree 2009-08-20 07:17:43 +00:00
SemaAccess.cpp Enhance testing of overriding exception specs for inaccessible base exceptions. 2009-07-18 14:32:15 +00:00
SemaAttr.cpp Per advice that Doug Gregor gave me several months ago, clean up the 2009-08-03 23:24:57 +00:00
SemaCXXCast.cpp Use Sema's LocInfoType to pass and preserve type source info through the Parser. 2009-08-19 01:28:28 +00:00
SemaCXXScopeSpec.cpp Use Sema's LocInfoType to pass and preserve type source info through the Parser. 2009-08-19 01:28:28 +00:00
SemaChecking.cpp Initial patch to support definitions of id and Class from headers in Objective-C code. 2009-08-17 16:35:33 +00:00
SemaDecl.cpp Issue an error if the user specifies parameters in a function marked as ISR. 2009-08-20 17:48:52 +00:00
SemaDeclAttr.cpp Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_returns_retained' to present the range of the attribute and have the diagnostic location be the declaration that the attribute was falsely attached to. This solves the problem where these diagnostics were being suppressed when these attributes were wrapped in a macro that was defined in a system header. 2009-08-19 23:56:48 +00:00
SemaDeclCXX.cpp Add syntax examples for the friend declaration types. 2009-08-20 07:19:42 +00:00
SemaDeclObjC.cpp Use Sema's LocInfoType to pass and preserve type source info through the Parser. 2009-08-19 01:28:28 +00:00
SemaExpr.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
SemaExprCXX.cpp Use Sema's LocInfoType to pass and preserve type source info through the Parser. 2009-08-19 01:28:28 +00:00
SemaExprObjC.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
SemaInherit.cpp Canonicalize else. 2009-08-04 21:02:39 +00:00
SemaInherit.h Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. 2009-05-30 00:52:53 +00:00
SemaInit.cpp AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and create the CXXExprWithTemporaries before setting the initializer on the VarDecl. 2009-08-16 05:13:48 +00:00
SemaLookup.cpp Argument-dependent lookup for friend declarations. Add a new decl type, 2009-08-11 06:59:38 +00:00
SemaOverload.cpp Make integer promotions work correctly on PIC16 and other platforms 2009-08-19 07:44:53 +00:00
SemaOverload.h Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +00:00
SemaStmt.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
SemaTemplate.cpp Use Sema's LocInfoType to pass and preserve type source info through the Parser. 2009-08-19 01:28:28 +00:00
SemaTemplateDeduction.cpp Get rid of Stmt::Clone now that we can reference count statements instead. 2009-08-08 02:50:17 +00:00
SemaTemplateInstantiate.cpp Refactor the instantiation of statements into a generic tree 2009-08-20 07:17:43 +00:00
SemaTemplateInstantiateDecl.cpp Basic nested-template implementation. 2009-08-20 01:44:21 +00:00
SemaType.cpp Make integer promotions work correctly on PIC16 and other platforms 2009-08-19 07:44:53 +00:00
TreeTransform.h Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00