summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...David Blaikie2013-08-171-73/+28
* DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with...David Blaikie2013-08-161-0/+1
* DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...David Blaikie2013-08-161-28/+73
* DebugInfo: Contrain the record type parameter for CollectRecordFieldsDavid Blaikie2013-08-161-4/+4
* Revert r188498.Evgeniy Stepanov2013-08-161-23/+19
* DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ...David Blaikie2013-08-151-8/+7
* Remove unnecessary explicit cast.David Blaikie2013-08-151-1/+1
* DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for...David Blaikie2013-08-151-19/+23
* Fix assert added in r188494David Blaikie2013-08-151-1/+1
* DebugInfo: Remove unused conditionalDavid Blaikie2013-08-151-3/+2
* DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m...David Blaikie2013-08-151-6/+5
* DebugInfo: Add a FIXME, remove a FIXME.David Blaikie2013-08-151-3/+4
OpenPOWER on IntegriCloud