]> granicus.if.org Git - clang/commit
Move a free function from the Frontend library into the Lex library as
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:33:57 +0000 (01:33 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:33:57 +0000 (01:33 +0000)
commitcb381eac84e5a14a8c7e7654eadbe1d3d54d795c
tree79354d3a59629119df845f6f1162b6a4baf72ee0
parent5a477dbf7589f516effe56fa2ed7d4680b5c1094
Move a free function from the Frontend library into the Lex library as
part of HeaderSearch. This function just normalizes filenames for use
inside of a synthetic include directive, but it is used in both the
Frontend and Serialization libraries so it needs a common home.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146227 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
include/clang/Lex/HeaderSearch.h
lib/Frontend/InitPreprocessor.cpp
lib/Lex/HeaderSearch.cpp
lib/Serialization/ASTReader.cpp