Displaying 2 results from an estimated 2 matches for "r290600".
Did you mean:
rl290600
2017 Jan 02
2
LLVM Weekly - #157, Jan 2nd 2017
...records lazily on-demand. [r290690](http://reviews.llvm.org/rL290690).
## Clang commits
* Relaxed matching of template template arguments in C++17 was implemented,
but is disabled by default. [r290792](http://reviews.llvm.org/rL290792).
* A new checker was added for suspected misuse of enums.
[r290600](http://reviews.llvm.org/rL290600).
## Other project commits
* The performance of libcxx's implementation of string::find has been improved
dramatically. [r290761](http://reviews.llvm.org/rL290761).
* libcxx can now use a throwing version of `_LIBCPP_ASSERT` in its tests.
[r290651](http://r...
2017 Jan 03
2
LLVM Weekly - #157, Jan 2nd 2017
...://reviews.llvm.org/rL290690).
>
>
> ## Clang commits
>
> * Relaxed matching of template template arguments in C++17 was implemented,
> but is disabled by default. [r290792](http://reviews.llvm.org/rL290792).
>
> * A new checker was added for suspected misuse of enums.
> [r290600](http://reviews.llvm.org/rL290600).
>
>
> ## Other project commits
>
> * The performance of libcxx's implementation of string::find has been
> improved
> dramatically. [r290761](http://reviews.llvm.org/rL290761).
>
> * libcxx can now use a throwing version of `_LIBCPP...