diff --git a/clang/www/hacking.html b/clang/www/hacking.html index d70538dd0b75..b855a93acb2b 100644 --- a/clang/www/hacking.html +++ b/clang/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.