[clang] [lld] [llvm] [NFC] Cleanup in Support headers. (PR #104825)

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 03:06:57 PDT 2024


================
@@ -17,7 +17,7 @@
 #ifndef LLVM_SUPPORT_ATOMIC_H
 #define LLVM_SUPPORT_ATOMIC_H
 
-#include "llvm/Support/DataTypes.h"
+#include <stdint.h>
----------------
s-barannikov wrote:

```suggestion
#include <cstdint>
```

https://github.com/llvm/llvm-project/pull/104825


More information about the cfe-commits mailing list