1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
David Blaikie 96c1cf4949 Change default error_code ctor to a 'named ctor' so it's more self-documenting.
Unify default construction of error_code uses on this idiom so that users don't
feel compelled to make static globals for naming convenience. (unfortunately I
couldn't make the original ctor private as some APIs don't return their result,
instead using an out parameter (that makes sense to default construct) - which
is a bit of a pity. I did, however, find/fix some cases of unnecessary default
construction of error_code before I hit the unfixable cases)

llvm-svn: 150197
2012-02-09 19:24:12 +00:00
..
2010-12-07 18:11:54 +00:00
2011-11-16 01:36:50 +00:00
2010-08-04 09:30:20 +00:00
2012-02-06 22:41:47 +00:00
2011-11-05 09:45:17 +00:00
2011-11-05 09:45:17 +00:00
2011-07-14 21:50:04 +00:00
2010-11-29 18:16:10 +00:00
2011-12-12 17:34:04 +00:00
2011-06-23 14:02:13 +00:00
2011-12-15 21:11:38 +00:00
2011-03-31 13:06:39 +00:00
2012-01-23 22:55:02 +00:00
2010-11-29 18:16:10 +00:00
2011-10-17 23:54:22 +00:00
2011-12-12 21:14:40 +00:00
2011-03-18 16:39:36 +00:00
2012-02-06 22:30:29 +00:00
2010-11-29 18:16:10 +00:00
2010-07-26 21:05:37 +00:00
2010-11-29 18:16:10 +00:00
2012-02-06 22:41:47 +00:00
2010-11-29 18:16:10 +00:00
2010-11-29 18:16:10 +00:00
2011-11-28 00:49:01 +00:00