llvm-project/clang/lib/Sema
Zhongxing Xu fbcf1e2623 Rename: FindContext -> FindDeclVisibleInContext.
llvm-svn: 60574
2008-12-05 01:57:57 +00:00
..
CMakeLists.txt Fix cmake build, patch from Jjgod Jiang. 2008-11-11 08:29:24 +00:00
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Rename: FindContext -> FindDeclVisibleInContext. 2008-12-05 01:57:57 +00:00
IdentifierResolver.h Rename: FindContext -> FindDeclVisibleInContext. 2008-12-05 01:57:57 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
Sema.h change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
SemaDecl.cpp Initialize storage class even if we got an erroneous mutable 2008-12-01 22:46:22 +00:00
SemaDeclAttr.cpp Fix bug in attribute(nonnull) processing where not all of the parameter indices in nonnull(...) were actually processed. 2008-12-04 19:38:33 +00:00
SemaDeclCXX.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaDeclObjC.cpp Patch for diagnosing type mismatch between 2008-12-05 01:35:25 +00:00
SemaExpr.cpp change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
SemaExprCXX.cpp Code cleanup in new handling. 2008-12-04 22:20:51 +00:00
SemaExprObjC.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaInherit.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaNamedCast.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaOverload.cpp Add implicit conversions for Objective-C qualified ids, e.g., 2008-11-27 01:19:21 +00:00
SemaOverload.h Implement the rest of C++ [over.call.object], which permits the object 2008-11-19 22:57:39 +00:00
SemaStmt.cpp change getCurFunctionDecl to skip through Block contexts to find 2008-12-04 23:50:19 +00:00
SemaType.cpp Handle new by passing the Declaration to the Action, not a processed type. 2008-12-02 14:43:59 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00