forked from OSchip/llvm-project
c2f18315ff
AbstractBasicReader.h has quite a few dependencies already, and that's only likely to increase. Meanwhile, ASTRecordReader is really an implementation detail of the ASTReader that is only used in a small number of places. I've kept it in a public header for the use of projects like Swift that might want to plug in to Clang's serialization framework. I've also moved OMPClauseReader into an implementation file, although it can't be made private because of friendship. |
||
---|---|---|
.. | ||
AnalysisConsumer.cpp | ||
CMakeLists.txt | ||
CheckerRegistration.cpp | ||
CheckerRegistry.cpp | ||
FrontendActions.cpp | ||
ModelConsumer.cpp | ||
ModelInjector.cpp | ||
ModelInjector.h |