llvm-project/clang/lib/Sema
Alisdair Meredith a9ad47d94c Basic support for C++0x unicode types. Support for literals will follow in an incremental patch
llvm-svn: 75622
2009-07-14 06:30:34 +00:00
..
CMakeLists.txt When performing template argument deduction, ensure that multiple 2009-06-04 00:03:07 +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 Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
IdentifierResolver.h Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
JumpDiagnostics.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
ParseAST.cpp Lazy deserialization of the declaration chains associated with 2009-04-21 22:25:48 +00:00
Sema.cpp This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
Sema.h Pass the right brace SourceLocation from the Parser to the TagDecls. 2009-07-14 03:17:52 +00:00
SemaAccess.cpp Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs. 2009-05-13 21:11:42 +00:00
SemaAttr.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaCXXScopeSpec.cpp Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorContext. 2009-06-17 23:15:40 +00:00
SemaChecking.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaDecl.cpp Fixes for a couple of things: 2009-07-14 03:18:53 +00:00
SemaDeclAttr.cpp This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
SemaDeclCXX.cpp Patch to build list of inherited virtual base classes 2009-07-10 20:13:23 +00:00
SemaDeclObjC.cpp This patch includes a conceptually simple, but very intrusive/pervasive change. 2009-07-10 23:34:53 +00:00
SemaExpr.cpp Remove superfluous call to getAsPointerType()... 2009-07-13 21:32:29 +00:00
SemaExprCXX.cpp Remove some unused code from an experiment that I didn't like. 2009-07-10 23:48:10 +00:00
SemaExprObjC.cpp Fix 5 issues from Chris's feedback on http://llvm.org/viewvc/llvm-project?view=rev&revision=75314. 2009-07-13 17:19:15 +00:00
SemaInherit.cpp De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
SemaInherit.h Add a member lookup criteria constructor for searching for overridden virtual member functions. Use this instead of regular name lookup when checking for overriding functions so we will see declarations that would otherwise be hidden. Fixes 6902298. 2009-05-30 00:52:53 +00:00
SemaInit.cpp Extra vector element initializers in OpenCL is an error, not a warning. 2009-07-07 21:53:06 +00:00
SemaLookup.cpp Fix a corner case with argument-dependent lookup and overloaded function sets. 2009-07-08 10:57:20 +00:00
SemaNamedCast.cpp Reflow some comments. 2009-05-16 07:39:55 +00:00
SemaOverload.cpp Basic support for C++0x unicode types. Support for literals will follow in an incremental patch 2009-07-14 06:30:34 +00:00
SemaOverload.h Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. 2009-04-16 17:51:27 +00:00
SemaStmt.cpp Remove the ASTContext parameter from the attribute-related methods of Decl. 2009-06-30 02:34:44 +00:00
SemaTemplate.cpp Cope with explicitly-specified function template arguments when there 2009-07-01 00:28:38 +00:00
SemaTemplateDeduction.cpp Implement template argument deduction when taking the address of a 2009-07-08 20:55:45 +00:00
SemaTemplateInstantiate.cpp Keep track of the Expr used to describe the size of an array type, 2009-07-06 15:59:29 +00:00
SemaTemplateInstantiateDecl.cpp Keep track of more information within the template instantiation stack, e.g., 2009-07-01 22:01:06 +00:00
SemaTemplateInstantiateExpr.cpp Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. 2009-07-09 00:05:08 +00:00
SemaTemplateInstantiateStmt.cpp Rework the way we track which declarations are "used" during 2009-06-22 20:57:11 +00:00
SemaType.cpp Basic support for C++0x unicode types. Support for literals will follow in an incremental patch 2009-07-14 06:30:34 +00:00