llvm-6502/include/llvm/Transforms
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
..
IPO
Utils Introduce factory methods for SpecialCaseList 2013-08-12 07:49:36 +00:00
Instrumentation.h Really unbreak Mac build. 2013-08-07 23:41:13 +00:00
IPO.h
ObjCARC.h
Scalar.h Factor FlattenCFG out from SimplifyCFG 2013-08-06 02:43:45 +00:00
Vectorize.h