llvm-project/clang/lib/Sema
Benjamin Kramer d1d76b2da7 Remove unused private member variables found by clang's new -Wunused-private-field.
llvm-svn: 158086
2012-06-06 17:32:50 +00:00
..
AnalysisBasedWarnings.cpp Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method 2012-06-02 01:01:07 +00:00
AttributeList.cpp Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between 2012-05-03 18:27:39 +00:00
CMakeLists.txt Add an AttributedStmt type to represent a statement with C++11 attributes 2012-04-14 00:33:13 +00:00
CodeCompleteConsumer.cpp Bitpack CodeCompletionResults. 2012-05-20 14:19:46 +00:00
DeclSpec.cpp Inline a trivial clear() method. 2012-05-19 14:28:31 +00:00
DelayedDiagnostic.cpp objc: When issue diagnostic about deprecated method, also 2012-03-02 21:50:02 +00:00
IdentifierResolver.cpp Remove ref/value inconsistency in redecl_iterator. 2012-05-01 00:48:43 +00:00
JumpDiagnostics.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Scope.cpp Reapply r151638 and r151641. 2012-02-29 10:24:19 +00:00
Sema.cpp Introduce -Wunused-private-field. If enabled, this warning detects 2012-06-06 08:32:04 +00:00
SemaAccess.cpp Change how we suppress access control in explicit instantiations 2012-05-07 06:16:58 +00:00
SemaAttr.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
SemaCXXScopeSpec.cpp Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() 2012-05-04 16:32:21 +00:00
SemaCast.cpp Detecting illegal instantiations of abstract types when using a function-style cast. Fixed PR12658. 2012-05-07 00:02:00 +00:00
SemaChecking.cpp Teach format string checking about compile-time CFString constants. 2012-06-04 23:52:23 +00:00
SemaCodeComplete.cpp Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString 2012-05-05 04:20:28 +00:00
SemaConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SemaDecl.cpp objective-c: merge deprecated/unavailable attributes to 2012-06-05 21:14:46 +00:00
SemaDeclAttr.cpp Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
SemaDeclCXX.cpp Introduce -Wunused-private-field. If enabled, this warning detects 2012-06-06 08:32:04 +00:00
SemaDeclObjC.cpp Use the SelectorSet typedef more widely throughout Sema. 2012-05-27 13:28:52 +00:00
SemaExceptionSpec.cpp Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() 2012-05-04 16:32:21 +00:00
SemaExpr.cpp Add a warning for when an array-to-pointer decay is performed on an array 2012-06-04 22:27:30 +00:00
SemaExprCXX.cpp Get rid of some non-ASCII en-dashes that crept in. 2012-05-24 22:36:31 +00:00
SemaExprMember.cpp Introduce -Wunused-private-field. If enabled, this warning detects 2012-06-06 08:32:04 +00:00
SemaExprObjC.cpp objective-c: Handle more warning cases for when 2012-06-04 19:16:34 +00:00
SemaFixItUtils.cpp Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. 2012-04-30 18:27:22 +00:00
SemaInit.cpp Add a warning for when an array-to-pointer decay is performed on an array 2012-06-04 22:27:30 +00:00
SemaLambda.cpp Removing the lambda extension warning concerning single return statements, as it no longer applies. 2012-06-04 18:57:41 +00:00
SemaLookup.cpp Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
SemaObjCProperty.cpp objective-c: fix a sema and IRGen crash when property 2012-05-29 19:56:01 +00:00
SemaOverload.cpp When adding built-in operator candidates for overload resolution 2012-06-04 00:15:09 +00:00
SemaPseudoObject.cpp Change warning to error when property setter names conflict. 2012-05-26 16:10:06 +00:00
SemaStmt.cpp Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00
SemaStmtAttr.cpp Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between 2012-05-03 18:27:39 +00:00
SemaTemplate.cpp Suggest adding 'typename' when it would make the compiler 2012-05-18 23:42:49 +00:00
SemaTemplateDeduction.cpp Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() 2012-05-04 16:32:21 +00:00
SemaTemplateInstantiate.cpp CXXThisScopeRAII objects aren't free, don't compute one if it's unused. 2012-05-17 12:01:52 +00:00
SemaTemplateInstantiateDecl.cpp Correct the starting location for instantiations of field declarations which 2012-05-23 04:22:22 +00:00
SemaTemplateVariadic.cpp For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is 2012-04-04 06:24:32 +00:00
SemaType.cpp Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:41 +00:00
TargetAttributesSema.cpp Refactor all the 2012-05-13 03:25:18 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h PR12798: Don't drop part of the nested name specifier when instantiating a 2012-05-15 06:15:11 +00:00
TypeLocBuilder.h Remove more unnecessary #include <llvm/ADT/SmallVector.h> 2011-06-20 06:11:46 +00:00