index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
debug-info.c
Age
Commit message (
Expand
)
Author
2012-11-02
Fix debug tag type of forward declarations of struct/class in C++.
David Blaikie
2011-07-13
Emit debug info for extended vectors.
Devang Patel
2011-05-05
tests: Force a triple in this test (so uint128 is present).
Daniel Dunbar
2011-05-05
Do not drop uint128 on the floor.
Devang Patel
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-29
Normalize options to use '-FOO' instead of '--FOO'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-23
Add radar number.
Mike Stump
2009-10-23
Fixup the return type of functions.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-05-04
PR4143: don't crash generating debug info for incomplete enum types.
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-28
fix PR3427: fix debuginfo for incomplete array types
Nuno Lopes
2008-11-26
Convert incomplete array types before emitting debug info for them, fixes PR3...
Anders Carlsson
2008-11-11
merge some testcases together.
Chris Lattner
2008-11-11
remove the wrong PR # from the file name.
Chris Lattner