index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SemaCXX] Param diagnostic matches overload logic
Brian Gesiak
2019-02-01
1
-0
/
+6
*
Thread safety analysis: Improve diagnostics for double locking
Aaron Puchert
2019-01-29
1
-14
/
+14
*
[SemaCXX] Fix ICE with structure bindings to members of template
Nicolas Lesser
2019-01-27
1
-0
/
+17
*
Remove Expr sugar decorating the CXXUuidofExpr node.
Bill Wendling
2019-01-27
1
-0
/
+16
*
Remove F16 literal support based on Float16 support.
Erich Keane
2019-01-25
1
-0
/
+18
*
Allow 'static' storage specifier on an out-of-line member function template
Erich Keane
2019-01-25
1
-0
/
+11
*
[Sema] Don't crash when recovering from a misspelled pseudo destructor call t...
Bruno Ricci
2019-01-24
1
-0
/
+4
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
2
-0
/
+74
*
[clang][slh] add Clang attr no_speculative_load_hardening
Zola Bridges
2019-01-18
2
-0
/
+58
*
Fix test failure from r351495
Erich Keane
2019-01-18
1
-1
/
+1
*
Make integral-o-pointer conversions in SFINAE illegal.
Erich Keane
2019-01-17
1
-0
/
+22
*
Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...
Eric Fiselier
2019-01-17
1
-0
/
+80
*
PR40329: [adl] Fix determination of associated classes when searching a
Richard Smith
2019-01-16
1
-0
/
+20
*
[SemaCXX] Unconfuse Clang when std::align_val_t is unscoped in C++03
Eric Fiselier
2019-01-16
1
-0
/
+21
*
[SemaCXX] add -Woverride-init alias to -Winitializer-overrides
Nick Desaulniers
2019-01-10
1
-0
/
+1
*
Fix false positive unsequenced access and modification warning in array subsc...
Nicolas Lesser
2019-01-10
2
-0
/
+9
*
Split -Wdelete-non-virtual-dtor into two groups
Erik Pilkington
2019-01-10
1
-0
/
+30
*
[Sema] Teach Clang that aligned allocation is not supported with macosx10.13
Louis Dionne
2019-01-08
1
-6
/
+6
*
Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"
Erik Pilkington
2019-01-08
1
-32
/
+0
*
[Sema] Diagnose array access preceding the array bounds even when the base ty...
Bruno Ricci
2019-01-08
1
-1
/
+4
*
Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor
Erik Pilkington
2019-01-08
1
-0
/
+32
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
2
-15
/
+31
*
[SemaCXX] Fix ICE for unexpanded parameter pack
Brian Gesiak
2019-01-07
1
-1
/
+5
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
3
-5
/
+45
*
[Basic] Extend DiagnosticEngine to store and format Qualifiers.
Anastasia Stulova
2019-01-04
2
-8
/
+8
*
Make -Wstring-plus-int warns even if when the result is not out of bounds
Arnaud Bienner
2019-01-03
1
-12
/
+11
*
[Sema] Produce diagnostics when C++17 aligned allocation/deallocation
Akira Hatanaka
2018-12-21
1
-0
/
+67
*
Make the "too many braces in scalar initialization" extension cause
Richard Smith
2018-12-20
1
-0
/
+23
*
[Sema] Don't try to account for the size of an incomplete type in CheckArrayA...
Bruno Ricci
2018-12-20
1
-0
/
+9
*
[Sema][NFC] Add test for static_assert diagnistics with constexpr template fu...
Clement Courbet
2018-12-20
1
-0
/
+7
*
[Sema] Better static assert diagnostics for expressions involving temporaries...
Clement Courbet
2018-12-20
2
-0
/
+56
*
[ExprConstant] Handle compound assignment when LHS has integral type and RHS ...
Tan S. B
2018-12-18
1
-0
/
+8
*
Thread safety analysis: Allow scoped releasing of capabilities
Aaron Puchert
2018-12-16
1
-0
/
+104
*
Revert "Add extension to always default-initialize nullptr_t."
Erich Keane
2018-12-14
2
-11
/
+1
*
Add extension to always default-initialize nullptr_t.
Erich Keane
2018-12-14
2
-1
/
+11
*
[Clang] Add __builtin_launder
Eric Fiselier
2018-12-14
1
-0
/
+92
*
Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...
Adam Nemet
2018-12-14
1
-11
/
+12
*
Fix test after -Wstring-plus-int warning was enabled
Reid Kleckner
2018-12-13
1
-1
/
+1
*
Make -Wstring-plus-int warns even if when the result is not out of bounds
Sylvestre Ledru
2018-12-13
1
-12
/
+11
*
[ExprConstant] Improve memchr/memcmp for type mismatch and multibyte element ...
Hubert Tong
2018-12-12
1
-12
/
+186
*
Reland r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-11
2
-2
/
+19
*
Revert r348830 "[Sema]improve static_assert(!expr)"
Clement Courbet
2018-12-11
1
-4
/
+0
*
[Sema]improve static_assert(!expr)
Clement Courbet
2018-12-11
1
-0
/
+4
*
Revert r348741 "[Sema] Further improvements to to static_assert diagnostics."
Clement Courbet
2018-12-10
2
-19
/
+2
*
[Sema] Further improvements to to static_assert diagnostics.
Clement Courbet
2018-12-10
2
-2
/
+19
*
Diagnose friend function template redefinitions.
Serge Pavlov
2018-12-06
2
-13
/
+89
*
Do not check for parameters shadowing fields in function declarations.
Aaron Ballman
2018-12-05
1
-2
/
+7
*
Address a post-commit review comment on r348325.
Erik Pilkington
2018-12-05
1
-0
/
+2
*
[Sema] Remove some conditions of a failing assert
Erik Pilkington
2018-12-05
1
-0
/
+11
*
[WIP][Sema] Improve static_assert diagnostics for type traits.
Clement Courbet
2018-12-04
2
-0
/
+144
[next]