projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c14612
)
Documentation: correct syntax (one missing comma, one extra comma)
author
Dmitri Gribenko
<gribozavr@gmail.com>
Sat, 16 Feb 2013 20:07:40 +0000
(20:07 +0000)
committer
Dmitri Gribenko
<gribozavr@gmail.com>
Sat, 16 Feb 2013 20:07:40 +0000
(20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175375
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/SourceLevelDebugging.rst
patch
|
blob
|
history
diff --git
a/docs/SourceLevelDebugging.rst
b/docs/SourceLevelDebugging.rst
index 00c26cb42b089a679dc439d0cde40bf22dce17dd..78ce4e0e532e4cb95341249e2c5401f30bac64bd 100644
(file)
--- a/
docs/SourceLevelDebugging.rst
+++ b/
docs/SourceLevelDebugging.rst
@@
-307,8
+307,8
@@
Subprogram descriptors
Function * , ;; Pointer to LLVM function
metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor
- metadata
;; List of function variables
- i32
,
;; Line number where the scope of the subprogram begins
+ metadata
,
;; List of function variables
+ i32
;; Line number where the scope of the subprogram begins
}
These descriptors provide debug information about functions, methods and