clang 19.0.0git
ODRHash.cpp File Reference

This file implements the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs. More...

#include "clang/AST/ODRHash.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/AST/NestedNameSpecifier.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/AST/TypeVisitor.h"

Go to the source code of this file.

Detailed Description

This file implements the ODRHash class, which calculates a hash based on AST nodes, which is stable across different runs.

Definition in file ODRHash.cpp.