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
/
CodeGenCXX
/
default-destructor-synthesis.cpp
Age
Commit message (
Expand
)
Author
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2010-01-27
Fix test/CodeGenCXX/default-destructor-synthesis.cpp not to rely on asm output.
Anders Carlsson
2010-01-08
Fix for PR5967: Make const-marking for LLVM globals correct for cases requiring
Eli Friedman
2009-12-18
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-20
Added member arrays to more tests now that ir-gen supports it.
Fariborz Jahanian
2009-08-17
Patch to 1) synthesizing non-trivial default destructor when
Fariborz Jahanian