Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Support / RWMutex.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-24 Yaron KerenSilence clang warning: private field 'data_' is not...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2010-11-29 Michael J. SpencerMerge System into Support.