We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d3982 commit fd752d3Copy full SHA for fd752d3
cpp/ql/lib/semmle/code/cpp/PchFile.qll
@@ -9,6 +9,9 @@ import semmle.code.cpp.File
9
* A precompiled header (PCH) file created during the build process.
10
*/
11
class PchFile extends @pch {
12
+ /**
13
+ * Gets a textual representation of this element.
14
+ */
15
string toString() { result = "PCH for " + this.getHeaderFile() }
16
17
/**
0 commit comments