[clang] [APINotes] Upstream APINotesManager (PR #72389)
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 08:08:22 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";
----------------
compnerd wrote:
Perhaps add a `constexpr` to this as well?
https://github.com/llvm/llvm-project/pull/72389
More information about the cfe-commits
mailing list