hanchenye-llvm-project/clang/lib/Sema
Francois Pichet 783dd6ece4 Major anonymous union/struct redesign.
A new AST node is introduced:
   def IndirectField : DDecl<Value>;
IndirectFields are injected into the anonymous's parent scope and chain back to
the original field. Name lookup for anonymous entities now result in an
IndirectFieldDecl instead of a FieldDecl.
There is no functionality change, the code generated should be the same.

llvm-svn: 119919
2010-11-21 06:08:52 +00:00
..
AnalysisBasedWarnings.cpp
AttributeList.cpp Front-end support for __attribute__((may_alias)). This is not 2010-11-17 00:03:07 +00:00
CMakeLists.txt
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
JumpDiagnostics.cpp Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Makefile
Sema.cpp Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. 2010-11-19 00:19:15 +00:00
SemaAccess.cpp Access control polish: drop the note on the original declaration and 2010-10-20 08:15:06 +00:00
SemaAttr.cpp Make #pragma unused work for static local variables. 2010-11-09 14:57:47 +00:00
SemaCXXCast.cpp Calculate the value kind of an expression when it's created and 2010-11-18 06:31:45 +00:00
SemaCXXScopeSpec.cpp
SemaChecking.cpp Calculate the value kind of an expression when it's created and 2010-11-18 06:31:45 +00:00
SemaCodeComplete.cpp Do not produce "purely informative" code completion results for 2010-11-17 21:36:08 +00:00
SemaDecl.cpp Major anonymous union/struct redesign. 2010-11-21 06:08:52 +00:00
SemaDeclAttr.cpp Drop the warning about __attribute__((may_alias)) being used 2010-11-17 17:21:47 +00:00
SemaDeclCXX.cpp Major anonymous union/struct redesign. 2010-11-21 06:08:52 +00:00
SemaDeclObjC.cpp Improve diagnostics reporting of un-implemented 2010-10-29 23:20:05 +00:00
SemaExceptionSpec.cpp
SemaExpr.cpp Major anonymous union/struct redesign. 2010-11-21 06:08:52 +00:00
SemaExprCXX.cpp Add an assertion, fix a whole bunch of bugs, comment the assertion 2010-11-18 19:01:18 +00:00
SemaExprObjC.cpp Add an assertion, fix a whole bunch of bugs, comment the assertion 2010-11-18 19:01:18 +00:00
SemaInit.cpp Major anonymous union/struct redesign. 2010-11-21 06:08:52 +00:00
SemaLookup.cpp Restore patch reversed in r118475. Fixes 2010-11-09 21:38:20 +00:00
SemaObjCProperty.cpp Calculate the value kind of an expression when it's created and 2010-11-18 06:31:45 +00:00
SemaOverload.cpp A bundle of whitespace changes, separated out from the functional changes. 2010-11-20 01:29:55 +00:00
SemaStmt.cpp Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" 2010-11-20 02:04:01 +00:00
SemaTemplate.cpp In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see 2010-11-18 08:32:02 +00:00
SemaTemplateDeduction.cpp Implement C++0x [temp.func.order]p3 (aka DR532) properly. In 2010-11-15 15:41:16 +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 Major anonymous union/struct redesign. 2010-11-21 06:08:52 +00:00
SemaType.cpp Add an ExternalASTSource hook to complete a type on demand. 2010-11-16 01:44:35 +00:00
TargetAttributesSema.cpp
TargetAttributesSema.h
TreeTransform.h Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" 2010-11-20 02:04:01 +00:00