aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)Author
2012-07-11Temporarily revert this to see if it brings the gdb bot back.Eric Christopher
2012-07-11The end of a block doesn't necessarily need a line table entry unlessEric Christopher
2012-07-04Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer
2012-06-28Fix grammar.Eric Christopher
2012-06-20Don't circumvent the debug info type cache when emitting info for EnumConstan...Benjamin Kramer
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-06-12Remove unused variable.Bill Wendling
2012-06-08[C++11 Compat] Fix breaking change in C++11 pair copyctor.Michael J. Spencer
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie
2012-06-05Reapply "Only emit debug information for methods that are user defined, there's"Eric Christopher
2012-06-05Revert "Only emit debug information for methods that are user defined, there's"John McCall
2012-06-05Only emit debug information for methods that are user defined, there'sEric Christopher
2012-06-01Support C++11 enum forward declarations.Eric Christopher
2012-05-23Emit C++11 enum class information if it exists.Eric Christopher
2012-05-21Revert r115805. An array type is required to have a range type,Eric Christopher
2012-05-19Update API usage for llvm DIBuilder changes for rvalue referenceEric Christopher
2012-05-16Remove unnecessary temporary.Eric Christopher
2012-05-08The address of a vla is actually complex and requires a dereference.Eric Christopher
2012-05-08Whitespace.Eric Christopher
2012-05-05Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa...Argyrios Kyrtzidis
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-04-27Use enum to set debug info size generated by ClangAlexey Samsonov
2012-04-23Forward declarations should take a context. This helps the debuggerEric Christopher
2012-04-13Avoid string thrashing when we can concatenate them in the final buffer.Benjamin Kramer
2012-04-12static functions have a need for mangled name debug information too.Eric Christopher
2012-04-11Enable debug info for objective c implementations that may not haveEric Christopher
2012-04-05Only emit the getter and setter names if they're not the defaultEric Christopher
2012-04-03Change location information for synthesized properties to be at theEric Christopher
2012-03-30Revert previous commit changing location information to see if thisEric Christopher
2012-03-30Change location information for synthesized properties to be at theEric Christopher
2012-03-29Go back to using just the selector name for the getter and setterEric Christopher
2012-03-29 Add support for objc property decls according to the page at:Eric Christopher
2012-03-24Simplify some users of DenseMap::erase.Benjamin Kramer
2012-03-20Update comment.Eric Christopher
2012-03-20Debug info: Tighten up uses of plain MDNode pointers which don't survive repl...Benjamin Kramer
2012-03-14Add support to mangle templated member function names with templateEric Christopher
2012-03-13When adding member functions to a class add any specializations ofEric Christopher
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-01Reapply r151702 with a small fix for a failure to cut and pasteEric Christopher
2012-02-29Revert r151702, "Add support for handling captured variables in lambda debugDaniel Dunbar
2012-02-29Add support for handling captured variables in lambda debug info.Eric Christopher
2012-02-27ObjcInterfaceTypes are also complete types for the type cache.Eric Christopher
2012-02-23Add a quick TODO.Eric Christopher
2012-02-20Formatting.Eric Christopher
2012-02-20Remove the type retaining from the clang frontend. This is nowEric Christopher
2012-02-20Make forward declarations for objective-c types use the newEric Christopher
2012-02-18Add in a caching mechanism so that forward declarations are replacedEric Christopher
2012-02-18Formatting.Eric Christopher