Daniel Jasper
65b79829c3
clang-format: Improve braced init list detection:
Before:
std::this_thread::sleep_for(std::chrono::nanoseconds{
std::chrono::seconds { 1 }
} /
5);
After:
std::this_thread::sleep_for(
std::chrono::nanoseconds{ std::chrono::seconds{ 1 } } / 5);
This fixes llvm.org/PR16554.
llvm-svn: 189451
2013-08-28 07:50:37 +00:00
..
2013-08-08 02:19:56 +00:00
2013-07-08 14:34:09 +00:00
2013-08-22 15:00:41 +00:00
2013-08-27 14:24:43 +00:00
2013-08-27 14:24:43 +00:00
2013-07-08 14:34:09 +00:00
2013-08-22 16:11:46 +00:00
2013-08-27 08:43:47 +00:00
2013-08-27 14:24:43 +00:00
2013-08-28 07:27:35 +00:00
2013-08-27 11:09:05 +00:00
2013-08-28 07:50:37 +00:00
2013-07-31 23:16:02 +00:00
2013-07-31 23:55:15 +00:00
2013-07-08 14:34:09 +00:00