llvm-project/clang/lib/Sema
Fariborz Jahanian 9a587b0111 Patch implements ranking conversions between member pointers [over.ics.rank]
llvm-svn: 84660
2009-10-20 20:04:46 +00:00
..
CMakeLists.txt Test exception spec compatibility on return type and parameters. 2009-10-11 09:03:14 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
CodeCompleteConsumer.cpp Minor tweaks for code-completion: 2009-10-09 22:16:47 +00:00
IdentifierResolver.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
IdentifierResolver.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
JumpDiagnostics.cpp 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
ParseAST.cpp Spell function pointer correctly. 2009-09-22 10:19:04 +00:00
Sema.cpp Implement PR5242: don't desugar a type more than once in a diagnostic. This 2009-10-20 05:36:05 +00:00
Sema.h Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaAccess.cpp Refactor the code that walks a C++ inheritance hierarchy, searching 2009-10-06 17:59:45 +00:00
SemaAttr.cpp Refactor the LookupResult API to simplify most common operations. Require users to 2009-10-09 21:13:30 +00:00
SemaCXXCast.cpp Set the cast kind to CK_NoOp for C-style casts that are really const casts. Fixes PR5248. 2009-10-19 18:14:28 +00:00
SemaCXXScopeSpec.cpp Unify our diagnostic printing for errors of the form, "we didn't like 2009-10-13 21:16:44 +00:00
SemaChecking.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaCodeComplete.cpp Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
SemaDecl.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaDeclAttr.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
SemaDeclCXX.cpp It's OK for a pure virtual function to override another pure virtual function. Fixes PR5222. 2009-10-18 19:34:08 +00:00
SemaDeclObjC.cpp Refactor the LookupResult API to simplify most common operations. Require users to 2009-10-09 21:13:30 +00:00
SemaExceptionSpec.cpp Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics. 2009-10-14 16:09:29 +00:00
SemaExpr.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaExprCXX.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaExprObjC.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaInit.cpp Remove the ConstantArrayType subtypes. This information is preserved in the 2009-10-16 00:14:28 +00:00
SemaLookup.cpp Qualified lookup through using declarations. Diagnose a new type of ambiguity. 2009-10-10 05:48:19 +00:00
SemaOverload.cpp Patch implements ranking conversions between member pointers [over.ics.rank] 2009-10-20 20:04:46 +00:00
SemaOverload.h Don't allow the same function to enter the overload candidate set 2009-09-28 04:47:19 +00:00
SemaStmt.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaTemplate.cpp Remove default argument for ImpCastExprToType. Add appropriate argument 2009-10-20 08:27:19 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Improve template argument deduction in the case where the parameter 2009-09-30 22:13:51 +00:00
SemaTemplateInstantiate.cpp Handle substitutions into the "first qualifier in scope" of a 2009-10-20 05:58:46 +00:00
SemaTemplateInstantiateDecl.cpp Make sure that we're diagnosing duplicate explicit instantiation definitions. 2009-10-15 18:07:02 +00:00
SemaType.cpp Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize 2009-10-18 01:05:36 +00:00
TreeTransform.h Handle substitutions into the "first qualifier in scope" of a 2009-10-20 05:58:46 +00:00