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 | e9d417d9fcefc50dfb75388cdc641cf8894cdd71 (patch) | |
tree | deb114d98b3a4cbfad70c36b3ecd45ce71769192 /test/SemaTemplate/dependent-sized_array.cpp | |
parent | 762d15d5dccf818bd88c80e957390e31e41b9277 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/dependent-sized_array.cpp')
0 files changed, 0 insertions, 0 deletions