================
@@ -10208,6 +10208,24 @@ void
SemaCodeCompletion::CodeCompletePreprocessorDirective(bool InConditional) {
Builder.AddPlaceholderChunk("message");
Results.AddResult(Builder.TakeString());
+ if (getLangOpts().C23) {
+ // #embed "header"
----------------
HighCommander4 wrote:
I would call this "file" rather than "header", both in these comments and the
actual placeholder text, since the file that's embedded is typically not a
"header" in the sense of a C or C++ header file, but just a file containing
byte data.
https://github.com/llvm/llvm-project/pull/165550
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits