whitespace
[oota-llvm.git] / include / llvm / ADT / Optional.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Argyrios KyrtzidisUse a bool instead of a bitfield in llvm/ADT/Optional.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-10-18 Jordan RoseFix case for include of Compiler.h.
2012-10-18 Jordan RoseAdd a T&& constructor to llvm::Optional.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2010-04-09 Ted KremenekMove 'Optional' class from Clang to LLVM/ADT.