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.
- -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 @@Inspecting data structures in a debugger: +
Inspecting data structures in a debugger: