llvm-project/clang/lib/Sema
Anders Carlsson 2f7e956f16 Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments.
llvm-svn: 80248
2009-08-27 16:01:18 +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 Make sure to compare primary declaration contexts when determining whether a declaration is in scope 2009-08-26 18:54:58 +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 Don't install Clang libraries. 2009-08-23 05:02:18 +00:00
ParseAST.cpp Fix build of clang with gcc-4.4: #include <cstdio> was missing. 2009-08-24 13:25:12 +00:00
Sema.cpp Add a RequireCompleteType variant that takes a PartialDiagnostic. The old RequireCompleteType now creates a PartialDiagnostic and calls the new function. 2009-08-26 22:33:56 +00:00
Sema.h Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments. 2009-08-27 16:01:18 +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 Bye-bye old RequireCompleteType. 2009-08-26 23:45:07 +00:00
SemaCXXScopeSpec.cpp Bye-bye old RequireCompleteType. 2009-08-26 23:45:07 +00:00
SemaChecking.cpp When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
SemaDecl.cpp Bye-bye old RequireCompleteType. 2009-08-26 23:45:07 +00:00
SemaDeclAttr.cpp Regularize the case and sort. 2009-08-26 22:31:08 +00:00
SemaDeclCXX.cpp Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments. 2009-08-27 16:01:18 +00:00
SemaDeclObjC.cpp Don't issue warning on multiple selector found when 2009-08-22 21:13:55 +00:00
SemaExpr.cpp Bye-bye old RequireCompleteType. 2009-08-26 23:45:07 +00:00
SemaExprCXX.cpp Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments. 2009-08-27 16:01:18 +00:00
SemaExprObjC.cpp Don't issue warning on multiple selector found when 2009-08-22 21:13:55 +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 BuildCXXConstructExpr now returns an OwningExprResult. 2009-08-25 05:12:04 +00:00
SemaLookup.cpp Improve support for out-of-line definitions of nested templates and 2009-08-25 22:51:20 +00:00
SemaOverload.cpp Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments. 2009-08-27 16:01:18 +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 Improve support for out-of-line definitions of nested templates and 2009-08-25 22:51:20 +00:00
SemaTemplateDeduction.cpp Clarify the difference between substitution and instantiation by renaming 2009-08-25 22:02:44 +00:00
SemaTemplateInstantiate.cpp Clarify the difference between substitution and instantiation by renaming 2009-08-25 22:02:44 +00:00
SemaTemplateInstantiateDecl.cpp Make sure to bump the reference count of the last element in the ParenListExpr representing the direct initializer of a declaration 2009-08-26 23:26:04 +00:00
SemaType.cpp Bye-bye old RequireCompleteType. 2009-08-26 23:45:07 +00:00
TreeTransform.h When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00