Cedric Venet
|
6bfc8b635f
|
CMake generate VS2008 project and CLang and LLVM compile without problem on VS2008. Remove obsolete remark
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82895 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-09-27 10:34:36 +00:00 |
Chris Lattner
|
357f7ce199
|
Improve the Getting Started and Hacking web pages, patch by
John Thompson!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79518 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-20 06:17:11 +00:00 |
Anton Korobeynikov
|
1816e48427
|
Add link to LLVM's Getting Started page.
Patch by John Thompson!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-06 13:00:08 +00:00 |
Eli Friedman
|
d1e1ef3b0a
|
Website updates for working with Visual Studio and making patches.
Patch by John Thompson!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77988 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-08-03 19:42:28 +00:00 |
Daniel Dunbar
|
ce9f4966bc
|
Another tweak to the clang Getting Started page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72355 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-05-24 01:40:10 +00:00 |
Daniel Dunbar
|
05fc1c25d4
|
Minor updates to the clang Getting Started page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72354 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-05-24 01:00:12 +00:00 |
Ted Kremenek
|
9b16da332b
|
Update "Getting Started" with more current information about 'clang-cc' and 'clang'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67850 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-27 16:32:57 +00:00 |
Chris Lattner
|
ca8c49f9d2
|
update this, C headers don't need hacks anymore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66544 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-10 16:01:44 +00:00 |
Chris Lattner
|
d825883a1a
|
clang seems "generally useful" for c and objc by now, though obviously bugs
still remain.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65431 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-25 05:35:47 +00:00 |
Nico Weber
|
647d3fec69
|
make www less outdated
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55388 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-08-26 21:36:37 +00:00 |
Nico Weber
|
4e3ee00a25
|
update documentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55386 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-08-26 21:23:32 +00:00 |
Ted Kremenek
|
8c22bc3a35
|
Fix minor mistake in clang checkout instructions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53550 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-07-14 14:40:22 +00:00 |
Ted Kremenek
|
35f29c5c4c
|
Convert <h4> to <h3>.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52400 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-06-17 13:48:36 +00:00 |
Matthijs Kooijman
|
ddf0cadce9
|
Sprinkle some "-o -" clang options to make the examples work.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52145 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-06-09 14:09:10 +00:00 |
Gabor Greif
|
9c63ed58cf
|
Updated clang webpage to hint at "make update". Also
changed "very early" to "early" when talking about
the state of clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47718 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-02-28 14:59:26 +00:00 |
Ted Kremenek
|
675a9ba538
|
Moved that clang doesn't depend on llvm-gcc above
the subsection of building clang with llvm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46884 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-02-08 07:32:26 +00:00 |
Eric Christopher
|
562b4f351a
|
Add instructions for building clang while building llvm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46881 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-02-08 07:10:48 +00:00 |
Eric Christopher
|
7dc0e57cc4
|
De-^Mify file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46879 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-02-08 06:45:49 +00:00 |
Ted Kremenek
|
fea89c2020
|
Added some text about the ccc script provided by Sanghyeon Seo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45820 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-01-10 04:59:05 +00:00 |
Chris Lattner
|
623ec629c8
|
split get_involved into two pages: get_started and get_involved.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44988 91177308-0d34-0410-b5e6-96231b3b80d8
|
2007-12-13 06:20:15 +00:00 |