llvm-project/clang/lib/Sema
Chris Lattner 7b26b29351 simplify Sema::AddInstanceMethodToGlobalPool, no functionality change.
llvm-svn: 66016
2009-03-04 05:16:45 +00:00
..
CMakeLists.txt Implement the basic approach for instantiating types, with a lot of FIXME'd 2009-02-27 19:31:52 +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 Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +00:00
IdentifierResolver.h Rework the way we find locally-scoped external declarations when we 2009-03-02 00:19:53 +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 Fix <rdar://problem/6451399> problems with labels and blocks. 2009-02-28 16:48:43 +00:00
Sema.h Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +00:00
SemaAttr.cpp Make PragmaPackStack be a private class in SemaAttr and make its 2009-02-17 01:09:29 +00:00
SemaCXXScopeSpec.cpp Implement parsing of nested-name-specifiers that involve template-ids, e.g., 2009-02-25 19:37:18 +00:00
SemaChecking.cpp When checking printf-arguments for functions with '__attribute__ ((format (printf, X, Y)))' 2009-02-27 17:58:43 +00:00
SemaDecl.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaDeclAttr.cpp PR3691: Add support for complex modes. I also tossed in support for XF 2009-03-03 06:41:03 +00:00
SemaDeclCXX.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaDeclObjC.cpp simplify Sema::AddInstanceMethodToGlobalPool, no functionality change. 2009-03-04 05:16:45 +00:00
SemaExpr.cpp Check of ivar access access control. 2009-03-03 01:21:12 +00:00
SemaExprCXX.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaExprObjC.cpp Implement an important missing warning when a selector 2009-03-03 22:19:15 +00:00
SemaInherit.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInherit.h Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaInit.cpp Fix PR3509 by providing correct starting locations for initializer lists 2009-03-01 17:12:46 +00:00
SemaLookup.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaNamedCast.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.cpp Eliminate CXXRecordType 2009-02-28 01:32:25 +00:00
SemaOverload.h Introduce _Complex conversions into the function overloading 2009-02-12 00:15:05 +00:00
SemaStmt.cpp Change Parser::ParseCaseStatement to use an iterative approach to parsing 2009-03-04 04:23:07 +00:00
SemaTemplate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaTemplateInstantiate.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00
SemaType.cpp Implement the basics of implicit instantiation of class templates, in 2009-03-03 04:44:36 +00:00