]> granicus.if.org Git - clang/commit
update to match LLVM API change:
authorChris Lattner <sabre@nondot.org>
Tue, 15 Dec 2009 07:26:51 +0000 (07:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Dec 2009 07:26:51 +0000 (07:26 +0000)
commit06159e878569e5f39bf0e8f11b84ac3ad0970597
treeb6f89ddeddb7a6922cf308ce754a15e3b0195c1c
parent2125adba899ea5fc2e3eeb49028920f774dfd20b
update to match LLVM API change:

Remove isPod() from DenseMapInfo, splitting it out to its own
isPodLike type trait.  This is a generally useful type trait for
more than just DenseMap, and we really care about whether something
acts like a pod, not whether it really is a pod.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91422 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclarationName.h
include/clang/AST/TypeOrdering.h
include/clang/Analysis/ProgramPoint.h
include/clang/Basic/IdentifierTable.h
include/clang/Basic/SourceLocation.h
include/clang/Frontend/PCHWriter.h
include/clang/Index/Entity.h
include/clang/Index/GlobalSelector.h
lib/Analysis/CFRefCount.cpp
lib/CodeGen/GlobalDecl.h
lib/Sema/SemaCodeComplete.cpp