]> granicus.if.org Git - clang/commitdiff
Update to the 3.4 release numbers.
authorBill Wendling <isanbard@gmail.com>
Wed, 20 Nov 2013 10:00:30 +0000 (10:00 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 20 Nov 2013 10:00:30 +0000 (10:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195233 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibTooling.rst
docs/ReleaseNotes.rst

index a9c24c304545ea174e4341974ba56d0e810d0d3f..5058656064339ef6d1e5eb5582af5ca0ad08f251 100644 (file)
@@ -176,7 +176,7 @@ Builtin includes
 
 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.
index 597d48142f0e3ececc3676bdb5d404121e95a131..e0945b88daaa1c479786c453e64bddc4ee4bd01f 100644 (file)
@@ -6,14 +6,6 @@ Clang 3.4 (In-Progress) Release Notes
    :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
 ============