index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
obj2yaml
/
Error.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Common behavior for error types
Alexandre Ganea
2018-08-31
1
-1
/
+1
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-2
/
+2
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
[obj2yaml] Adding Error/Expected to macho2yaml
Chris Bieneman
2016-05-12
1
-1
/
+11
*
Initial add for MachO support for obj2yaml
Chris Bieneman
2016-05-11
1
-0
/
+2
*
Added missing LLVM_NOEXCEPT to the definition of _obj2yaml_error_category::name
Ismail Pazarbasi
2014-09-11
1
-1
/
+3
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-9
/
+0
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-1
/
+1
*
Use an enum class.
Rafael Espindola
2014-06-11
1
-5
/
+4
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-2
/
+2
*
There is no std::errc::success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-1
/
+1
*
[obj2yaml] Recognize input file format using llvm::object::ObjectFile
Simon Atanasyan
2014-05-07
1
-0
/
+54