summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-16 01:31:09 +0000
committerMike Stump <mrs@apple.com>2009-09-16 01:31:09 +0000
commit1855a56f92a660a13647592e9e57c39996476648 (patch)
tree61fd8c58d6b732d2cb170d6406cb15b1b71430df /clang
parent0d3f6962a188fe88c401d2602f62138f0df87f21 (diff)
downloadbcm5719-llvm-1855a56f92a660a13647592e9e57c39996476648.tar.gz
bcm5719-llvm-1855a56f92a660a13647592e9e57c39996476648.zip
Add a FIXME, so the next person don't trip as hard on the landmines.
llvm-svn: 81986
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/Version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/Version.h b/clang/include/clang/Basic/Version.h
index a6ced156ac9..3c1ef2bb592 100644
--- a/clang/include/clang/Basic/Version.h
+++ b/clang/include/clang/Basic/Version.h
@@ -17,6 +17,7 @@
/// \brief Clang major version
#define CLANG_VERSION_MAJOR 1
+// FIXME: Updates to this file must also update CMakeLists.txt and VER.
/// \brief Clang minor version
#define CLANG_VERSION_MINOR 1
OpenPOWER on IntegriCloud