Author: ericwf
Date: Thu Apr 28 23:07:45 2016
New Revision: 267981
URL: http://llvm.org/viewvc/llvm-project?rev=267981&view=rev
Log:
Fix or move various non-standard tests.
This patch does the following:
* Remove <__config> includes from some container tests.
* Guards uses of std::launch::any in
majnemer added a comment.
It would be good to have a test for the variable template case:
template
T x;
auto g() { return x; }
should mangle to `??$x@PEFAH@@3PEFAHEFA`
http://reviews.llvm.org/D19654
___
cfe-commits mailing list
cfe-commi
Author: ericwf
Date: Thu Apr 28 23:18:13 2016
New Revision: 267982
URL: http://llvm.org/viewvc/llvm-project?rev=267982&view=rev
Log:
Fix test failures by adding missing include
Modified:
libcxx/trunk/test/std/strings/c.strings/cwchar.pass.cpp
Modified: libcxx/trunk/test/std/strings/c.strings
compnerd accepted this revision.
This revision is now accepted and ready to land.
Comment at: bindings/python/clang/cindex.py:369
@@ +368,3 @@
+def __len__(self):
+return
int(conf.lib.clang_getNumDiagnosticsInSet(self.diag_set))
+
Why
Author: ericwf
Date: Thu Apr 28 23:19:48 2016
New Revision: 267983
URL: http://llvm.org/viewvc/llvm-project?rev=267983&view=rev
Log:
Move extern C include test into test/libcxx
Added:
libcxx/trunk/test/libcxx/depr/
libcxx/trunk/test/libcxx/depr/depr.c.headers/
libcxx/trunk/test/libcxx
hansonw added a comment.
Thanks! I don't have commit permissions; could you check this in for me?
Comment at: bindings/python/clang/cindex.py:369
@@ +368,3 @@
+def __len__(self):
+return
int(conf.lib.clang_getNumDiagnosticsInSet(self.diag_set))
+
---
hfinkel added inline comments.
Comment at: lib/CodeGen/CodeGenAction.cpp:734-737
@@ +733,6 @@
+
+ OS << llvm::format_decimal(L + 1, LNDigits) << " ";
+ OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : " ");
+ OS << (LLI.Unrolled.Transformed && UnrolledCols
201 - 207 of 207 matches
Mail list logo