clang-1/lib/Sema
Rafael Espindola f5fe2925b8 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121137 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-07 15:23:23 +00:00
..
AnalysisBasedWarnings.cpp Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical 2010-12-06 08:20:24 +00:00
AttributeList.cpp Add support for the common and nocommon attributes. 2010-12-02 02:45:55 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Refactoring of Diagnostic class. 2010-11-18 20:06:41 +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 Tie DefineVTablesUsed() in with recursive function instantiation so that we emit 2010-11-25 00:35:20 +00:00
SemaAccess.cpp Minor whitespace and comment fixes. No functionality change. 2010-11-28 22:53:37 +00:00
SemaAttr.cpp Make #pragma unused work for static local variables. 2010-11-09 14:57:47 +00:00
SemaCXXCast.cpp Although we currently have explicit lvalue-to-rvalue conversions, they're 2010-12-04 03:47:34 +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 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaCodeComplete.cpp More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: 2010-12-04 09:14:42 +00:00
SemaDecl.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaDeclAttr.cpp Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. 2010-12-07 15:23:23 +00:00
SemaDeclCXX.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaDeclObjC.cpp Improve diagnostics reporting of un-implemented 2010-10-29 23:20:05 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaExprCXX.cpp Kill FullExpr, as it was not, in fact, used anywhere in the code base. 2010-12-07 00:47:33 +00:00
SemaExprObjC.cpp Although we currently have explicit lvalue-to-rvalue conversions, they're 2010-12-04 03:47:34 +00:00
SemaInit.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaLookup.cpp Do not change the size of LookupResult::Filter based on the NDEBUG 2010-12-02 16:19:31 +00:00
SemaObjCProperty.cpp Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical 2010-12-06 08:20:24 +00:00
SemaOverload.cpp Objective-C pointer conversions to 'id' or qualified 'id' subsume 2010-12-06 22:09:19 +00:00
SemaStmt.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaTemplate.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaTemplateDeduction.cpp PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and 2010-12-07 08:25:34 +00:00
SemaTemplateInstantiate.cpp A bundle of whitespace changes, separated out from the functional changes. 2010-11-20 01:29:55 +00:00
SemaTemplateInstantiateDecl.cpp Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical 2010-12-06 08:20:24 +00:00
SemaType.cpp Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. 2010-11-22 10:30:56 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Type traits intrinsic implementation: __is_base_of(T, U) 2010-12-07 00:08:36 +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