llvm-6502/unittests
Alexey Samsonov d976d43f23 Introduce factory methods for SpecialCaseList
Summary:
Doing work in constructors is bad: this change suggests to
call SpecialCaseList::create(Path, Error) instead of
"new SpecialCaseList(Path)". Currently the latter may crash with
report_fatal_error, which is undesirable - sometimes we want to report
the error to user gracefully - for example, if he provides an incorrect
file as an argument of Clang's -fsanitize-blacklist flag.

Reviewers: pcc

Reviewed By: pcc

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1327

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188156 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-12 07:49:36 +00:00
..
ADT [APFloat] Make all arithmetic operations with NaN produce positive NaNs. 2013-07-27 21:49:25 +00:00
Analysis
Bitcode
DebugInfo
ExecutionEngine
IR Make one of the AttributeSet ctors maintain the invariant that the 2013-08-02 22:29:40 +00:00
Object Update incorrect file headers. 2013-08-01 18:42:28 +00:00
Option Option parsing: recognize the special -- token 2013-08-02 21:20:27 +00:00
Support Fix off-by-one error in Regex::isValid 2013-08-08 17:32:45 +00:00
Transforms Introduce factory methods for SpecialCaseList 2013-08-12 07:49:36 +00:00
CMakeLists.txt
Makefile
Makefile.unittest