git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195233
91177308-0d34-0410-b5e6-
96231b3b80d8
Clang tools need their builtin headers and search for them the same way Clang
does. Thus, the default location to look for builtin headers is in a path
-``$(dirname /path/to/tool)/../lib/clang/3.3/include`` relative to the tool
+``$(dirname /path/to/tool)/../lib/clang/3.4/include`` relative to the tool
binary. This works out-of-the-box for tools running from llvm's toplevel
binary directory after building clang-headers, or if the tool is running from
the binary directory of a clang install next to the clang binary.
:local:
:depth: 2
-Written by the `LLVM Team <http://llvm.org/>`_
-
-.. warning::
-
- These are in-progress notes for the upcoming Clang 3.4 release. You may
- prefer the `Clang 3.3 Release Notes
- <http://llvm.org/releases/3.3/tools/clang/docs/ReleaseNotes.html>`_.
-
Introduction
============