aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DIBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-161-1/+16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+5
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-1/+1
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-1/+1
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-1/+1
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-4/+3
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Recommit, with fixes:Eric Christopher2012-09-121-0/+4
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-4/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+4
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-13/+15
* Remove tabs.Bill Wendling2012-07-191-5/+5
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-291-0/+562