summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/GlobalDecl.h
Commit message (Collapse)AuthorAgeFilesLines
* Add GlobalDecl::getCanonicalDecl.Anders Carlsson2010-06-221-1/+9
| | | | llvm-svn: 106546
* Use the correct function info for constructors when applying function ↵Anders Carlsson2010-02-061-0/+4
| | | | | | attributes. Fixes PR6245. llvm-svn: 95474
* 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