llvm-project/clang/lib/Sema
Anders Carlsson 0a7c01ff2b Check that the function being overridden is virtual.
llvm-svn: 71802
2009-05-14 22:15:41 +00:00
..
CMakeLists.txt move jump scope checking and related code out into its own file, SemaDecl.cpp is 2009-04-19 04:46:21 +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 Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. 2009-04-27 20:27:31 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
Sema.cpp Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts 2009-05-14 21:44:34 +00:00
Sema.h Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts 2009-05-14 21:44:34 +00:00
SemaAccess.cpp Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs. 2009-05-13 21:11:42 +00:00
SemaAttr.cpp Deallocate 'DeclRefExpr's in correctly formed '#pragma unused' 2009-03-23 22:50:47 +00:00
SemaCXXScopeSpec.cpp Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
SemaChecking.cpp Fix <rdar://problem/6880975> [format string] Assertion failed: (Arg < NumArgs && "Arg access out of range!"). 2009-05-13 16:06:05 +00:00
SemaDecl.cpp Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
SemaDeclAttr.cpp updated comments. 2009-05-14 20:57:28 +00:00
SemaDeclCXX.cpp Better diagnostics for covariance when checking overriding return types. 2009-05-14 19:52:19 +00:00
SemaDeclObjC.cpp Method attributes may only be specified on method 2009-05-12 21:36:23 +00:00
SemaExpr.cpp Adds recognition of sentinel attribute on block declarations. 2009-05-14 20:53:39 +00:00
SemaExprCXX.cpp When there are any member new operators, global versions aren't looked up at all. 2009-05-14 18:11:41 +00:00
SemaExprObjC.cpp Some early declarations to support sentinel attribute on 2009-05-13 18:09:35 +00:00
SemaInherit.cpp Use an iterator type for found_decls_begin/found_decls_end. 2009-05-13 21:22:06 +00:00
SemaInherit.h Use an iterator type for found_decls_begin/found_decls_end. 2009-05-13 21:22:06 +00:00
SemaInit.cpp Replace more release+static_cast with takeAs. 2009-05-01 19:49:17 +00:00
SemaLookup.cpp Implement the notions of the "current instantiation" and "unknown 2009-05-11 19:58:34 +00:00
SemaNamedCast.cpp Implement C++0x nullptr. 2009-05-10 18:38:11 +00:00
SemaOverload.cpp Implement C++0x nullptr. 2009-05-10 18:38:11 +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 allow references to the larger value in a tied constraint 2009-05-03 08:32:32 +00:00
SemaTemplate.cpp In C++, warn when something previously declared as a "struct" is later 2009-05-14 16:41:31 +00:00
SemaTemplateInstantiate.cpp Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
SemaTemplateInstantiateDecl.cpp Check that the function being overridden is virtual. 2009-05-14 22:15:41 +00:00
SemaTemplateInstantiateExpr.cpp Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts 2009-05-14 21:44:34 +00:00
SemaType.cpp reject use of the GNU _Decimal32 extension with a diagnostic, not an abort. 2009-05-13 05:02:08 +00:00