index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Optional.h
Age
Commit message (
Expand
)
Author
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-02-22
An Optional<T> is pod-like if the inner type is.
Benjamin Kramer
2013-02-21
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-21
ADT/Optional.h: Appease msvc. It reapplies r175626.
NAKAMURA Takumi
2013-02-21
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-20
Revert r175626, "ADT/Optional.h: Appease msvc."
NAKAMURA Takumi
2013-02-20
Whitespace.
NAKAMURA Takumi
2013-02-20
ADT/Optional.h: Appease msvc.
NAKAMURA Takumi
2013-02-20
Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.
David Blaikie
2013-02-20
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-02
Use a bool instead of a bitfield in llvm/ADT/Optional.
Argyrios Kyrtzidis
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
Separate out the tests for whether the compiler suports R-value
Chandler Carruth
2012-11-30
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
Jordan Rose
2012-10-18
Fix case for include of Compiler.h.
Jordan Rose
2012-10-18
Add a T&& constructor to llvm::Optional.
Jordan Rose
2011-02-11
Poison the relational operators ==, !=, <, <=, >=, > on llvm::Optional
Douglas Gregor
2010-04-09
Move 'Optional' class from Clang to LLVM/ADT.
Ted Kremenek