[clang] [serialization] No transitive type change (PR #92511)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 20 03:14:55 PDT 2024


================
@@ -44,10 +44,6 @@ export inline int getA() {
     return 43;
 }
 
-export inline int getA2(int) {
----------------
ilya-biryukov wrote:

I am not sure why we update the tests here. Could you clarify this, maybe in the final commit description too?
(I suspect something along the lines of "we used to ignore the added declaration, but had to go with the same name and type to avoid adding new types and now it's not a problem", but just wanted to confirm).

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


More information about the cfe-commits mailing list