Displaying 1 result from an estimated 1 matches for "7aba5b7c".
Did you mean:
7a7a577c
2016 Sep 07
3
typedef or using in C++ code
Hi!
What should be used for type declarations: typedef or using? typedef
is there because of historical reasons, but LLVM code based is C++11
now.
LLVM Coding Standards are not clear on this matter.
Eugene.
Clang-tidy has modernize-use-using, but fix-it functionality is not
perfect (https://llvm.org/bugs/show_bug.cgi?id=28334).