aboutsummaryrefslogtreecommitdiffstats
path: root/dist/clang/patches/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dist/clang/patches/README.md')
-rw-r--r--dist/clang/patches/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/clang/patches/README.md b/dist/clang/patches/README.md
index 7c5da42036..86e84e74de 100644
--- a/dist/clang/patches/README.md
+++ b/dist/clang/patches/README.md
@@ -121,3 +121,11 @@ Fix overloaded static functions in SemaCodeComplete
Happens when static function is accessed via the class variable.
That leads to incorrect overloads number because the variable is considered as the first argument.
+
+##### 210_D43453_Fix-overloaded-static-functions-for-templates.patch
+
+* <https://reviews.llvm.org/D43453>
+
+Fix overloaded static functions for templates
+
+Apply almost the same fix as D36390 but for templates