summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cfi-nvcall.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement CFI type checks for non-virtual calls.Peter Collingbourne2015-04-021-0/+35
This uses the same class metadata currently used for virtual call and cast checks. The new flag is -fsanitize=cfi-nvcall. For consistency, the -fsanitize=cfi-vptr flag has been renamed -fsanitize=cfi-vcall. Differential Revision: http://reviews.llvm.org/D8756 llvm-svn: 233874
OpenPOWER on IntegriCloud