File tree 4 files changed +1
-296
lines changed
include/clang/FrontendWrapper
4 files changed +1
-296
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ struct IDriverInvocation {
100
100
};
101
101
102
102
// this number should be increased whenever the public interface changes
103
- static const int InterfaceVersion = 9 ;
103
+ static const int InterfaceVersion = 10 ;
104
104
105
105
} // namespace ClangFE
106
106
} // namespace CM
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ set(CM_HEADERS
3
3
cm/cm_atomic.h
4
4
cm/cm_common.h
5
5
cm/cm_dataport.h
6
- cm/cm_emu.h
7
6
cm/cm_gateway.h
8
7
cm/cm.h
9
8
cm/cm_internal.h
Original file line number Diff line number Diff line change 31
31
#include " cm_send.h"
32
32
#include " cm_atomic.h"
33
33
#include " cm_dataport.h"
34
- #include " cm_emu.h"
35
34
#include " cm_internal.h"
36
35
#include " cm_sampler.h"
37
36
#include " cm_traits.h"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments