summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-16/+0
* Debug Info: clean up usage of Verify.Manman Ren2013-07-021-14/+14
* Use the zero-argument DIBuilder::createNullPtrType in Clang.Peter Collingbourne2013-06-271-2/+1
* Rewrite record layout for ms_struct structs.Eli Friedman2013-06-261-11/+0
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+4
* DebugInfo: ensure negative enumerators are emitted as suchDavid Blaikie2013-06-241-1/+1
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-16/+26
* DebugInfo: Random tidying up/simplificationDavid Blaikie2013-06-221-24/+16
* PR16214: Debug info for types first used via pointers or qualified types & la...David Blaikie2013-06-211-1/+8
* Fix all the silly things I committed in r184509David Blaikie2013-06-211-2/+3
* Alternative fix for r184473.David Blaikie2013-06-211-26/+13
* Debug Info: Attempt to resolve forward declarations if we are not emittingAdrian Prantl2013-06-201-2/+27
* Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete...David Blaikie2013-06-191-0/+3
* Add some comments to r184252.Adrian Prantl2013-06-181-0/+5
* Emit forward decls for structs with declarations only when we areAdrian Prantl2013-06-181-1/+1
* 80-column fixup after recent change to getOrCreateType.Eric Christopher2013-06-071-15/+20
* address some comments on r183474:Adrian Prantl2013-06-071-6/+1
* documentation: remove confusing reference to properties.Adrian Prantl2013-06-071-3/+3
* ObjC Debug Info: Emit the names of accessors whenever they diverge fromAdrian Prantl2013-06-071-4/+34
* Improve documentation.Adrian Prantl2013-06-071-6/+12
* PR14763: Debug info for non-trivial record parametersDavid Blaikie2013-06-051-16/+0
* PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie2013-06-051-33/+21
* DebugInfo: Rename CreatePointerType to getOrCreateTypeDeclarationDavid Blaikie2013-05-241-9/+11
* PR16091: Error when attempting to emit debug info for undeduced auto return t...David Blaikie2013-05-241-2/+7
* Debug Info: Handle function/method types using the most specific typeDavid Blaikie2013-05-221-10/+10
* Comment and cleanup.Adrian Prantl2013-05-221-5/+7
* Bugfix for r181629:Adrian Prantl2013-05-221-2/+4
* Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a d...David Blaikie2013-05-211-15/+14
* Debug Info: don't bother reinserting elements into maps we just retrieved the...David Blaikie2013-05-211-5/+6
* Fix whitespaceDavid Blaikie2013-05-211-8/+6
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+24
* Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...David Blaikie2013-05-201-9/+56
* Drop the const from the isa test.Adrian Prantl2013-05-171-1/+1
* ObjC Debug Info: Emit the correct method names for accessors forAdrian Prantl2013-05-171-0/+7
* 80-columns.Eric Christopher2013-05-161-12/+23
* Replace a pile of calls with an instance variable that's setEric Christopher2013-05-161-16/+17
* Whitespace.Eric Christopher2013-05-161-100/+100
* Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...David Blaikie2013-05-151-50/+7
* PR15956: Debug Info: Include the appropriate file location in types created d...David Blaikie2013-05-141-2/+4
* Debug Info: PR14992: Support values for non-type template parameters of funct...David Blaikie2013-05-131-1/+3
* Debug Info: Comment changes in r181393 by request of echristoDavid Blaikie2013-05-121-0/+11
* Debug Info: correct commentDavid Blaikie2013-05-101-1/+1
* Debug Info: Silently accept template argument packsDavid Blaikie2013-05-101-1/+3
* PR14992: Debug Info: Support more non-type template parametersDavid Blaikie2013-05-101-5/+77
* ObjC debug info: Substitute the class type for methods that returnAdrian Prantl2013-05-101-1/+4
* Debug Info: Remove unnecessary check for dependent array typesDavid Blaikie2013-05-091-1/+1
* typoAdrian Prantl2013-05-081-1/+1
* Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-081-7/+37
* DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie2013-05-061-2/+5
* Revert 180817 because 180816 was reverted.Adrian Prantl2013-04-301-0/+16
OpenPOWER on IntegriCloud