summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* revert 199757 for buildbot breakage.Adrian Prantl2014-01-211-4/+2
* Debug info: use the file a typedef is defined in as its decl_file insteadAdrian Prantl2014-01-211-2/+4
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-2/+2
* Debug info: Refactor NoLocation and ArtificialLocation to use a common baseAdrian Prantl2014-01-171-13/+16
* Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl2014-01-071-3/+2
* Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl2014-01-071-2/+3
* Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl2014-01-071-3/+2
* update comment.Adrian Prantl2014-01-071-1/+1
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-6/+6
* Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl2014-01-031-2/+3
* remove dead code.Adrian Prantl2013-12-231-1/+1
* DebugInfo: Do not include implicit members (implicit special members, templat...David Blaikie2013-12-201-2/+0
* Debug info: (Bugfix) emit CRV qualifiers for pointers to member functions.Adrian Prantl2013-12-191-4/+6
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-181-2/+12
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-2/+3
* DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in ...David Blaikie2013-11-181-1/+2
* Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov2013-11-051-2/+2
* Fix string assignment, David Blaikie suggestion.Yaron Keren2013-10-211-2/+6
* Add the context that a function was created in as the context for theEric Christopher2013-10-171-8/+10
* Reflow slightly.Eric Christopher2013-10-151-2/+2
* Remove extra braces.Eric Christopher2013-10-111-2/+1
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-1/+5
* Debug info: Fix a crash when trying to construct a type with redundantAdrian Prantl2013-09-261-1/+5
* get rid of extra parentheses.Adrian Prantl2013-09-181-2/+1
* Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs.Adrian Prantl2013-09-181-0/+2
* DebugInfo: omit debug info for friendsDavid Blaikie2013-09-131-18/+0
* CGDebugInfo: Hoist string allocation in a helper function. No functionality c...Benjamin Kramer2013-09-091-32/+9
* Fix constructor-related typos.Benjamin Kramer2013-09-091-1/+1
* Debug Info: pass in DIScope instead of DIDescriptor in createFieldType.Manman Ren2013-09-081-1/+1
* PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ...David Blaikie2013-09-061-41/+15
* Reapply r189013 (reverted in r189906) now that the underlying issue is fixed ...David Blaikie2013-09-041-37/+27
* Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we...David Blaikie2013-09-041-27/+37
* Revert r189649 because it was breaking sanitizer bots.Yunzhong Gao2013-08-301-30/+30
* Fixing a bug where debug info for a local variable gets emitted at file scope.Yunzhong Gao2013-08-301-30/+30
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-6/+37
* Debug Info: this reverts commit r189600.Manman Ren2013-08-291-60/+7
* Debug Info: generate a unique identifier for C++ struct, class, union, and enum.Manman Ren2013-08-291-7/+60
* 80-col.Eric Christopher2013-08-281-4/+9
* DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).David Blaikie2013-08-281-0/+10
* Format. Thanks David for pointing it out.Manman Ren2013-08-281-1/+1
* Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.Manman Ren2013-08-281-5/+7
* More comments for r189494.David Blaikie2013-08-281-1/+4
* Comments for r189494David Blaikie2013-08-281-0/+5
* PR16995: Failing to associate static members with their enclosing classDavid Blaikie2013-08-281-8/+5
* Revert "PR14569: Omit debug info for thunks"David Blaikie2013-08-271-1/+1
* DebugInfo: Emit info for casted decls in template argsDavid Majnemer2013-08-251-1/+2
* DebugInfo: Emit info for constant expressions in template argumentsDavid Majnemer2013-08-241-1/+11
* DebugInfo: Remove explicit declaration-emissiong handling now that we have a ...David Blaikie2013-08-221-37/+27
* DebugInfo: Require only the declaration of types only used as parameter and r...David Blaikie2013-08-211-2/+2
OpenPOWER on IntegriCloud