aboutsummaryrefslogtreecommitdiff
path: root/www/get_started.html
AgeCommit message (Expand)Author
2013-04-15Remove reference to MSVC only building X86 backend.Tim Northover
2013-03-12Make C++11 status page more consistent: we mark entries as "done" if weRichard Smith
2012-11-27docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi
2012-11-27clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi
2012-08-14Add initial documentation about the new tools repository and theChandler Carruth
2012-08-14Clean up the basic instructions for getting started with clang to alwaysChandler Carruth
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-05-16Clarify how libstdc++ and other bits of the system toolchain are foundChandler Carruth
2012-02-09Getting Started: Add a missing "cd ../..".Benjamin Kramer
2012-01-15Fix ALL the markup.Benjamin Kramer
2011-12-07www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar
2011-11-16Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth
2011-11-07Colorize. (this is consistent with the coloring in diagnostics.html, but perh...David Blaikie
2011-07-25www/get_started.html: Fix a phrase, "in the *build* directory* in the instruc...NAKAMURA Takumi
2011-04-06Added link to LLVM cmake page in Visual Studio section.John Thompson
2011-03-27www/get_started.html: Fix a few URLs.NAKAMURA Takumi
2010-12-16Getting Started: Add VS2010 instructions and specify an out of source build.Michael J. Spencer
2010-11-02Add link to LLVM releases page.Daniel Dunbar
2010-10-29Use objdir != srcdir in the getting started doc.Rafael Espindola
2010-10-07Bugs should go to Bugzilla, not the mailing listDouglas Gregor
2010-07-26path renamed.Chris Lattner
2010-05-06mention that cmake works on unix too. PR7061Chris Lattner
2010-03-29provide a simpler way to get to the headersGabor Greif
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-11-09fix thinkoChris Lattner
2009-11-09mention that clang defaults to C99 mode, PR5388Chris Lattner
2009-11-09remove a mostly obsolete "word of warning"Chris Lattner
2009-11-06Update clang web pages with respect to WindowsJohn Thompson
2009-09-27CMake generate VS2008 project and CLang and LLVM compile without problem on V...Cedric Venet
2009-08-20Improve the Getting Started and Hacking web pages, patch byChris Lattner
2009-08-06Add link to LLVM's Getting Started page.Anton Korobeynikov
2009-08-03Website updates for working with Visual Studio and making patches.Eli Friedman
2009-05-24Another tweak to the clang Getting Started page.Daniel Dunbar
2009-05-24Minor updates to the clang Getting Started page.Daniel Dunbar
2009-03-27Update "Getting Started" with more current information about 'clang-cc' and '...Ted Kremenek
2009-03-10update this, C headers don't need hacks anymore.Chris Lattner
2009-02-25clang seems "generally useful" for c and objc by now, though obviously bugsChris Lattner
2008-08-26make www less outdatedNico Weber
2008-08-26update documentationNico Weber
2008-07-14Fix minor mistake in clang checkout instructions.Ted Kremenek
2008-06-17Convert <h4> to <h3>.Ted Kremenek
2008-06-09Sprinkle some "-o -" clang options to make the examples work.Matthijs Kooijman
2008-02-28Updated clang webpage to hint at "make update". AlsoGabor Greif
2008-02-08Moved that clang doesn't depend on llvm-gcc aboveTed Kremenek
2008-02-08Add instructions for building clang while building llvm.Eric Christopher
2008-02-08De-^Mify file.Eric Christopher
2008-01-10Added some text about the ccc script provided by Sanghyeon Seo.Ted Kremenek
2007-12-13split get_involved into two pages: get_started and get_involved.Chris Lattner