From: Bill Wendling Date: Wed, 20 Nov 2013 10:00:30 +0000 (+0000) Subject: Update to the 3.4 release numbers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fb481f4b9513884dd0b4855438b42a9de2555d1;p=clang Update to the 3.4 release numbers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@195233 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibTooling.rst b/docs/LibTooling.rst index a9c24c3045..5058656064 100644 --- a/docs/LibTooling.rst +++ b/docs/LibTooling.rst @@ -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. diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 597d48142f..e0945b88da 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -6,14 +6,6 @@ Clang 3.4 (In-Progress) Release Notes :local: :depth: 2 -Written by the `LLVM Team `_ - -.. warning:: - - These are in-progress notes for the upcoming Clang 3.4 release. You may - prefer the `Clang 3.3 Release Notes - `_. - Introduction ============