hanchenye-llvm-project/clang/lib/Sema
Sebastian Redl 9c33e96813 Fix typo in index operator overloading.
llvm-svn: 60483
2008-12-03 16:32:40 +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 Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
IdentifierResolver.h Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +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 Rename Selector::getName() to Selector::getAsString(), and add 2008-11-24 03:33:13 +00:00
Sema.h More type-checking of setter/getter methods. This is still 2008-12-02 18:39:49 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaDecl.cpp Initialize storage class even if we got an erroneous mutable 2008-12-01 22:46:22 +00:00
SemaDeclAttr.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +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 More type-checking of setter/getter methods. This is still 2008-12-02 18:39:49 +00:00
SemaExpr.cpp Fix typo in index operator overloading. 2008-12-03 16:32:40 +00:00
SemaExprCXX.cpp Handle new by passing the Declaration to the Action, not a processed type. 2008-12-02 14:43:59 +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 Use VerifyIntegerConstantExpression for case values. 2008-12-01 02:13:02 +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