summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2012-02-12 21:17:32 +0000
committersmatz <smatz@openttd.org>2012-02-12 21:17:32 +0000
commitb5525fd33dc965728ffc0e22efc0b1ba806ef807 (patch)
treec0d8203cd6c55766b17bbaeee2c83fc3ab2754a2 /readme.txt
parentf4de9b8a371fa1817aa4c0a47d224eb3b9779b0e (diff)
downloadopenttd-b5525fd33dc965728ffc0e22efc0b1ba806ef807.tar.xz
(svn r23941) -Add: support for clang
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 941e79685..d3135e09e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
OpenTTD readme
-Last updated: 2012-02-04
+Last updated: 2012-02-12
Release version: 1.2.0-beta4
------------------------------------------------------------------------
@@ -501,6 +501,8 @@ The following compilers are known to compile OpenTTD:
Versions 4.4 - 4.6 give bogus warnings about freeing non-heap objects.
Versions 4.5 and later give invalid warnings when lto is enabled.
- Intel C++ Compiler (ICC) 12.0.
+ - Clang/LLVM 2.9 - 3.0
+ Version 2.9 gives bogus warnings about code nonconformity.
The following compilers are known not to compile OpenTTD:
- Microsoft Visual C++ (MSVC) 2003 and earlier.
@@ -510,7 +512,7 @@ The following compilers are known not to compile OpenTTD:
Version 10.0 and earlier fail a configure check and fail with recent system
headers.
Version 10.1 fails to compile station_gui.cpp.
- Version 11.1 fails with internal error when compiling network.cpp.
+ Version 11.1 fails with an internal error when compiling network.cpp.
- Clang/LLVM 2.8 and earlier.
- (Open) Watcom.