llvm-project/clang/lib/Tooling/Core
Eric Liu 6135581cdf Do not do raw name replacement when FromDecl is a class forward-declaration.
Summary:
If the `FromDecl` is a class forward declaration, the reference is
still considered as referring to the original definition given the nature
of forward-declarations, so we can't do a raw name replacement in this case.

Reviewers: bkramer

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D27132

llvm-svn: 287929
2016-11-25 16:02:49 +00:00
..
CMakeLists.txt Add Tooling functionality to get a name for a QualType that can be used to name 2016-02-09 21:04:04 +00:00
Lookup.cpp Do not do raw name replacement when FromDecl is a class forward-declaration. 2016-11-25 16:02:49 +00:00
QualTypeNames.cpp [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Replacement.cpp Make llvm::Error generated from replacement interfaces more specific. 2016-11-22 13:46:42 +00:00