llvm-project/clang/lib/Sema
Chris Lattner df74264787 change Scope::WithinElse to be a normal scope flag, widen the
fields to two 16-bit values instead of using bitfields.

llvm-svn: 101020
2010-04-12 06:12:50 +00:00
..
AnalysisBasedWarnings.cpp Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions 2010-04-08 18:51:44 +00:00
AnalysisBasedWarnings.h Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions 2010-04-08 18:51:44 +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 Implement code completion for Objective-C method declarations and 2010-04-07 00:21:17 +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 Implement the protected access restriction ([class.protected]), which requires 2010-04-06 21:38:20 +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 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. 2010-04-08 02:59:56 +00:00
Sema.cpp Remove all "used" static functions *after* we have performed all of 2010-04-09 17:41:13 +00:00
Sema.h fix PR6811 by not parsing 'super' as a magic expression in 2010-04-11 08:28:14 +00:00
SemaAccess.cpp Check access for the implicit calls to destructors that occur when we 2010-04-07 00:41:46 +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 Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaCXXScopeSpec.cpp Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
SemaChecking.cpp Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". 2010-04-07 01:14:35 +00:00
SemaCodeComplete.cpp Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
SemaDecl.cpp Don't warn about unused static functions if they are marked with 2010-04-09 17:25:05 +00:00
SemaDeclAttr.cpp Support __attribute__((unused)) on types. This suddenly started firing 2010-03-31 02:47:45 +00:00
SemaDeclCXX.cpp Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. 2010-04-12 00:51:03 +00:00
SemaDeclObjC.cpp When upgrading an Objective-C class from a forward declaration to a 2010-04-09 21:30:38 +00:00
SemaExceptionSpec.cpp Reinstate my CodeModificationHint -> FixItHint renaming patch, without 2010-03-31 17:46:05 +00:00
SemaExpr.cpp change Scope::WithinElse to be a normal scope flag, widen the 2010-04-12 06:12:50 +00:00
SemaExprCXX.cpp When a member pointer is dereferenced, the class it points into must be complete. Enforce this. 2010-04-10 10:14:54 +00:00
SemaExprObjC.cpp Have the parser decide whether a message to super is a variable or 2010-04-12 05:38:43 +00:00
SemaInit.cpp Rework our handling of copy construction of temporaries, which was a 2010-04-02 18:24:57 +00:00
SemaInit.h Propagate the "found declaration" (i.e. the using declaration instead of 2010-03-30 21:47:33 +00:00
SemaLookup.cpp Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
SemaObjCProperty.cpp Fixes a regression caused by implementing cstyle methods 2010-04-09 15:40:42 +00:00
SemaOverload.cpp Fix a (bogus) uninitialized-member-of-local warning. 2010-04-08 00:13:37 +00:00
SemaOverload.h Fixed 80-cols violation 2010-04-07 22:52:07 +00:00
SemaStmt.cpp Devote a special diagnostic to the typo 2010-04-06 22:24:14 +00:00
SemaTemplate.cpp Only complain about explicit instantiations following explicit 2010-04-09 21:02:29 +00:00
SemaTemplate.h After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
SemaTemplateDeduction.cpp Rename TypenameType to DependentNameType in anticipation of some 2010-03-31 17:34:00 +00:00
SemaTemplateInstantiate.cpp Only complain about explicit instantiations following explicit 2010-04-09 21:02:29 +00:00
SemaTemplateInstantiateDecl.cpp Instantiate default argument expressions even if their associated parameter 2010-04-09 17:38:44 +00:00
SemaType.cpp Fix some redundant errors by changing CXXScopeSpec::isSet calls into 2010-04-07 23:29:58 +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 Improve diagnostics when an elaborated-type-specifer containing a 2010-03-31 23:17:41 +00:00