| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This change would have warned about the bug found in D62451.
No unit tests since the exception should never throw.
Differential Revision: https://reviews.llvm.org/D62452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351648
|
|
|
|
|
|
|
|
|
| |
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
|