llvm-project/clang/lib/Sema
Douglas Gregor 706a6a9cbf Clean up an already-fixed FIXME
llvm-svn: 63975
2009-02-06 22:58:38 +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 Implement semantic analysis for the GNU flexible array initialization 2009-02-04 22:46:25 +00:00
Sema.h Semantic checking for class template declarations and 2009-02-06 22:42:48 +00:00
SemaCXXScopeSpec.cpp Some name-lookup-related fixes, from Piotr Rak! 2009-02-04 17:27:36 +00:00
SemaChecking.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
SemaDecl.cpp Clean up an already-fixed FIXME 2009-02-06 22:58:38 +00:00
SemaDeclAttr.cpp Some name-lookup-related fixes, from Piotr Rak! 2009-02-04 17:27:36 +00:00
SemaDeclCXX.cpp Basic representation of C++ class templates, from Andrew Sutton. 2009-02-04 19:02:06 +00:00
SemaDeclObjC.cpp Some name-lookup-related fixes, from Piotr Rak! 2009-02-04 17:27:36 +00:00
SemaExpr.cpp Move StringLiteral to allocate its internal string data using the allocator in 2009-02-06 19:55:15 +00:00
SemaExprCXX.cpp Fix our semantic analysis of 2009-02-04 15:01:18 +00:00
SemaExprObjC.cpp Move StringLiteral to allocate its internal string data using the allocator in 2009-02-06 19:55:15 +00:00
SemaInherit.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaInherit.h Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaInit.cpp Implement semantic analysis for the GNU flexible array initialization 2009-02-04 22:46:25 +00:00
SemaLookup.cpp Improvements and fixes for name lookup with using directives, from Piotr Rak! 2009-02-05 19:25:20 +00:00
SemaNamedCast.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
SemaOverload.cpp Remove some non-ASCII in comment. 2009-02-05 12:33:33 +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 Add support for blocks with explicit return types. 2009-02-04 22:31:32 +00:00
SemaTemplate.cpp Semantic checking for class template declarations and 2009-02-06 22:42:48 +00:00
SemaType.cpp Add support for blocks with explicit return types. 2009-02-04 22:31:32 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00