summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/cxx_oper_keyword.cpp
AgeCommit message (Expand)Author
2017-07-14Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart
2017-05-25Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane
2017-05-24For Microsoft compatibility, set fno_operator_namesErich Keane
2014-05-31Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker
2014-05-21Provide an aka for the C++ operator name macro diagnosticAlp Toker
2014-05-21Preprocessor: support defined() with operator names for MS compatibilityAlp Toker
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2006-12-04improve this test to also check -fno-operator-keywords.Chris Lattner
2006-11-21check minutia of the standard.Chris Lattner