Rafael Espindola
0435943897
Small change to avoid confusion on what "used by" means for a compiler.
...
Patch by Jonathan Sauer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161897 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-14 21:58:29 +00:00
Benjamin Kramer
dd26998c1f
Better C++11 support is no longer an advantage of GCC.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155312 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-22 11:34:43 +00:00
Benjamin Kramer
665a8dc953
Fix ALL the markup.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148219 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-15 15:26:07 +00:00
David Blaikie
1e2b3d7c61
Updating the Clang website to refer to C++'11 instead of C++'0x
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141949 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-14 07:58:10 +00:00
Chris Lattner
9858e8fc86
some updates.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131286 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-13 05:29:16 +00:00
Chris Lattner
e229b9dd54
minor updates
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104436 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-22 07:02:06 +00:00
Douglas Gregor
57f1a00bf2
Update Clang C++ status, with a more project-centric focus.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95455 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-05 23:51:14 +00:00
Daniel Dunbar
5a7cb84a8e
Fix sentence-o.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84305 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-17 03:28:37 +00:00
Douglas Gregor
701cceef9e
Our C++ support is far enough along now that we shouldn't be recommending the use of Elsa
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84149 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-14 21:54:48 +00:00
Chris Lattner
b0802c9f50
pcc supports some c99
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82774 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-25 16:45:10 +00:00
Chris Lattner
b76c2322bf
oink is dead.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74263 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26 04:10:17 +00:00
Chris Lattner
356afa52f2
C/ObjC work well enough with clang for them not to be a gcc strength anymore.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70528 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-01 01:42:13 +00:00
Chris Lattner
7eee9f74b9
link to diags page.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67323 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-19 18:57:33 +00:00
Cedric Venet
3d658640ab
Add svn:eol-style=native to some files
...
Correct two files with inconsistent lines endings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64564 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-14 20:20:19 +00:00
Chris Lattner
37629a4142
codegen is much farther along than when this was first written.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63668 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-03 21:54:08 +00:00
Chris Lattner
6437406bb6
other updates
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55278 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24 05:56:54 +00:00
Chris Lattner
3b88ce8e4a
link to c++ status page
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55277 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24 05:44:37 +00:00
Chris Lattner
3e820afa3a
codegen is still not 'finished', but in a better state than before.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55276 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24 05:42:07 +00:00
Kevin
a675133540
IE Menu Problem...
...
Originally, I included CSS hacks for IE.
However, my comments before the doctype was the reason IE was running in non-strict mode. I did not know this.
When Chris removed the comments, IE correctly went into strict mode and my IE hacks were no longer needed (the hacks were getting in the way now).
solution:
*) Make sure doctype is first on all files
*) removed all IE hacks from menu.css (since the doctype issue fixes IE)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45025 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-14 05:47:49 +00:00
Chris Lattner
aeae19c427
typo reported by Gabor Greif
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44909 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-12 04:22:37 +00:00
Chris Lattner
45918f3db5
fix typo pointed out by gordon
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-12 03:33:41 +00:00
Chris Lattner
c26df99865
gcc supports more targets.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44885 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 22:32:45 +00:00
Chris Lattner
0b11baa309
update pch discussion
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44884 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 22:29:38 +00:00
Chris Lattner
0fcc09e4b6
improve title
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44883 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 22:26:03 +00:00
Chris Lattner
03c58a3c96
add a con of clang vs gcc
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44882 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 22:22:59 +00:00
Chris Lattner
c030f00438
mention pork
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44857 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 07:59:50 +00:00
Chris Lattner
74a165bc4e
be more clear about what we are comparing.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44795 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 17:38:50 +00:00
Chris Lattner
0d1638ee36
fixes, thanks to Nico Weber
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44789 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 08:21:12 +00:00
Chris Lattner
b5604af306
now with hackability.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44784 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 07:23:52 +00:00
Chris Lattner
c222f93900
incorporate suggestions from Joel Nelson.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44782 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 06:01:32 +00:00
Chris Lattner
ac7e0906c6
add toc
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44780 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 05:23:01 +00:00
Chris Lattner
40ae32f88b
minor edits
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44776 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 05:06:15 +00:00
Chris Lattner
42f956b7ee
Be more positive! Add to sidebar.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44762 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 02:24:44 +00:00
Chris Lattner
6c9a70d00e
updates.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44761 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 02:18:15 +00:00
Chris Lattner
ff11fa3851
minor edits
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44759 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 02:05:32 +00:00
Chris Lattner
b0c4c63bb9
make more positive.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44758 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 01:52:24 +00:00
Chris Lattner
8310967dd0
Add a "comparing clang to other compilers" page, to help resolve some FAQ's.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44754 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 01:44:24 +00:00