summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add an explanatory comment and FIXME about the function declarationEric Christopher2014-03-271-0/+5
* Revert "Just call getContextDescriptor to get the context for subprograms"Eric Christopher2014-03-271-3/+8
* Just call getContextDescriptor to get the context for subprogramsEric Christopher2014-03-261-8/+3
* CGDebugInfo: At the end of EmitFunctionStart, Initialize PrevLoc to theAdrian Prantl2014-03-211-1/+4
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-4/+1
* [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...Aaron Ballman2014-03-141-4/+2
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-1/+1
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-3/+1
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-6/+5
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-4/+1
* [C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...Aaron Ballman2014-03-081-3/+1
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-9/+6
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-3/+2
* [C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...Aaron Ballman2014-03-061-3/+1
* DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...David Blaikie2014-03-041-2/+7
* Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCacheReid Kleckner2014-03-041-1/+2
* DebugInfo: Improvements/corrections to conservative emission of types in expl...David Blaikie2014-03-041-1/+2
* DebugInfo: Emit only the declaration of a class template that has an explicit...David Blaikie2014-03-031-18/+51
* Update call DIBuilder::createLexicalBlock.Diego Novillo2014-03-031-1/+2
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Pass down the debug emission kind into the compile unit for codeEric Christopher2014-02-271-4/+6
* 80-col and bad line ending fixups.Eric Christopher2014-02-261-8/+8
* Address review comments for r202185, no functionality changes.Adrian Prantl2014-02-251-2/+3
* Debug info: Generate debug info for variadic functions.Adrian Prantl2014-02-251-0/+16
* DebugInfo: Avoid unnecessarily looking up the context when the declaration is...David Blaikie2014-02-181-3/+2
* Debug info: fix a crasher when when emitting debug info forAdrian Prantl2014-02-041-3/+4
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Debug info: use the file a typedef is defined in as its decl_file insteadAdrian Prantl2014-01-211-2/+4
* 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
OpenPOWER on IntegriCloud