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
2010-04-11
avoid double negatives
Chris Lattner
2010-04-11
Fix CFG bug where bases of member expressions were not always evaluated in a ...
Ted Kremenek
2010-04-11
Fix run line so this test actually tests something.
Benjamin Kramer
2010-04-11
fix PR6811 by not parsing 'super' as a magic expression in
Chris Lattner
2010-04-11
fix a problem causing us to lose the ''s around objc interface names
Chris Lattner
2010-04-11
Simplify test, in the hopes of making linux happy.
Daniel Dunbar
2010-04-10
Fix another vbase layout bug.
Anders Carlsson
2010-04-10
Fix a bug where we would add the same function twice in a vtable.
Anders Carlsson
2010-04-10
Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...
Anders Carlsson
2010-04-10
Simplify the virtual base layout code and fix a bug where we wouldn't store t...
Anders Carlsson
2010-04-10
fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.
Chris Lattner
2010-04-10
Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this
Daniel Dunbar
2010-04-10
Tweak test for portability.
Daniel Dunbar
2010-04-10
Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...
Daniel Dunbar
2010-04-10
When a member pointer is dereferenced, the class it points into must be compl...
Sebastian Redl
2010-04-10
Diagnose more cases of initializing distinct members of an anonymous union
John McCall
2010-04-10
Diagnose misordered initializers in constructor templates immediately instead of
John McCall
2010-04-10
Driver/Darwin/x86: When linking, incorporate -L paths based on the path where
Daniel Dunbar
2010-04-09
Provide manglings for bool and character literal expressions. These are
John McCall
2010-04-09
When upgrading an Objective-C class from a forward declaration to a
Douglas Gregor
2010-04-09
Only complain about explicit instantiations following explicit
Douglas Gregor
2010-04-09
Remove fixit for string literal comparison. Telling the user to use 'strcmp'...
Ted Kremenek
2010-04-09
Turn access control on by default in -cc1.
John McCall
2010-04-09
Improve diagnostics like "initializing <type> from an expression of
Douglas Gregor
2010-04-09
Remove all "used" static functions *after* we have performed all of
Douglas Gregor
2010-04-09
Instantiate default argument expressions even if their associated parameter
John McCall
2010-04-09
Don't warn about unused static functions if they are marked with
Chris Lattner
2010-04-09
Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots.
Daniel Dunbar
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-08
Use '%clang_cc1' instead of '%clang' to make the warning output more consiste...
Ted Kremenek
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.
Ted Kremenek
2010-04-08
Explain that a template needs arguments to make it into a type, for
Jeffrey Yasskin
2010-04-08
Set access properly on instantiated friend class template declarations.
John McCall
2010-04-08
Add static analyzer check for calls to 'pthread_once()' where the control-flo...
Ted Kremenek
2010-04-08
Update test case.
Ted Kremenek
2010-04-08
Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's
Douglas Gregor
2010-04-08
Include all warnings under '-Wunused' in '-Wmost' and '-Wall'.
Ted Kremenek
2010-04-08
Make CXXScopeSpec invalid when incomplete, and propagate that into any
Jeffrey Yasskin
2010-04-08
Eliminate excessive PCH deserialization caused by the search for
Douglas Gregor
2010-04-08
Implement dependent friend function template specializations.
John McCall
2010-04-08
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-04-08
When a template (without arguments) is passed as a template type
Jeffrey Yasskin
2010-04-07
Fix some redundant errors by changing CXXScopeSpec::isSet calls into
Jeffrey Yasskin
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
Don't emit an 'unused expression' warning for '||' and '&&' expressions that ...
Ted Kremenek
2010-04-07
Instead of counting totally diagnostics, split the count into a count
Chris Lattner
2010-04-07
convert to -verify mode.
Chris Lattner
2010-04-07
Improve handling of friend types in several ways:
Douglas Gregor
[prev]
[next]