This revision was automatically updated to reflect the committed changes.
Closed by commit rL266925: [Tooling] Fix getting fully qualified names of
template alias types. (authored by chaoren).
Changed prior to commit:
http://reviews.llvm.org/D19253?vs=54225&id=54435#toc
Repository:
rL LLVM
Author: chaoren
Date: Wed Apr 20 17:12:07 2016
New Revision: 266925
URL: http://llvm.org/viewvc/llvm-project?rev=266925&view=rev
Log:
[Tooling] Fix getting fully qualified names of template alias types.
Reviewers: rsmith, rnk
Subscribers: cfe-commits, klimek
Differential Revision: http://review
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263766: Remove usage of LLVM_PREFIX. (authored by chaoren).
Changed prior to commit:
http://reviews.llvm.org/D17784?vs=50993&id=50994#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17784
Files:
chaoren updated this revision to Diff 50993.
chaoren added a comment.
Remove usage of LLVM_PREFIX altogether.
http://reviews.llvm.org/D17784
Files:
lib/Driver/ToolChains.cpp
Index: lib/Driver/ToolChains.cpp
===
--- lib/Driver/To
Author: chaoren
Date: Thu Mar 17 19:05:37 2016
New Revision: 263766
URL: http://llvm.org/viewvc/llvm-project?rev=263766&view=rev
Log:
Remove usage of LLVM_PREFIX.
Summary: LLVM_PREFIX could be undefined if CMAKE_INSTALL_PREFIX were set to
empty.
Reviewers: kparzysz, bkramer, chandlerc
Subscrib
chaoren created this revision.
chaoren added reviewers: kparzysz, bkramer.
chaoren added a subscriber: cfe-commits.
LLVM_PREFIX could be undefined if CMAKE_INSTALL_PREFIX were set to empty.
http://reviews.llvm.org/D17784
Files:
lib/Driver/ToolChains.cpp
Index: lib/Driver/ToolChains.cpp
==