summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...Benjamin Kramer2013-02-221-9/+15
* Fix formatting and tabs in file.Eric Christopher2013-02-211-26/+25
* Patch for debug info of qualified-id types is 'id'Fariborz Jahanian2013-02-211-2/+8
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+5
* Revert r174246, accidentally committed.David Blaikie2013-02-021-9/+0
* BasicsDavid Blaikie2013-02-021-0/+9
* Fix exception handling line table problems introduced by r173593David Blaikie2013-02-011-1/+3
* PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie2013-01-261-1/+1
* CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-211-0/+1
* PR14472: Preserve qualifiers while unwrapping types for debug infoDavid Blaikie2013-01-211-14/+9
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+3
* The last of PR14471: Debug info support for inline in-class initializer for f...David Blaikie2013-01-201-4/+8
* Emit the function type of member function pointer types the same as member fu...David Blaikie2013-01-191-2/+9
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-161-105/+155
* Extract the instance-method case for debug info out into a separate function.David Blaikie2013-01-071-10/+10
* Simplify computing debug info type for static member functions.David Blaikie2013-01-071-26/+27
* PR14759: Improve/correct support for debug info for C++ member pointers.David Blaikie2013-01-071-32/+2
* PR14573: Unnamed parameters in debug info, Part 2David Blaikie2013-01-051-2/+2
* Emit debug info for unnamed parameters.David Blaikie2013-01-051-17/+15
* Fix fieldNo usage for lambdas. No behavior change since theEric Christopher2013-01-041-2/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-6/+6
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+32
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-2834/+2802
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-2802/+2834
* Debug Info: Emit vtables pointer members as artificial.David Blaikie2012-12-131-1/+1
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-041-26/+9
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-041-5/+18
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-2/+2
* A step towards sorting out handling of triviality of special members in C++11.Richard Smith2012-11-161-1/+1
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Fix 80-column violation.Fariborz Jahanian2012-11-141-3/+5
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-0/+6
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-12/+9
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-9/+12
* Put something sane in the DWARF offset field for bitfield ObjC ivars.Eli Friedman2012-11-061-6/+16
* Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead ...David Blaikie2012-11-021-4/+2
* Fix debug tag type of forward declarations of struct/class in C++.David Blaikie2012-11-021-10/+6
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-011-2/+2
* Initialize debug info for special cases of functions that lack declarations a...Alexey Samsonov2012-10-251-6/+16
* Switch CodeGenOptions over to a .def file, like we do with LangOptions.Douglas Gregor2012-10-231-15/+15
* Fix up comment and invert order. Most simple check first.Eric Christopher2012-10-181-4/+6
* Add a new option for and disable column number information as thereEric Christopher2012-10-181-0/+2
* Revert r158009 since there are some uses of artificial functions inEric Christopher2012-10-171-6/+2
* Make -mms-bitfields behave consistently.Eli Friedman2012-10-121-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-9/+22
* Mark the passed in "self" for a block as an object pointer soEric Christopher2012-09-211-3/+9
* Grammar.Eric Christopher2012-09-191-1/+1
OpenPOWER on IntegriCloud