diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-09 22:59:01 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-11-09 22:59:01 +0000 |
commit | 32f1764d6509de004c5b7123d3826af82c94471b (patch) | |
tree | ddedc676b46bbfcd5ece4fdff2bf167c8587979b /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | b6075f4abdef0182c6c7db8e8d33a3780fb56bf2 (diff) | |
download | llvm-32f1764d6509de004c5b7123d3826af82c94471b.zip llvm-32f1764d6509de004c5b7123d3826af82c94471b.tar.gz llvm-32f1764d6509de004c5b7123d3826af82c94471b.tar.bz2 |
Add lldb data formatters for clang classes, starting with SourceLocation.
When installed, instead of getting this:
(lldb) p Tok.Loc
(clang::SourceLocation) $0 = {
(unsigned int) ID = 123582
}
you'll get:
(lldb) p Tok.Loc
(clang::SourceLocation) $4 = "/usr/include/i386/_types.h:37:1" (offset: 123582, file)
This depends on r167629.
llvm-svn: 167640
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions