Keep track of type source information in the return type of an
Objective-C method declaration, e.g., for - (Foo *)myMethod; we now have TypeSourceInfo for the Foo*. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97942 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/DeclObjC.h 13 additions, 3 deletionsinclude/clang/AST/DeclObjC.h
- lib/AST/ASTImporter.cpp 3 additions, 1 deletionlib/AST/ASTImporter.cpp
- lib/AST/DeclObjC.cpp 4 additions, 3 deletionslib/AST/DeclObjC.cpp
- lib/Frontend/PCHReaderDecl.cpp 2 additions, 1 deletionlib/Frontend/PCHReaderDecl.cpp
- lib/Frontend/PCHWriterDecl.cpp 1 addition, 0 deletionslib/Frontend/PCHWriterDecl.cpp
- lib/Sema/SemaDeclObjC.cpp 5 additions, 3 deletionslib/Sema/SemaDeclObjC.cpp
- test/Index/c-index-getCursor-test.m 3 additions, 1 deletiontest/Index/c-index-getCursor-test.m
- tools/CIndex/CIndex.cpp 4 additions, 3 deletionstools/CIndex/CIndex.cpp
Loading
Please register or sign in to comment