================
@@ -0,0 +1,65 @@
+#include "clang/Sema/Common.h"
+
+namespace clang {
----------------
DavidSpickett wrote:

https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions

For example clang::CheckArgTypeIsCorrect instead of opening the clang namespace 
and just having CheckArgTypeIsCorrect.

https://github.com/llvm/llvm-project/pull/125045
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to