Re: [PATCH] D19253: [Tooling] Fix getting fully qualified names of template alias types.

2016-04-20 Thread Chaoren Lin via cfe-commits
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

r266925 - [Tooling] Fix getting fully qualified names of template alias types.

2016-04-20 Thread Chaoren Lin via cfe-commits
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

Re: [PATCH] D17784: Check if LLVM_PREFIX is defined before using it.

2016-03-19 Thread Chaoren Lin via cfe-commits
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:

Re: [PATCH] D17784: Check if LLVM_PREFIX is defined before using it.

2016-03-18 Thread Chaoren Lin via cfe-commits
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

r263766 - Remove usage of LLVM_PREFIX.

2016-03-18 Thread Chaoren Lin via cfe-commits
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

[PATCH] D17784: Check if LLVM_PREFIX is defined before using it.

2016-03-01 Thread Chaoren Lin via cfe-commits
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 ==