llvm-project/clang/lib/Sema
Steve Naroff 5ee2c02ac6 Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
llvm-svn: 64318
2009-02-11 20:05:44 +00:00
..
CMakeLists.txt Refactor name lookup. 2009-01-14 22:20:51 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
IdentifierResolver.h Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. 2009-01-28 04:29:29 +00:00
Sema.cpp Overhaul of Stmt allocation: 2009-02-07 01:47:29 +00:00
Sema.h Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. 2009-02-11 20:05:44 +00:00
SemaCXXScopeSpec.cpp Some name-lookup-related fixes, from Piotr Rak! 2009-02-04 17:27:36 +00:00
SemaChecking.cpp Overhaul of Stmt allocation: 2009-02-07 01:47:29 +00:00
SemaDecl.cpp Implement Declarator::getSourceRange(). 2009-02-09 18:23:29 +00:00
SemaDeclAttr.cpp Improve Sema of the cleanup attribute somewhat. 2009-02-07 23:16:50 +00:00
SemaDeclCXX.cpp Make Sema::getTypeName return the opaque pointer of a QualType rather 2009-02-09 15:09:02 +00:00
SemaDeclObjC.cpp Some name-lookup-related fixes, from Piotr Rak! 2009-02-04 17:27:36 +00:00
SemaExpr.cpp Rudimentary checking of template arguments against their corresponding 2009-02-09 23:23:08 +00:00
SemaExprCXX.cpp Update new expression to make use of Declarator::getSourceRange(). 2009-02-09 18:24:27 +00:00
SemaExprObjC.cpp Overhaul of Stmt allocation: 2009-02-07 01:47:29 +00:00
SemaInherit.cpp Move CheckPointerToMemberOperands to SemaExprCXX.cpp 2009-02-07 20:10:22 +00:00
SemaInherit.h Implement dereferencing of pointers-to-member. 2009-02-07 00:15:38 +00:00
SemaInit.cpp When handling "the rest" of a designated array subobject, maybe sure 2009-02-09 19:45:19 +00:00
SemaLookup.cpp Implement dereferencing of pointers-to-member. 2009-02-07 00:15:38 +00:00
SemaNamedCast.cpp Overhaul of Stmt allocation: 2009-02-07 01:47:29 +00:00
SemaOverload.cpp Add semantic checking for template arguments that correspond to 2009-02-11 01:18:59 +00:00
SemaOverload.h Add support for calls to overloaded member functions. Things to note: 2008-12-22 05:46:06 +00:00
SemaStmt.cpp Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. 2009-02-11 20:05:44 +00:00
SemaTemplate.cpp Finished semantic analysis of non-type template arguments, to check 2009-02-11 19:52:55 +00:00
SemaType.cpp Rename Sema::hasSameType to QualType::isSameAs 2009-02-11 16:47:37 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00