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
Age
Commit message (
Expand
)
Author
2009-10-28
Diagnose use of data pointer member in a function call
Fariborz Jahanian
2009-10-28
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-10-28
Finish off pure virtual function handling.
Mike Stump
2009-10-27
Test
Douglas Gregor
2009-10-27
Implement proper linkage for explicit instantiation declarations of
Douglas Gregor
2009-10-27
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
Explicit instantiation suppresses the instantiation of non-inline
Douglas Gregor
2009-10-27
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
Convert test to FileCheck.
Daniel Dunbar
2009-10-27
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
Generate constructor for value-initialization cases, even if the
Fariborz Jahanian
2009-10-27
Test for interaction between explicit instantiations and specializations
Douglas Gregor
2009-10-27
Test various aspects of explicit instantiation that were already implemented.
Douglas Gregor
2009-10-27
Disabling some MS extensions which cause this test to fail
John Thompson
2009-10-27
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-27
Make test independent of darwin system headers.
Benjamin Kramer
2009-10-27
Implement Chris's suggestions for the precendence warnings. Reformat the code...
Sebastian Redl
2009-10-27
fix tests
Nuno Lopes
2009-10-27
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-27
Typo in revision 85201.
Edward O'Callaghan
2009-10-27
Convert Preprocessor Clang tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-10-27
Fix a broken test in rev. 85199.
Edward O'Callaghan
2009-10-27
Convert Preprocessor Clang tests to FileCheck in regards to PR5307.
Edward O'Callaghan
2009-10-27
Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't
Mike Stump
2009-10-27
Preprocessor tests are whitespace sensitive, as per Revision: 85170 review.
Edward O'Callaghan
2009-10-27
Add test cases for <rdar://problem/7332673>.
Ted Kremenek
2009-10-26
__builtin_object_size refinements. Also handle stack based objects. WIP.
Mike Stump
2009-10-26
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
Add Code gen support for '->*' operator which fell
Fariborz Jahanian
2009-10-26
__builtin_object_size refinements. When we run out of object, be sure
Mike Stump
2009-10-26
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-10-26
Add 'fixit' hint on mis-use of pointer-to-member
Fariborz Jahanian
2009-10-26
__builtin_object_size refinements. WIP.
Mike Stump
2009-10-26
Convert some driver checks to FileCheck.
Sebastian Redl
2009-10-26
clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4.
Daniel Dunbar
2009-10-26
Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...
Sebastian Redl
2009-10-25
Phrase compile time assert in standard way.
Daniel Dunbar
2009-10-25
Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is already
Chris Lattner
2009-10-25
Implement rdar://6756623 - use of deprecated type in deprecated typedef shoul...
Chris Lattner
2009-10-25
Make sure we actually have a definition before asking if it is implicit. Fixe...
Sebastian Redl
2009-10-25
When parsing a top level struct declaration, make sure to
Chris Lattner
2009-10-25
Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...
Sebastian Redl
2009-10-25
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
Daniel Dunbar
2009-10-24
Fix overload resolution when calling a member template or taking the
Douglas Gregor
2009-10-23
Implement template instantiation for non-type template
Douglas Gregor
2009-10-23
Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,
Douglas Gregor
2009-10-23
Diagnose misuse of '.*' and '->*' operators during parse
Fariborz Jahanian
2009-10-23
Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...
Sebastian Redl
2009-10-23
Fixed a code gen bug (by fixing the AST) involving user-defined
Fariborz Jahanian
[prev]
[next]