summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arm-microsoft-intrinsics.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve error handling for PR22560.Bob Wilson2015-06-231-0/+9
The ARM _MoveToCoprocessor and _MoveFromCoprocessor builtins require integer constants for most arguments, but clang was not checking that. With this change, we now report meaningful errors instead of crashing in the backend. llvm-svn: 240463
OpenPOWER on IntegriCloud