RE: r181598 - Codegen tests for captured statements with templates

2013-05-10 Thread Pan, Wei
. checking types in the module). Do you think we should move them? Thanks! Wei -Original Message- From: Jordan Rose [mailto:jordan_r...@apple.com] Sent: Friday, May 10, 2013 12:13 PM To: Pan, Wei Cc: cfe-commits@cs.uiuc.edu Subject: Re: r181598 - Codegen tests for captured statements

RE: [cfe-dev] [RFC] Captured Statements

2013-01-30 Thread Pan, Wei
What would be preferred if adding a new statement? Some previous commits seemly did not increase CINDEX_VERSION_MINOR or MAJOR. Thanks! Wei Pan -Original Message- From: Sean Silva [mailto:sil...@purdue.edu] Sent: Wednesday, January 30, 2013 4:46 PM To: Dmitri Gribenko Cc: Pan, Wei

[cfe-commits] Cilk Plus Extension for Clang

2012-11-01 Thread Pan, Wei
Hello All, Our team would like to add the Cilk Plus extension to Clang for C/C++ (http://software.intel.com/file/40297). To meet the requirements that Clang sets, we would like to keep our patches small and upstream our patches as early as possible. We would appreciate any guidance that the

Re: [cfe-commits] Cilk Plus Extension for Clang

2012-11-01 Thread Pan, Wei
Smith Sent: Thursday, November 01, 2012 6:27 PM To: Pan, Wei Cc: Eli Friedman; llvm cfe Subject: Re: [cfe-commits] Cilk Plus Extension for Clang --- include/clang/Driver/Options.td +++ include/clang/Driver/Options.td @@ -587,6 +587,9 @@ def fobjc_sender_dependent_dispatch : Flag[-], fobjc-sender

Re: [cfe-commits] [Patch] Warn about self-init of refs using parenthesized initializers

2012-09-28 Thread Pan, Wei
I discovered this starting from the following example extern int foo(); int m([]() { m = foo(); return m; }()); This should be also warned too. From: cfe-commits-boun...@cs.uiuc.edu [mailto:cfe-commits-boun...@cs.uiuc.edu] On Behalf Of Richard Smith Sent: Friday, September 28, 2012 4:15 PM To:

Re: [cfe-commits] [cfe-dev] Clang crash on infinite template instantiation

2012-09-24 Thread Pan, Wei
Hi Richard, I just updated the patch to sync with some recent changes. Now no change will be made on the test instantiation-depth-subst.cpp. Thanks for reviewing! Wei From: Pan, Wei Sent: Friday, September 21, 2012 4:43 PM To: Richard Smith Cc: cfe-commits@cs.uiuc.edu Subject: RE: [cfe-dev

Re: [cfe-commits] [cfe-dev] Clang crash on infinite template instantiation

2012-09-21 Thread Pan, Wei
Hello Richard, Does the attached patch look good for this bug? All your suggestions were applied. Thanks, Wei From: meta...@gmail.com [mailto:meta...@gmail.com] On Behalf Of Richard Smith Sent: Friday, September 07, 2012 4:26 PM To: Pan, Wei Cc: cfe-...@cs.uiuc.edu Subject: Re: [cfe-dev