[clang] [APINotes] Upstream APINotesManager (PR #72389)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 09:58:17 PST 2023


================
@@ -737,6 +737,9 @@ inline bool operator!=(const TypedefInfo &LHS, const TypedefInfo &RHS) {
   return !(LHS == RHS);
 }
 
+/// The file extension used for the source representation of API notes.
+static const char SOURCE_APINOTES_EXTENSION[] = "apinotes";
----------------
egorzhdan wrote:

Done

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


More information about the cfe-commits mailing list