hanchenye-llvm-project/clang/lib/Sema
Chandler Carruth a62d8a50e2 Remove a stale comment, it no longer applied after my cleanups.
Also fix several misspellings in my comments. I cannot spell, and cannot
even be trusted to ask my editor how to spell apparently.

llvm-svn: 130662
2011-05-01 19:18:02 +00:00
..
AnalysisBasedWarnings.cpp Simplify the tracking of when to issue a fixit hint, making the helper 2011-04-05 18:27:05 +00:00
AttributeList.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
CMakeLists.txt Teach DelayedDiagnostic to copy its string, rather than hope that the 2011-03-23 15:13:44 +00:00
CodeCompleteConsumer.cpp Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00
DeclSpec.cpp Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +00:00
DelayedDiagnostic.cpp Teach DelayedDiagnostic to copy its string, rather than hope that the 2011-03-23 15:13:44 +00:00
IdentifierResolver.cpp Fix the insertion of label declarations into the identifier chain in 2011-03-24 10:35:39 +00:00
JumpDiagnostics.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
Makefile
Sema.cpp Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
SemaAccess.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
SemaAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaCXXCast.cpp Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
SemaCXXScopeSpec.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
SemaChecking.cpp Relax the non-POD memset warning to use the less restrictive C++11 2011-04-29 09:46:08 +00:00
SemaCodeComplete.cpp When providing code completions of ivar names for a property 2011-04-18 14:40:46 +00:00
SemaDecl.cpp Extend Sema::ClassifyName() to support C++, ironing out a few issues 2011-04-27 04:48:22 +00:00
SemaDeclAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaDeclCXX.cpp Fully implement delegating constructors! 2011-05-01 07:04:31 +00:00
SemaDeclObjC.cpp Improve the documentation for the two ObjCDeclQualifiers so that I 2011-05-01 03:04:29 +00:00
SemaExceptionSpec.cpp For consistency, change suffix from war_ to warn_ for some Microsoft warnings I introduced lately. 2011-04-22 08:25:24 +00:00
SemaExpr.cpp Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. 2011-04-29 08:19:30 +00:00
SemaExprCXX.cpp Remove a stale comment, it no longer applied after my cleanups. 2011-05-01 19:18:02 +00:00
SemaExprObjC.cpp "note" location of forward class used as receiver of 2011-04-23 17:27:19 +00:00
SemaInit.cpp Fully implement delegating constructors! 2011-05-01 07:04:31 +00:00
SemaLookup.cpp Like the coding standards say, do not use "using namespace std". 2011-04-23 09:06:00 +00:00
SemaObjCProperty.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
SemaOverload.cpp When determining whether two types are reference-compatible, check 2011-04-28 17:56:11 +00:00
SemaStmt.cpp Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00
SemaTemplate.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
SemaTemplateDeduction.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
SemaTemplateInstantiate.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
SemaTemplateInstantiateDecl.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
SemaTemplateVariadic.cpp Switch the interface name for both TemplateTypeParmType and 2011-05-01 01:05:51 +00:00
SemaType.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
TargetAttributesSema.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
TargetAttributesSema.h
TreeTransform.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00
TypeLocBuilder.h Remove crash recovery cleanups from TypeLocBuilder. They were a bit error prone, only hit in rare cases. 2011-03-22 01:15:21 +00:00