diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:40:02 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-29 23:40:02 +0000 |
commit | 40c0e73be6b2508c33f802368080f6b369dc67bc (patch) | |
tree | bedc693962b266ce573cc1d9afcfea9617fd4a17 /lib/Index/Handlers.cpp | |
parent | 52f1d4793588af6c5c09ab096818ff942bae3af6 (diff) |
Introduce TULocation and TULocationHandler classes.
TULocation is like ASTLocation but also contains the TranslationUnit* that
the ASTLocation originated from.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index/Handlers.cpp')
-rw-r--r-- | lib/Index/Handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Index/Handlers.cpp b/lib/Index/Handlers.cpp index c94314b295..1e9a27d297 100644 --- a/lib/Index/Handlers.cpp +++ b/lib/Index/Handlers.cpp @@ -19,3 +19,4 @@ using namespace idx; // Out-of-line to give the virtual tables a home. EntityHandler::~EntityHandler() { } TranslationUnitHandler::~TranslationUnitHandler() { } +TULocationHandler::~TULocationHandler() { } |