]> granicus.if.org Git - clang/commit
stringref'ize a bunch of filename handling logic. Much
authorChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 01:35:12 +0000 (01:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Jan 2010 01:35:12 +0000 (01:35 +0000)
commita139481e62fdb209d9d87a54a5733f989d2e8d51
tree3c7c8565e1353c2957301bb49f78319b566fc159
parent92fe5204370f3e61cdf3c72a4a2a0460366fb613
stringref'ize a bunch of filename handling logic.  Much
nicer than passing around two const char*'s.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93094 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderMap.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/Preprocessor.h
lib/Lex/HeaderMap.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp