aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackProtector.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-01-07 20:31:06 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-01-07 20:31:06 +0000
commit66369c03a387f6c27cc92ba6184433daa4989dd2 (patch)
treee1fae2848f1dd7890b27cf1cc1a76048adff40c2 /llvm/lib/CodeGen/StackProtector.cpp
parent627df427eb718d42669265d58a80607272ac9ccf (diff)
downloadllvm-66369c03a387f6c27cc92ba6184433daa4989dd2.zip
llvm-66369c03a387f6c27cc92ba6184433daa4989dd2.tar.gz
llvm-66369c03a387f6c27cc92ba6184433daa4989dd2.tar.bz2
In C++03, a bunch of the arithmetic/logical/comparison functors (such as add/equal_to/logical_or) were defined as deriving from binary_funtion. That restriction was removed in C++11, but the tests still check for this. Change the test to look for the embedded types first_argument/second_argument/result_type. No change to the library, just more standards-compliant tests. Thanks to STL @ Microsoft for the suggestion.
llvm-svn: 225375
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions