[llvm-branch-commits] [cfe-branch] r195233 - Update to the 3.4 release numbers.

Bill Wendling isanbard at gmail.com
Wed Nov 20 02:00:30 PST 2013


Author: void
Date: Wed Nov 20 04:00:30 2013
New Revision: 195233

URL: http://llvm.org/viewvc/llvm-project?rev=195233&view=rev
Log:
Update to the 3.4 release numbers.

Modified:
    cfe/branches/release_34/docs/LibTooling.rst
    cfe/branches/release_34/docs/ReleaseNotes.rst

Modified: cfe/branches/release_34/docs/LibTooling.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/LibTooling.rst?rev=195233&r1=195232&r2=195233&view=diff
==============================================================================
--- cfe/branches/release_34/docs/LibTooling.rst (original)
+++ cfe/branches/release_34/docs/LibTooling.rst Wed Nov 20 04:00:30 2013
@@ -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.

Modified: cfe/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_34/docs/ReleaseNotes.rst?rev=195233&r1=195232&r2=195233&view=diff
==============================================================================
--- cfe/branches/release_34/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_34/docs/ReleaseNotes.rst Wed Nov 20 04:00:30 2013
@@ -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
 ============
 





More information about the llvm-branch-commits mailing list