llvm-6502/include
2014-08-19 14:59:02 +00:00
..
llvm Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r215957 (these commits all rely on previous commits) due to build breakage. These commits cause failed assertions when testing Clang using MSVC 2013. The asserts are triggered from the std::equal call within ArrayRef::equals due to being passed invalid input (ArrayRef.begin() is returning a nullptr which is problematic). 2014-08-19 14:59:02 +00:00
llvm-c Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00