summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DebugInfo: comment/inlining based on feedback from Eric & AdrianDavid Blaikie2013-08-201-15/+16
* DebugInfo: Simplify/clarify propagation of typemembers between declaration an...David Blaikie2013-08-201-30/+18
* Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...David Blaikie2013-08-201-29/+86
* Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...Michael Gottesman2013-08-191-85/+30
* DebugInfo: Do not include line/file info for artificial parameters & paramete...David Blaikie2013-08-191-5/+18
* Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...David Blaikie2013-08-181-30/+85
* DebugInfo: Avoid duplicating types that may be created during the process of ...David Blaikie2013-08-181-0/+13
* DebugInfo: Don't emit vbase 'containing types' for context chain limited typesDavid Blaikie2013-08-181-25/+31
* DebugInfo: don't require full definitions for friend classesDavid Blaikie2013-08-181-3/+2
* PR16927: Don't assert (or, previously, skip) static data members of enumerati...David Blaikie2013-08-171-3/+0
OpenPOWER on IntegriCloud