clang-1/lib/Sema
Daniel Dunbar c6cb77f1e5 Fix regression in comparison of qualified id; == operator was being
created with LHS and RHS whose types didn't match.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58049 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-23 23:30:52 +00:00
..
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Preliminary support for function overloading 2008-10-21 16:13:35 +00:00
IdentifierResolver.h Make IdentifierResolver::isDeclInScope regard declarations of a parent 'control' scope as part of the current scope. 2008-09-09 21:57:58 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Add --disable-free flag to clang. 2008-10-16 16:54:18 +00:00
Sema.cpp Add Sema implementation of #pragma pack stack. 2008-10-14 05:35:18 +00:00
Sema.h Add support for conversions from a pointer-to-derived to a 2008-10-23 00:40:37 +00:00
SemaChecking.cpp Add support for format string checking of object-size checking 2008-10-02 18:44:07 +00:00
SemaDecl.cpp Restrict creation of OverloadedFunctionDecl only to C++ (it was getting used for invalid redeclarations on C). 2008-10-22 23:08:24 +00:00
SemaDeclAttr.cpp Improve attribute parsing & tests. 2008-10-19 02:04:16 +00:00
SemaDeclCXX.cpp Clean up and document the representation of C++ base classes 2008-10-23 18:13:27 +00:00
SemaDeclObjC.cpp Fix typo. 2008-10-21 10:50:19 +00:00
SemaExpr.cpp Fix regression in comparison of qualified id; == operator was being 2008-10-23 23:30:52 +00:00
SemaExprCXX.cpp Use getCustomDiagID() instead of specifying the diagnostic in the 'DiagnosticKinds.def' file. 2008-10-06 23:16:35 +00:00
SemaExprObjC.cpp Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. 2008-09-30 14:38:43 +00:00
SemaInherit.cpp Clean up and document the representation of C++ base classes 2008-10-23 18:13:27 +00:00
SemaInit.cpp Support initialization of incomplete array with zero size (as 2008-08-18 20:28:46 +00:00
SemaOverload.cpp Add support for conversions from a pointer-to-derived to a 2008-10-23 00:40:37 +00:00
SemaOverload.h Add support for conversions from a pointer-to-derived to a 2008-10-23 00:40:37 +00:00
SemaStmt.cpp Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDecl*. 2008-10-07 23:09:49 +00:00
SemaType.cpp Implement ranking of standard conversion sequences by their qualification 2008-10-22 14:17:15 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00