summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta2008-06-091-3/+59
* fix compiler warningsNuno Lopes2008-06-081-2/+2
* Create debug type descriptors for aggregate/enum types.Sanjiv Gupta2008-06-071-5/+122
* Emit debug information for global and static variables when -g is specified.Sanjiv Gupta2008-06-051-0/+46
* Emit parameter and local variable debug information with -g.Sanjiv Gupta2008-05-301-1/+48
* A couple minor fixes to make debug info usable for arbitrary code: don't Eli Friedman2008-05-291-0/+7
* Generate subprogram debug info with -g.Sanjiv Gupta2008-05-251-48/+361
* Make debugging information usable. This is barebones, but it makes -g Eli Friedman2008-05-221-21/+51
* Detabify.Eli Friedman2008-05-131-7/+7
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-0/+171
OpenPOWER on IntegriCloud