| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
by -Wpadded.
We don't need these pragmas anymore because -Wpadded was removed from
buildit in r258900.
llvm-svn: 259023
|
|
|
|
|
|
|
|
|
|
|
|
| |
__get_classname() and __bracket_expression were assuming that
char_class_type was ctype_base::mask rather than using
regex_traits<_CharT>::char_class_type.
This change allows char_class_type to be defined to something other than
ctype_base::mask so that the implementation will still work for
platforms with an 8-bit ctype mask (such as Android and OpenBSD).
llvm-svn: 214201
|
|
|
|
|
|
|
|
|
|
| |
We should check defined(__clang__) before the usage of the
clang diagnostic pragmas.
The [-Wswitch] warning in src/future.cpp should be ignored.
As the result, the equivalent GCC pragma is added.
llvm-svn: 197314
|
|
|
|
| |
llvm-svn: 145624
|
|
|
|
| |
llvm-svn: 134190
|
|
|
|
|
|
| |
qualified (thanks Chris).
llvm-svn: 125510
|
|
|
|
| |
llvm-svn: 119395
|
|
|
|
| |
llvm-svn: 111751
|
|
|
|
| |
llvm-svn: 109512
|
|
|
|
|
|
| |
Also an unrelated fix to is_constructible thanks to Daniel Krugler.
llvm-svn: 109479
|
|
|
|
|
|
| |
weekly test results
llvm-svn: 106790
|
|
|
|
|
|
| |
<regex>.
llvm-svn: 106478
|
|
llvm-svn: 106187
|