summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/GlobalDecl.h
Commit message (Collapse)AuthorAgeFilesLines
* update to match LLVM API change:Chris Lattner2009-12-151-8/+7
| | | | | | | | | 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. llvm-svn: 91422
* Move GlobalDecl to its own file. Also add DenseMapInfo traits.Anders Carlsson2009-11-131-0/+110
llvm-svn: 87081
OpenPOWER on IntegriCloud