clang-1/lib/Sema
Chris Lattner 8edea83d4d compared to the rest of the code in Sema::GetStdNamespace(),
looking up the "std" identifier is trivial.  Just do it, particularly
since this is only done if the namespace hasn't already been looked up.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59710 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-20 05:45:14 +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 compared to the rest of the code in Sema::GetStdNamespace(), 2008-11-20 05:45:14 +00:00
Sema.h compared to the rest of the code in Sema::GetStdNamespace(), 2008-11-20 05:45:14 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDecl.cpp compared to the rest of the code in Sema::GetStdNamespace(), 2008-11-20 05:45:14 +00:00
SemaDeclAttr.cpp Rename IdentifierInfo::isName to ::isStr. Use a nifty trick 2008-11-20 04:42:34 +00:00
SemaDeclCXX.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaDeclObjC.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaExpr.cpp instead of looking up super at startup time, 2008-11-20 05:35:30 +00:00
SemaExprCXX.cpp Some tweaks suggested by Argiris 2008-11-19 19:09:45 +00:00
SemaExprObjC.cpp instead of looking up super at startup time, 2008-11-20 05:35:30 +00:00
SemaInherit.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaNamedCast.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaOverload.cpp Implement the rest of C++ [over.call.object], which permits the object 2008-11-19 22:57:39 +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 stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaType.cpp remove one more old-style Diag method. 2008-11-19 05:27:50 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00