llvm-project/clang-tools-extra/test/include-fixer
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
..
Inputs [include-fixer] Be smarter about inserting symbols for a prefix. 2016-06-03 14:07:38 +00:00
commandline_options.cpp [include-fixer] Use YAML format in -output-headers and -insert-header mode. 2016-06-01 11:43:10 +00:00
exit_on_fatal.cpp [include-fixer] Don't insert #includes if a fatal error occurred. 2016-05-18 13:32:38 +00:00
fixeddb.cpp [include-fixer] Default to YAML db, it's much more useful than the fixed dummy db. 2016-05-10 11:35:47 +00:00
include_path.cpp [include-fixer] Keep dot dot in SymbolInfo file paths. 2016-06-08 15:10:18 +00:00
merge.test [find-all-symbols] Add a test to make sure merging actually works. 2016-05-31 12:12:19 +00:00
prefix_variable.cpp [include-fixer] Be smarter about inserting symbols for a prefix. 2016-06-03 14:07:38 +00:00
ranking.cpp [include-fixer] Use YAML format in -output-headers and -insert-header mode. 2016-06-01 11:43:10 +00:00
yamldb.cpp
yamldb_autodetect.cpp [include-fixer] Autodetect yaml databases in parent directories. 2016-05-09 14:14:55 +00:00