]> granicus.if.org Git - clang/commit
Pass from the parser the locations of selector identifiers when creating
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 3 Oct 2011 06:36:36 +0000 (06:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 3 Oct 2011 06:36:36 +0000 (06:36 +0000)
commit11d77169555480ee0a04c6e5bc390d8fde41175d
treef809e653dfa87d94c84ea3e4d767edc8265a3922
parentda92a7f91cf88f49e02050919676f7fb8e3bdff8
Pass from the parser the locations of selector identifiers when creating
objc method decls.

They are not stored in the AST yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140984 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Sema/Sema.h
lib/AST/ASTImporter.cpp
lib/AST/DeclObjC.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Parse/ParseObjc.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Serialization/ASTReaderDecl.cpp