Changeset View
Changeset View
Standalone View
Standalone View
include/clang/Basic/DiagnosticDriverKinds.td
Show First 20 Lines • Show All 418 Lines • ▼ Show 20 Lines | |||||
def warn_drv_msp430_hwmult_mismatch : Warning<"the given MCU supports %0 " | def warn_drv_msp430_hwmult_mismatch : Warning<"the given MCU supports %0 " | ||||
"hardware multiply, but -mhwmult is set to %1.">, | "hardware multiply, but -mhwmult is set to %1.">, | ||||
InGroup<InvalidCommandLineArgument>; | InGroup<InvalidCommandLineArgument>; | ||||
def warn_drv_msp430_hwmult_no_device : Warning<"no MCU device specified, but " | def warn_drv_msp430_hwmult_no_device : Warning<"no MCU device specified, but " | ||||
"'-mhwmult' is set to 'auto', assuming no hardware multiply. Use -mmcu to " | "'-mhwmult' is set to 'auto', assuming no hardware multiply. Use -mmcu to " | ||||
"specify a MSP430 device, or -mhwmult to set hardware multiply type " | "specify a MSP430 device, or -mhwmult to set hardware multiply type " | ||||
"explicitly.">, InGroup<InvalidCommandLineArgument>; | "explicitly.">, InGroup<InvalidCommandLineArgument>; | ||||
// Frame pointer reservation. | |||||
def warn_reserved_frame_pointer : Warning< | |||||
"'%0' has been specified but '%1' may still be used as a frame pointer">, | |||||
InGroup<FixedRegs>; | |||||
} | } |