Fix FriendDecl source location and range for class templates and function declaration...
authorNikola Smiljanic <popizdeh@gmail.com>
Thu, 17 Jul 2014 01:59:34 +0000 (01:59 +0000)
committerNikola Smiljanic <popizdeh@gmail.com>
Thu, 17 Jul 2014 01:59:34 +0000 (01:59 +0000)
commit4fc91538e93860a0b86b72530054acc301ab9c0e
tree63bfaf383e493bac3327464097d2045de093544e
parent354e23b029e6337eefacb28bcda0cf3bae85b635
Fix FriendDecl source location and range for class templates and function declarations that don't start with 'friend' keyword. Add more unittests.

llvm-svn: 213220
clang/include/clang/AST/DeclFriend.h
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/unittests/AST/SourceLocationTest.cpp