This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix missing dependency to static analyzer
ClosedPublic

Authored by etienneb on Aug 2 2016, 3:44 PM.

Details

Summary

This patch is fixing the build bot broken for a missing dependency.

The missing dependency is breaking "shared" build.

./mpi/TypeMismatchCheck.cpp:
  #include "clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h"

I'm not a fan of that fix. It's brining a strange dependency.

Diff Detail

Repository
rL LLVM

Event Timeline

etienneb updated this revision to Diff 66577.Aug 2 2016, 3:44 PM
etienneb retitled this revision from to [clang-tidy] Fix missing dependency to static analyzer.
etienneb updated this object.
etienneb added a reviewer: alexfh.
etienneb added subscribers: chrisha, llvm-commits.
This revision was automatically updated to reflect the committed changes.
alexfh edited edge metadata.Aug 2 2016, 4:01 PM

Awesome, thanks!