llvm-project/clang/lib/Sema
Rafael Espindola 6f0a14f9ab revert r99174. It caused PR6677. Will try to debug why tonight.
llvm-svn: 99188
2010-03-22 18:10:25 +00:00
..
AnalysisBasedWarnings.cpp Don't bother running the analysis for CFG-based warnings if the 2010-03-20 21:11:09 +00:00
AnalysisBasedWarnings.h Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. 2010-03-20 21:06:02 +00:00
CMakeLists.txt Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. 2010-03-20 21:06:02 +00:00
CXXFieldCollector.h ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not 2010-03-17 19:25:57 +00:00
CodeCompleteConsumer.cpp Remove unused headers. 2010-03-08 11:29:03 +00:00
IdentifierResolver.cpp Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver. 2010-02-15 19:38:00 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers 2010-03-08 02:49:08 +00:00
Lookup.h Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
ParseAST.cpp Entering the main source file in the preprocessor can fail if the 2010-03-17 15:44:30 +00:00
Sema.cpp Remove the capture, serialization, and deserialization of comment 2010-03-19 22:13:20 +00:00
Sema.h -Wshadow should only warn about parameter declarations when we're 2010-03-22 09:20:08 +00:00
SemaAccess.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +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 Perform access control for the implicit base and member destructor calls 2010-03-16 05:22:47 +00:00
SemaCXXScopeSpec.cpp Create a new InjectedClassNameType to represent bare-word references to the 2010-03-10 03:28:59 +00:00
SemaChecking.cpp Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. 2010-03-20 21:06:02 +00:00
SemaCodeComplete.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaDecl.cpp -Wshadow should only warn about parameter declarations when we're 2010-03-22 09:20:08 +00:00
SemaDeclAttr.cpp Perform access control for the implicit base and member destructor calls 2010-03-16 05:22:47 +00:00
SemaDeclCXX.cpp revert r99174. It caused PR6677. Will try to debug why tonight. 2010-03-22 18:10:25 +00:00
SemaDeclObjC.cpp Split Sema logic for ObjC @property and @synthesize into 2010-03-12 00:38:38 +00:00
SemaExceptionSpec.cpp Perform access control for the implicit base and member destructor calls 2010-03-16 05:22:47 +00:00
SemaExpr.cpp -Wshadow should only warn about parameter declarations when we're 2010-03-22 09:20:08 +00:00
SemaExprCXX.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaExprObjC.cpp Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. 2010-03-15 10:54:44 +00:00
SemaInit.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaInit.h Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaLookup.cpp When elevating access along an inheritance path, initialize the computed 2010-03-18 23:49:19 +00:00
SemaObjCProperty.cpp Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). 2010-03-18 01:22:36 +00:00
SemaOverload.cpp Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaOverload.h Remember the "found declaration" for an overload candidate, which is the 2010-03-19 07:35:19 +00:00
SemaStmt.cpp Improve the unused-value check to look into comma expressions and filter out 2010-03-12 07:11:26 +00:00
SemaTemplate.cpp revert r99174. It caused PR6677. Will try to debug why tonight. 2010-03-22 18:10:25 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Create a new InjectedClassNameType to represent bare-word references to the 2010-03-10 03:28:59 +00:00
SemaTemplateInstantiate.cpp Preserve the inherited-default-argument bit through instantiation. 2010-03-12 20:02:47 +00:00
SemaTemplateInstantiateDecl.cpp Remember declaration scope qualifiers in the AST. Imposes no memory overhead 2010-03-15 10:12:16 +00:00
SemaType.cpp Fix PR6618. 2010-03-21 22:56:43 +00:00
TargetAttributesSema.cpp Don't emit a warning about a dllimport attribute being used in a typedef 2010-02-21 05:12:56 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Fix a self-host problem caused by this over-eager assertion. I'm not sure 2010-03-11 09:33:17 +00:00