Home | History | Annotate | Download | only in www

Lines Matching full:libraries

148 divided into separate libraries which can then be mixed up for different needs
154 "The world needs better compiler tools, tools which are built as libraries.
156 building the tools as libraries isn't enough: they must have clean APIs, be as
158 requires clean layering, decent design, and keeping the libraries independent of
162 Currently, clang is divided into the following libraries and tool:
185 <li><b>clang</b> - A driver program, client of the libraries at various
190 build a preprocessor, you would take the Basic and Lexer libraries. If you want
194 semantic analyzer libraries.</p>
197 various clang libraries, please see the <a href="docs/InternalsManual.html">
241 <p>Designing the libraries with clean and simple APIs allows these high-level
243 way" in the implementation of any of these libraries. Getting this right is