search for: ead1622b

Displaying 2 results from an estimated 2 matches for "ead1622b".

2009 Jan 02
0
[LLVMdev] Private headers and testing
...t; to avoid the > issue. Do you have a specific example of a unit test that would need these? I really think these should stay private. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090102/ead1622b/attachment.html>
2009 Jan 02
3
[LLVMdev] Private headers and testing
Hi all, Reading this doc: http://llvm.org/docs/CodingStandards.html#hl_privateheaders, it suggests putting private implementation details outside of llvm/include/* to avoid polluting the public header space. This makes sense, and it works fine, because make enters every directory and hence doesn't need a -I path to include them. However, unittests need to also #include these headers to be