mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Update cpp/ql/lib/semmle/code/cpp/Preprocessor.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -330,7 +330,7 @@ class PreprocessorLine extends PreprocessorDirective, @ppd_line {
|
||||
}
|
||||
|
||||
/**
|
||||
* A C23 or C++26`#embed` preprocessor directive. For example, the following code
|
||||
* A C23 or C++26 `#embed` preprocessor directive. For example, the following code
|
||||
* contains one `Embed` directive:
|
||||
* ```cpp
|
||||
* char arr[] = {
|
||||
|
||||
Reference in New Issue
Block a user