llvm-project/clang/unittests
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
..
AST Rename SourceManager::createFileIDForMemBuffer() 2014-05-16 17:23:01 +00:00
ASTMatchers [ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl. 2014-05-16 19:31:08 +00:00
Basic SourceManager: Use setMainFileID() consistently 2014-05-21 01:12:41 +00:00
Driver [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix 2014-03-04 10:05:20 +00:00
Format clang-format: [JS] Understand top-level function literals properly. 2014-05-20 11:14:57 +00:00
Frontend ASTContext: Declare builtin types implicitly 2013-12-15 10:36:26 +00:00
Lex SourceManager: Use setMainFileID() consistently 2014-05-21 01:12:41 +00:00
Sema Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Tooling [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere. 2014-05-19 22:34:38 +00:00
libclang libclang: Give each VirtualFileOverlay unit test its own name 2014-05-20 23:52:11 +00:00
CMakeLists.txt libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00
Makefile libclang: fix a bug in processing invalid arguments, introduced in r201249 2014-02-18 15:20:02 +00:00