Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Host / macosx / cfcpp / CoreFoundationCPP.h
blob0c2b82a34a3fb2ea5f2dfbcb6b8d08c447378cea
1 //===-- CoreFoundationCPP.h -------------------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // CoreFoundationCPP.h
10 // CoreFoundationCPP
12 // Created by Greg Clayton on 4/23/09.
16 #ifndef CoreFoundationCPP_CoreFoundationCPP_H_
17 #define CoreFoundationCPP_CoreFoundationCPP_H_
19 #include <CoreFoundationCPP/CFCBundle.h>
20 #include <CoreFoundationCPP/CFCData.h>
21 #include <CoreFoundationCPP/CFCMutableArray.h>
22 #include <CoreFoundationCPP/CFCMutableDictionary.h>
23 #include <CoreFoundationCPP/CFCMutableSet.h>
24 #include <CoreFoundationCPP/CFCReleaser.h>
25 #include <CoreFoundationCPP/CFCString.h>
27 #endif // CoreFoundationCPP_CoreFoundationCPP_H_