summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update and expand comment.Eric Christopher2012-09-191-2/+4
* Handle a captured this for the debug information as well.Eric Christopher2012-09-191-0/+10
* Fix awkward comment.Eric Christopher2012-09-191-1/+1
* Reapply:Eric Christopher2012-09-121-4/+12
* Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"Eric Christopher2012-09-121-12/+4
* Make clang emit a flag for DW_AT_object_pointer for the artificialEric Christopher2012-09-121-4/+12
* Update comment and space.Eric Christopher2012-09-111-2/+2
* The type of the self and cmd variables should be artificial. (NoteEric Christopher2012-09-111-2/+4
* Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky2012-09-061-1/+1
* Normalize line endings of r163013 (part 2).Joao Matos2012-08-311-7/+7
* Improved MSVC __interface support by adding first class support for it, inste...Joao Matos2012-08-311-7/+7
* Reapply:Eric Christopher2012-08-201-14/+28
* Reapply:Eric Christopher2012-08-171-6/+8
* Temporarily revert r162066 and r162062 to see if it brings the gdbEric Christopher2012-08-171-29/+15
* Fix undefined behavior in debug info emission: operator* on WeakVH returns aRichard Smith2012-08-171-17/+24
* Add some caching here for the builtin types.Eric Christopher2012-08-161-15/+27
* Make isa part of objc_object at metadata generation time.Eric Christopher2012-08-161-6/+8
* This is always going to be true so the cast isn't necessary.Eric Christopher2012-08-131-5/+3
* If we don't have a complete type for the array type yet either thenEric Christopher2012-08-071-1/+4
* Remove some unintended changes from my last patch.Eric Christopher2012-08-071-3/+2
* Make sure when we get the replacement type for a template argumentEric Christopher2012-08-071-5/+14
* Simplify code, no functionality change.Benjamin Kramer2012-08-041-6/+2
* Fix the name of this variable.Eric Christopher2012-08-041-4/+4
* Update comment to accurately reflect what should happen.Eric Christopher2012-08-041-1/+1
* Temporarily revert this to see if it brings the gdb bot back.Eric Christopher2012-07-111-0/+4
* The end of a block doesn't necessarily need a line table entry unlessEric Christopher2012-07-111-4/+0
* Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer2012-07-041-1/+1
* Fix grammar.Eric Christopher2012-06-281-1/+1
* Don't circumvent the debug info type cache when emitting info for EnumConstan...Benjamin Kramer2012-06-201-2/+3
* Restructure how the driver communicates information about theJohn McCall2012-06-201-3/+3
* Remove unused variable.Bill Wendling2012-06-121-1/+0
* [C++11 Compat] Fix breaking change in C++11 pair copyctor.Michael J. Spencer2012-06-081-2/+4
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-1/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-3/+3
* Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher2012-06-051-2/+6
* Revert "Only emit debug information for methods that are user defined, there's"John McCall2012-06-051-6/+2
* Only emit debug information for methods that are user defined, there'sEric Christopher2012-06-051-2/+6
* Support C++11 enum forward declarations.Eric Christopher2012-06-011-1/+2
* Emit C++11 enum class information if it exists.Eric Christopher2012-05-231-1/+4
* Revert r115805. An array type is required to have a range type,Eric Christopher2012-05-211-18/+14
* Update API usage for llvm DIBuilder changes for rvalue referenceEric Christopher2012-05-191-4/+6
* Remove unnecessary temporary.Eric Christopher2012-05-161-3/+1
* The address of a vla is actually complex and requires a dereference.Eric Christopher2012-05-081-1/+18
* Whitespace.Eric Christopher2012-05-081-1/+0
* Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...Argyrios Kyrtzidis2012-05-051-1/+1
* This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov2012-05-041-17/+43
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-3/+3
* Use enum to set debug info size generated by ClangAlexey Samsonov2012-04-271-2/+2
* Forward declarations should take a context. This helps the debuggerEric Christopher2012-04-231-7/+6
* Avoid string thrashing when we can concatenate them in the final buffer.Benjamin Kramer2012-04-131-8/+8
OpenPOWER on IntegriCloud