..
CMakeLists.txt
Try to make cmake happy
2010-01-10 13:06:34 +00:00
CXXFieldCollector.h
Unifies the name-lookup mechanisms used in various parts of the AST
2008-12-11 16:49:14 +00:00
CodeCompleteConsumer.cpp
Eliminate cursor kinds used to express definitions. Instead, provide
2010-01-19 19:34:47 +00:00
IdentifierResolver.cpp
Eliminate dead code.
2010-01-02 21:44:36 +00:00
IdentifierResolver.h
Eliminate dead code.
2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp
Silence some warnings produced by Clang, and add a missing header
2009-11-17 06:14:37 +00:00
Lookup.h
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
Makefile
-fno-rtti is now the default.
2010-01-24 20:43:31 +00:00
ParseAST.cpp
Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader
2009-12-01 21:57:20 +00:00
Sema.cpp
Move the diagnostic argument formatting function out of Sema and make
2010-02-09 22:26:47 +00:00
Sema.h
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
SemaAccess.cpp
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
SemaAttr.cpp
Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema:
2009-12-02 08:25:40 +00:00
SemaCXXCast.cpp
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
2010-02-11 01:04:33 +00:00
SemaCXXScopeSpec.cpp
When determining whether a scope specifier is complete, consider a
2010-02-05 04:39:02 +00:00
SemaChecking.cpp
Patch by Cristian Draghici:
2010-02-11 09:27:41 +00:00
SemaCodeComplete.cpp
Thread a source location into the template-argument deduction routines. There
2010-02-08 23:07:23 +00:00
SemaDecl.cpp
Remove use of 'std::string' from Attr objects, using instead a byte
2010-02-11 05:28:37 +00:00
SemaDeclAttr.cpp
Use the allocator associated with ASTContext to allocate the args
2010-02-11 07:31:47 +00:00
SemaDeclCXX.cpp
Remove another redundant ASTContext parameter
2010-02-11 01:30:34 +00:00
SemaDeclObjC.cpp
Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>.
2010-02-11 00:53:01 +00:00
SemaExceptionSpec.cpp
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
SemaExpr.cpp
Eliminate a bunch of unnecessary ASTContexts from members functions of
2010-02-11 01:19:42 +00:00
SemaExprCXX.cpp
Eliminate a bunch of unnecessary ASTContexts from members functions of
2010-02-11 01:19:42 +00:00
SemaExprObjC.cpp
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
2010-02-03 20:11:42 +00:00
SemaInit.cpp
Migrate the mish-mash of declaration checks in
2010-02-09 07:26:29 +00:00
SemaInit.h
Access checking for implicit user-defined conversions.
2010-02-01 03:16:54 +00:00
SemaLookup.cpp
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
SemaOverload.cpp
Improve access control diagnostics. Perform access control on member-pointer
2010-02-10 09:31:12 +00:00
SemaOverload.h
Thread a source location into the template-argument deduction routines. There
2010-02-08 23:07:23 +00:00
SemaStmt.cpp
Warn when cases are missing from a switch on a value of enumeration
2010-02-08 22:24:16 +00:00
SemaTemplate.cpp
Strip attributes and 'inline' off the "previous declaration" of a
2010-02-11 01:33:53 +00:00
SemaTemplate.h
Implement partial ordering of function template specializations
2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp
Thread a source location into the template-argument deduction routines. There
2010-02-08 23:07:23 +00:00
SemaTemplateInstantiate.cpp
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
2010-02-11 01:04:33 +00:00
SemaTemplateInstantiateDecl.cpp
Eliminate a bunch of unnecessary ASTContexts from members functions of
2010-02-11 01:19:42 +00:00
SemaType.cpp
Keep track of whether a tag was defined in a declarator vs. being
2010-02-08 22:07:33 +00:00
TargetAttributesSema.cpp
Fix a potential null-pointer use, and fix the style of my new function.
2010-02-10 23:26:12 +00:00
TargetAttributesSema.h
Generalize target weirdness handling having proper layering in mind:
2010-01-10 12:58:08 +00:00
TreeTransform.h
This doesn't seem to be used code as it didn't break any tests, but fix the
2010-02-08 06:42:49 +00:00