[PATCH] D17369: [OpenMP] Code generation for target exit data directive

2016-02-17 Thread Samuel Antao via cfe-commits
sfantao created this revision. sfantao added reviewers: ABataev, hfinkel, carlo.bertolli, arpith-jacob, kkwli0. sfantao added subscribers: caomhin, fraggamuffin, cfe-commits. This patch adds support for the target exit data directive code generation. Given that, apart from the employed runtime ca

Re: [libcxx] r260431 - Recommit r260012 - Cleanup node-type handling in the unordered containers.

2016-02-17 Thread Evgenii Stepanov via cfe-commits
Thank you! On Wed, Feb 17, 2016 at 9:23 PM, Eric Fiselier wrote: > Hopefully fixed in r261180. > > On Sat, Feb 13, 2016 at 2:08 PM, Evgenii Stepanov > wrote: >> >> Hi, >> >> this is my error message: >> >> In file included from z.cc:1: >> /code/build-llvm/bin/../include/c++/v1/ext/hash_map:213:5

Re: [PATCH] D16843: [Sema] Fix bug in TypeLocBuilder::pushImpl

2016-02-17 Thread Akira Hatanaka via cfe-commits
ahatanak added a comment. OK, I now understand what you meant. > How about the following? > > else if (LocalAlignment == 8) { > if (NumBytesAtAlign8 == 0) { > // We have not seen any 8-byte aligned element yet. There is no padding > and we are either 4-byte > // aligned o

r261191 - [Parse] Make sure we don't forget to diagnose typos in exprs

2016-02-17 Thread David Majnemer via cfe-commits
Author: majnemer Date: Thu Feb 18 00:37:44 2016 New Revision: 261191 URL: http://llvm.org/viewvc/llvm-project?rev=261191&view=rev Log: [Parse] Make sure we don't forget to diagnose typos in exprs If ActOn*Op fails, we will forget to diagnose typos in the LHS of expressions. Modified: cfe/tru

r261192 - Sema: provide an extension warning for enable_if

2016-02-17 Thread Saleem Abdulrasool via cfe-commits
Author: compnerd Date: Thu Feb 18 00:49:31 2016 New Revision: 261192 URL: http://llvm.org/viewvc/llvm-project?rev=261192&view=rev Log: Sema: provide an extension warning for enable_if Clang implements an enable_if attribute as an extension. Hook up `-Wpedantic` to issue an extension usage warnin

<    1   2