search for: c295d6bd

Displaying 1 result from an estimated 1 matches for "c295d6bd".

2012 Jun 11
1
[LLVMdev] include files
The LLVM Coding Standards discuss include files at some length. Suggests that the minimal list of includes be listed. Experimenting, I find the list is much shorter that used by most passes, perhaps only 3 or 4 files, probably because the necessary declarations are included indirectly. For example, I might get away with a .h file including only #include "llvm/Analysis/AliasAnalysis.h"