(Not a full review.)

  The general approach to numbering seems fine.


================
Comment at: lib/Sema/SemaLambda.cpp:101
@@ -98,1 +100,3 @@
+        (isa<FunctionDecl>(CurContext) &&
+         Context.getTargetInfo().getCXXABI().isMicrosoft())) {
       ManglingContextDecl = 0;
----------------
Why do you need to number anything in a function which isn't inline?  CodeGen 
can mangle static variables etc.  however it wants because they aren't 
externally visible.


http://llvm-reviews.chandlerc.com/D1416
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to