[clang] [clang] Implement CTAD for type alias template. (PR #77890)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 06:14:40 PST 2024


================
@@ -39,6 +40,7 @@
 #include "llvm/ADT/SmallBitVector.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/Casting.h"
----------------
hokein wrote:

Done. 

https://github.com/llvm/llvm-project/pull/77890


More information about the cfe-commits mailing list