Merge pull request #19935 from jketema/sync-dbscheme-cpp

C++: synchronize dbscheme
This commit is contained in:
Jeroen Ketema
2025-07-01 09:51:29 +02:00
committed by GitHub
10 changed files with 11915 additions and 3278 deletions

View File

@@ -8,7 +8,7 @@ import semmle.code.cpp.File
/**
* A location of a C/C++ artifact.
*/
class Location extends @location {
class Location extends @location_default {
/** Gets the container corresponding to this location. */
pragma[nomagic]
Container getContainer() { this.fullLocationInfo(result, _, _, _, _) }