Re: r276934 - [OpenMP] Add support to map member expressions with references to pointers.

2016-11-03 Thread Samuel F Antao via cfe-commits
Hi Richard,   The tests in each section of the file use slightly different code, so it is not like the same code is generated multiple times. In each section the same code is compiled 4 times with different configurations Regular/Precompiled Header and 64/32.   If I compile the code in a single go,

Re: r276934 - [OpenMP] Add support to map member expressions with references to pointers.

2016-11-03 Thread Richard Smith via cfe-commits
On Wed, Jul 27, 2016 at 3:52 PM, Samuel Antao via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: sfantao > Date: Wed Jul 27 17:52:16 2016 > New Revision: 276934 > > URL: http://llvm.org/viewvc/llvm-project?rev=276934&view=rev > Log: > [OpenMP] Add support to map member expressions with

r276934 - [OpenMP] Add support to map member expressions with references to pointers.

2016-07-27 Thread Samuel Antao via cfe-commits
Author: sfantao Date: Wed Jul 27 17:52:16 2016 New Revision: 276934 URL: http://llvm.org/viewvc/llvm-project?rev=276934&view=rev Log: [OpenMP] Add support to map member expressions with references to pointers. Summary: This patch add support to map pointers through references in class members. A