summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* static functions have a need for mangled name debug information too.Eric Christopher2012-04-121-3/+4
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-111-1/+11
* Only emit the getter and setter names if they're not the defaultEric Christopher2012-04-051-5/+13
* Change location information for synthesized properties to be at theEric Christopher2012-04-031-5/+6
* Revert previous commit changing location information to see if thisEric Christopher2012-03-301-4/+5
* Change location information for synthesized properties to be at theEric Christopher2012-03-301-5/+4
* Go back to using just the selector name for the getter and setterEric Christopher2012-03-291-8/+13
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-17/+22
* Simplify some users of DenseMap::erase.Benjamin Kramer2012-03-241-4/+1
* Update comment.Eric Christopher2012-03-201-2/+1
* Debug info: Tighten up uses of plain MDNode pointers which don't survive repl...Benjamin Kramer2012-03-201-15/+13
* Add support to mangle templated member function names with templateEric Christopher2012-03-141-1/+14
* When adding member functions to a class add any specializations ofEric Christopher2012-03-131-9/+22
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-10/+10
* Reapply r151702 with a small fix for a failure to cut and pasteEric Christopher2012-03-011-30/+61
* Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar2012-02-291-61/+30
* Add support for handling captured variables in lambda debug info.Eric Christopher2012-02-291-30/+61
OpenPOWER on IntegriCloud