Skip to content
Snippets Groups Projects
Commit 356afa52 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 86a88885
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
<ul> <ul>
<li>GCC supports languages that clang does not aim to, such as Java, Ada, <li>GCC supports languages that clang does not aim to, such as Java, Ada,
FORTRAN, etc.</li> FORTRAN, etc.</li>
<li>GCC front-ends are very mature and already support C/C++/ObjC and all <li>GCC front-ends are very mature and already support C++.
the variants we are interested in. <a href="cxx_status.html">clang's <a href="cxx_status.html">clang's support for C++</a> is nowhere near
support for C++</a> in particular is nowhere near what GCC supports.</li> what GCC supports.</li>
<li>GCC supports more targets than LLVM.</li> <li>GCC supports more targets than LLVM.</li>
<li>GCC is popular and widely adopted.</li> <li>GCC is popular and widely adopted.</li>
<li>GCC does not require a C++ compiler to build it.</li> <li>GCC does not require a C++ compiler to build it.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment