summaryrefslogtreecommitdiff
path: root/test/Lexer/has_feature_rtti.cpp
AgeCommit message (Expand)Author
2015-08-13Turn off __has_feature(cxx_rtti) when -fno-rtti-data is presentReid Kleckner
2010-06-29tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-03Rename has_feature(rtti) to has_feature(cxx_rtti) for clarity.Ted Kremenek
2009-12-03Add FileCheck test for '__has_feature(rtti)'.Ted Kremenek