mirror of
https://github.com/github/codeql.git
synced 2026-04-08 00:24:03 +02:00
C++: Add missing QLDoc
This commit is contained in:
@@ -9,6 +9,9 @@ import semmle.code.cpp.File
|
||||
* A precompiled header (PCH) file created during the build process.
|
||||
*/
|
||||
class PchFile extends @pch {
|
||||
/**
|
||||
* Gets a textual representation of this element.
|
||||
*/
|
||||
string toString() { result = "PCH for " + this.getHeaderFile() }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user