aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/TimeValue.h
AgeCommit message (Expand)Author
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-05Provide a default constructor for TimeValue. This was used, but only inChandler Carruth
2013-01-02Don't #include stuff outside the include guards.Argyrios Kyrtzidis
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-22Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-29Merge System into Support.Michael J. Spencer