summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/DIBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing comma in array initialization list.Bill Wendling2012-07-061-8/+8
| | | | llvm-svn: 159843
* Remove unnecessary 'llvm::'.Bill Wendling2012-07-061-19/+19
| | | | llvm-svn: 159842
* Untabify and move a function near similar functions dealing with structEric Christopher2012-07-061-29/+30
| | | | | | types. llvm-svn: 159801
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-0/+1018
(a.k.a. MDNodes). The module doesn't belong in Analysis. Move it to the VMCore instead. llvm-svn: 159414
OpenPOWER on IntegriCloud