File tree 3 files changed +147
-132
lines changed
3 files changed +147
-132
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ def note_assert_no_macro : Note<"macro found">;
107
107
def warn_rename_macro_prevent : Warning<"macro prevent renaming">;
108
108
109
109
def warn_splitdeclaration_macro_prevent : Warning<"macro prevent splitting">;
110
+ def warn_parm_var_decl_split_prevent : Warning<"local parm variable declarations are not splitted">
111
+ def warn_pointers_to_constants_split_prevent : Warning<"declarations of pointers to constants are not splitted">
110
112
111
113
def warn_propagate_macro_prevent : Warning<"macro prevent expression propagation">;
112
114
def warn_disable_propagate_in_include : Warning<"disable expression propagation in header file">;
Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ set(TRANSFORM_SOURCES Passes.cpp ExprPropagation.cpp Inline.cpp RenameLocal.cpp
2
2
DeadDeclsElimination.cpp Format.cpp OpenMPAutoPar.cpp DVMHWriter.cpp
3
3
SharedMemoryAutoPar.cpp DVMHDirecitves.cpp DVMHSMAutoPar.cpp
4
4
DVMHDataTransferIPO.cpp StructureReplacement.cpp LoopInterchange.cpp
5
- LoopReversal.cpp)
6
- DeadDeclsElimination.cpp Format.cpp OpenMPAutoPar.cpp
7
- SharedMemoryAutoPar.cpp DVMHSMAutoPar.cpp StructureReplacement.cpp
8
- LoopInterchange.cpp LoopReversal.cpp SplitDecls.cpp)
5
+ LoopReversal.cpp SplitDecls.cpp)
9
6
10
7
if (MSVC_IDE )
11
8
file (GLOB_RECURSE TRANSFORM_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
You can’t perform that action at this time.
0 commit comments