Keep reifying other errors.
Details
Diff Detail
Event Timeline
As for the NOLINT on the constructor: We have two Error* constructors doing that.
Do you want me to change them to parenthesized initialization too, so we don't need the NOLINT?
lib/asan/asan_errors.h | ||
---|---|---|
23 | I had taken it out because it's a simple function which would now be needed on two .cc files (for a while), and we don't really want to export the symbol. | |
lib/asan/asan_report.cc | ||
324 | I can use parenthesis, but we might want to start thinking about updating the cpplint.py script. I guess there are newer versions that might be able to deal with this. |
lib/asan/asan_errors.h | ||
---|---|---|
23 | I see no problem with symbol | |
134 | Let's keep NOLINT here for consistency, | |
lib/asan/asan_report.cc | ||
324–326 | I see, it's about ";" after "}" |
Please move it back into cc file