David Blaikie
|
19ff92b4c2
|
Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-11-07 06:28:33 +00:00 |
NAKAMURA Takumi
|
542c76220a
|
www/get_started.html: Fix a phrase, "in the *build* directory* in the instructions of Visual Studio. Thanks to Andreas Bittel to point it out.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135907 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-07-25 12:40:26 +00:00 |
John Thompson
|
13eb5657f9
|
Added link to LLVM cmake page in Visual Studio section.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129013 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-04-06 18:22:12 +00:00 |
NAKAMURA Takumi
|
cc8770a94d
|
www/get_started.html: Fix a few URLs.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128372 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-03-27 02:04:21 +00:00 |
Michael J. Spencer
|
0de5786381
|
Getting Started: Add VS2010 instructions and specify an out of source build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122003 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-12-16 22:01:14 +00:00 |
Daniel Dunbar
|
fa8e11be29
|
Add link to LLVM releases page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-11-02 22:34:04 +00:00 |
Rafael Espindola
|
fa5fa97a14
|
Use objdir != srcdir in the getting started doc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117723 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-29 22:05:17 +00:00 |
Douglas Gregor
|
9ff3e66b20
|
Bugs should go to Bugzilla, not the mailing list
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115972 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-07 20:20:57 +00:00 |
Chris Lattner
|
be9a5ca062
|
path renamed.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109464 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-07-26 22:51:00 +00:00 |
Chris Lattner
|
7878178011
|
mention that cmake works on unix too. PR7061
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103202 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-05-06 21:57:57 +00:00 |
Gabor Greif
|
74350825e3
|
provide a simpler way to get to the headers
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99843 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-03-29 21:36:06 +00:00 |
Daniel Dunbar
|
dd63b28107
|
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91176 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-12-11 23:04:35 +00:00 |
Chris Lattner
|
d73fef653a
|
fix thinko
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86509 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-09 04:04:07 +00:00 |
Chris Lattner
|
63d423dab6
|
mention that clang defaults to C99 mode, PR5388
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86507 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-09 03:21:02 +00:00 |
Chris Lattner
|
d2c1c60835
|
remove a mostly obsolete "word of warning"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86506 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-09 03:18:18 +00:00 |
John Thompson
|
99ff8da8c5
|
Update clang web pages with respect to Windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86200 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-11-06 00:06:29 +00:00 |
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 |