diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2025-09-30 23:18:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 04:18:20 +0000 |
commit | 079d589f5a389d18b6277b31a61e471ec56b5b7e (patch) | |
tree | 654cd32a89c7bed649eda69500fa8b1019b63b5a /llvm/unittests/Analysis/ValueTrackingTest.cpp | |
parent | 133406e3d9afb845426898154ecf532a75056d37 (diff) | |
download | llvm-079d589f5a389d18b6277b31a61e471ec56b5b7e.zip llvm-079d589f5a389d18b6277b31a61e471ec56b5b7e.tar.gz llvm-079d589f5a389d18b6277b31a61e471ec56b5b7e.tar.bz2 |
[HLSL][NFC] Add missing includes for standalone header compilation (#161473)
HLSLResource.h added by #161254 builds in the context of a .cpp file
(e.g. CGHLSLRuntime.cpp) but not when doing a header compilation, e.g.:
```
clang/include/clang/AST/Attrs.inc:12:45: error: unknown type name 'raw_ostream'; did you mean 'clang::raw_ostream'?
12 | static inline void DelimitAttributeArgument(raw_ostream& OS, bool& IsFirst) {
```
Diffstat (limited to 'llvm/unittests/Analysis/ValueTrackingTest.cpp')
0 files changed, 0 insertions, 0 deletions