summaryrefslogtreecommitdiffstats
path: root/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.Eugene Zelenko2016-04-211-1/+9
* Use Expected<T> instead of ErrorOr<T>in yaml reader. NFCPete Cooper2016-03-311-1/+1
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-211-11/+0
* Use arithmetic type to represent alignments (not in log2) everywhere.Rui Ueyama2015-03-261-9/+9
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-9/+9
* Remove implicit constructor and operator int from PowerOf2.Rui Ueyama2015-03-261-9/+9
* Sort include files according to convention.Shankar Easwaran2014-10-181-4/+1
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Whitespace.Rui Ueyama2014-01-131-22/+22
* Use the mach-o MH_* name for file types in yamlNick Kledzik2014-01-081-12/+12
* fix all EXPECT_EQ(.address) testsNick Kledzik2013-10-081-8/+8
* fix test case failing on botNick Kledzik2013-10-081-1/+1
* Supoort mach-o encoded in yaml.Nick Kledzik2013-10-081-0/+769
OpenPOWER on IntegriCloud