llvm-project/clang/unittests/ASTMatchers
Nico Weber 1865df4996 s/LLVM_ON_WIN32/_WIN32/, clang
LLVM_ON_WIN32 is set exactly with MSVC and MinGW (but not Cygwin) in
HandleLLVMOptions.cmake, which is where _WIN32 defined too.  Just use the
default macro instead of a reinvented one.

See thread "Replacing LLVM_ON_WIN32 with just _WIN32" on llvm-dev and cfe-dev.
No intended behavior change.

llvm-svn: 331069
2018-04-27 19:11:14 +00:00
..
Dynamic Make add_clang_unittest formatting a bit more consistent. 2018-04-25 16:20:43 +00:00
ASTMatchersInternalTest.cpp s/LLVM_ON_WIN32/_WIN32/, clang 2018-04-27 19:11:14 +00:00
ASTMatchersNarrowingTest.cpp [ASTMatchers] Add isAssignmentOperator matcher 2018-03-27 12:11:46 +00:00
ASTMatchersNodeTest.cpp [ASTMatchers] Introduce a matcher for matching any given Objective-C selector 2018-03-29 00:51:12 +00:00
ASTMatchersTest.h Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. 2017-06-15 21:01:24 +00:00
ASTMatchersTraversalTest.cpp [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objective-C methods 2018-03-29 00:51:11 +00:00
CMakeLists.txt Make add_clang_unittest formatting a bit more consistent. 2018-04-25 16:20:43 +00:00