hanchenye-llvm-project/clang/lib/Sema
Fariborz Jahanian e7167c28f6 Removed a FIXME. Added a test case for anonymous category.
llvm-svn: 60115
2008-11-26 20:33:54 +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 Set default property attributes on each property. 2008-11-26 20:01:34 +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 Remove some bad characters from comment. 2008-11-24 20:06:50 +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 Removed a FIXME. Added a test case for anonymous category. 2008-11-26 20:33:54 +00:00
SemaExpr.cpp Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers 2008-11-26 06:43:45 +00:00
SemaExprCXX.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +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 Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler 2008-11-26 06:01:48 +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 a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaType.cpp Change a whole lot of diagnostics to take QualType's directly 2008-11-24 06:25:27 +00:00
SemaUtil.h