Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Option / OptSpecifier.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-24 Richard SmithAdd missing include, found by modules build.
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.