From: Daniel Dunbar Date: Thu, 13 Nov 2008 23:01:34 +0000 (+0000) Subject: Fix some validation errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f064176f43083530a0467d10aed532514cff1de;p=clang Fix some validation errors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59272 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/hacking.html b/www/hacking.html index d70538dd0b..b855a93acb 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -17,26 +17,24 @@

This document provides some hints for how to get started hacking on Clang for developers who are new to the Clang and/or LLVM - codebases. + codebases.

-

-

Developer Documentation

+

Developer Documentation

Both Clang and LLVM use doxygen to provide API documentation. Their - respective web pages (generated nightly) are here: + respective web pages (generated nightly) are here:

-

- +

For work on the LLVM IR generation, the LLVM assembly language reference manual is also useful.

@@ -45,7 +43,7 @@

Debugging

-

Inspecting data structures in a debugger: +

Inspecting data structures in a debugger:

-

LLVM IR Generation

@@ -74,7 +71,7 @@ can also use -emit-llvm-bc to write an LLVM bitcode file which can be processed by the suite of LLVM tools like llvm-dis, llvm-nm, etc. See the LLVM - Command Guide + Command Guide for more information.