llvm-project/clang/unittests/Lex
Alp Toker b671e34c36 SourceManager: Use setMainFileID() consistently
Eliminate createMainFileID() / createMainFileIDForMemBuffer() utility
functions. These didn't add much convenience and conflated two distinct
operations.

This change makes things easier to follow by providing a consistent interface
and getting rid of a bunch of cast-to-voids.

llvm-svn: 209266
2014-05-21 01:12:41 +00:00
..
CMakeLists.txt Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. 2014-04-23 12:57:01 +00:00
LexerTest.cpp SourceManager: Use setMainFileID() consistently 2014-05-21 01:12:41 +00:00
Makefile Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. 2014-04-23 12:57:01 +00:00
PPCallbacksTest.cpp SourceManager: Use setMainFileID() consistently 2014-05-21 01:12:41 +00:00
PPConditionalDirectiveRecordTest.cpp SourceManager: Use setMainFileID() consistently 2014-05-21 01:12:41 +00:00