summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Detabify.Eli Friedman2008-05-131-7/+7
| | | | llvm-svn: 51042
* Added -g command line options to clang for generating source level debug ↵Sanjiv Gupta2008-05-081-0/+171
information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. llvm-svn: 50848
OpenPOWER on IntegriCloud