llvm-project/clang/lib
Sterling Augustine f07b3d41e7 Add #includes so that ROCm.h is compilable stand-alone.
Summary:
ROCm.h had been getting the declarations for various data structures
by being #included next to them, rather than #includeing them itself.

This change fixes that by explicitly including the appropriate headers.

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D81432
2020-06-08 14:16:30 -07:00
..
ARCMigrate [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
AST [AST][RecoveryExpr] Populate the dependence bits from CompoundStmt result expr to StmtExpr. 2020-06-08 15:31:08 +02:00
ASTMatchers [ASTMatchers] Matchers related to C++ inheritance 2020-05-29 12:38:01 -07:00
Analysis Thread safety analysis: Add note for double unlock 2020-06-08 17:00:29 +02:00
Basic [SystemZ] Implement -fstack-clash-protection 2020-06-06 18:38:36 +02:00
CodeGen Revert "Reland D80966 [codeview] Put !heapallocsite on calls to operator new" 2020-06-08 12:49:41 -07:00
CrossTU Revert "[analyzer] On-demand parsing capability for CTU" 2020-04-27 14:27:04 +02:00
DirectoryWatcher [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
Driver Add #includes so that ROCm.h is compilable stand-alone. 2020-06-08 14:16:30 -07:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] treat 'lock' as a keyword for C# code 2020-06-08 13:31:22 +01:00
Frontend Add a flag to debug automatic variable initialization 2020-06-08 12:30:56 -07:00
FrontendTool [llvm][clang][IFS] Enhancing the llvm-ifs yaml format for symbol lists. 2020-04-01 10:49:06 -04:00
Headers Rename arg name in __clang_hip_math.h 2020-06-08 14:13:32 -04:00
Index [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
Lex [clang] Always allow including builtin headers in [no_undeclared_headers] modules. 2020-06-04 08:33:39 +02:00
Parse [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema More robust fix for crash on invalid range-based for statement. 2020-06-08 13:11:23 -07:00
Serialization [ObjC] Fix AST serialization for pseudo-strong parameters 2020-06-08 11:54:01 -04:00
StaticAnalyzer SmallPtrSet::find -> SmallPtrSet::count 2020-06-07 22:38:08 +02:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Propose naming principle for NodeRole and apply it 2020-06-04 20:08:35 +02:00
CMakeLists.txt Move unittest helpers to a shared location 2020-05-29 16:47:33 +02:00