clang-1/lib/Tooling
Manuel Klimek 4f5b3ac464 Fixes a fix to finding the current directory:
We currently want to look whether PWD is available - if PWD is available it will
get us the non-resolved current path, while fs::current_path will resolve
symlinks. The long term fix is to not rely on that behavior any more.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154330 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-09 18:08:23 +00:00
..
CMakeLists.txt Adds a tooling library. 2012-04-04 12:07:46 +00:00
CompilationDatabase.cpp Adds a tooling library. 2012-04-04 12:07:46 +00:00
Makefile Adds a tooling library. 2012-04-04 12:07:46 +00:00
Tooling.cpp Fixes a fix to finding the current directory: 2012-04-09 18:08:23 +00:00