clang-1/lib/Sema
NAKAMURA Takumi 6e5658dc89 lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123791 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-19 00:11:41 +00:00
..
AnalysisBasedWarnings.cpp Teach UninitializedValuesV2 to implicitly reason about C++ 2011-01-18 21:18:58 +00:00
AttributeList.cpp Refactor how we collect attributes during parsing, and add slots for attributes 2010-12-24 02:08:15 +00:00
CMakeLists.txt Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. 2010-12-15 17:38:57 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. 2011-01-17 03:05:47 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Implement basic support for template instantiation of pack expansions 2010-12-20 22:05:00 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Convert "#pragma unused(...)" into tokens for the parser. 2011-01-17 18:58:44 +00:00
SemaCXXCast.cpp Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp Add semantic checking that the "thousands grouping" 2011-01-08 05:28:46 +00:00
SemaCodeComplete.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaDecl.cpp Added warning about invalid register specification for local variables. 2011-01-11 15:16:52 +00:00
SemaDeclAttr.cpp Refactor the application of type attributes so that attributes from 2011-01-05 12:14:39 +00:00
SemaDeclCXX.cpp Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
SemaDeclObjC.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64. 2011-01-19 00:11:41 +00:00
SemaExprCXX.cpp Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
SemaExprObjC.cpp Remove unused store to variable 'Name'. Found by clang static analyzer. 2011-01-14 22:31:34 +00:00
SemaInit.cpp Emit an extension diagnostic for C99 designated initializers that appear in C++ code 2011-01-16 16:13:16 +00:00
SemaLookup.cpp Replace the representation of template template argument pack 2011-01-05 18:58:31 +00:00
SemaObjCProperty.cpp Don't warn on missing 'copy' attribute on a 'block' 2011-01-05 23:00:04 +00:00
SemaOverload.cpp Add support for explicit constructor calls in Microsoft mode. 2011-01-18 05:04:39 +00:00
SemaStmt.cpp Refactor the application of type attributes so that attributes from 2011-01-05 12:14:39 +00:00
SemaTemplate.cpp Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
SemaTemplateDeduction.cpp Generalize some operations on qualifiers. QualType::getQualifiers() and 2011-01-18 07:41:22 +00:00
SemaTemplateInstantiate.cpp Introduce a new kind of TemplateName that captures a substituted 2011-01-15 06:45:20 +00:00
SemaTemplateInstantiateDecl.cpp Handle substitutions into function parameter packs whose patterns 2011-01-14 22:40:04 +00:00
SemaTemplateVariadic.cpp Teach PackExpansionExpr to keep track of the number of pack expansions 2011-01-14 21:20:45 +00:00
SemaType.cpp Keep track of the number of expansions to be produced from a type pack 2011-01-14 17:04:44 +00:00
TargetAttributesSema.cpp 1. Add some ABI information for the Microblaze. 2010-12-19 19:57:51 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and 2011-01-18 02:00:16 +00:00
TypeLocBuilder.h Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it 2010-12-02 00:05:49 +00:00