]> granicus.if.org Git - clang/commit
Lex: Add a test for HeaderMap::lookupFileName()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 22:53:22 +0000 (22:53 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 22:53:22 +0000 (22:53 +0000)
commit5900ac9ac63bacb65273c32e964e087e2ed98337
tree332b94daa1c132030bffa837cf30e95ff5979100
parent39c202cadc520b275dd3952573147dff214ea9f2
Lex: Add a test for HeaderMap::lookupFileName()

Add a simple test for `HeaderMap::lookupFileName()`.  I'm planning to
add better error checking in a moment, and I'll add more tests like this
then.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261455 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Lex/HeaderMapTest.cpp