llvm-project/clang-tools-extra/include-fixer/find-all-symbols/tool
Haojian Wu 13d3048ced [include-fixer] Keep dot dot in SymbolInfo file paths.
Summary:
Currently, removing dot dot in header's path doesn't make include-fixer
minimize path correctly in some cases, for example, specify a relative search
path based on the build directory("-I../include/").

Besides, removing dot dot can break symbolic link directories. So don't
removing it for now.

Reviewers: ioeric, bkramer

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D21132

llvm-svn: 272152
2016-06-08 15:10:18 +00:00
..
CMakeLists.txt [include-fixer] moved STLPostfixMap into findAllSymbols library and make it a static variable in function. 2016-05-25 13:53:33 +00:00
FindAllSymbolsMain.cpp [include-fixer] Keep dot dot in SymbolInfo file paths. 2016-06-08 15:10:18 +00:00
run-find-all-symbols.py Make run-find-all-symbols executable. 2016-04-29 10:33:11 +00:00