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
2013-03-27
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...
Joao Matos
2013-03-27
[modules] Re-enable the "ambiguous expansion of macro" warning.
Argyrios Kyrtzidis
2013-03-27
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
Update debug info test for schema change made to LLVM.
David Blaikie
2013-03-27
Make the -Wreinterpret-base-class logic safe against invalid
John McCall
2013-03-27
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-26
<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...
Douglas Gregor
2013-03-26
[analyzer] Better test for r178063.
Anna Zaks
2013-03-26
[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.
Anna Zaks
2013-03-26
<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...
Douglas Gregor
2013-03-26
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-26
[analyzer] Change inlining policy to inline small functions when reanalyzing ...
Anna Zaks
2013-03-26
clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...
NAKAMURA Takumi
2013-03-26
Add PRFCHW intrinsic support
Michael Liao
2013-03-26
[ms-cxxabi] Mangle vector types
Reid Kleckner
2013-03-26
Actually mark ASan-unfriendly test as XFAIL
Alexey Samsonov
2013-03-26
Add asan/msan to the list of available features in LIT test runner. Mark ASan...
Alexey Samsonov
2013-03-26
Handle CXXOperatorCallExpr when checking self referrnce during initialization of
Richard Trieu
2013-03-26
Remove FIXMEs: these are covered by a core issue which we don't yet implement
Richard Smith
2013-03-26
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-25
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-25
clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now.
NAKAMURA Takumi
2013-03-25
<rdar://problem/13395022> Strip references when extracting an initializer_lis...
Douglas Gregor
2013-03-25
<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...
Douglas Gregor
2013-03-25
Fix testcase.
Ted Kremenek
2013-03-25
For printf checking, handle nested typedefs for darwin-specific checking.
Ted Kremenek
2013-03-25
<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...
Douglas Gregor
2013-03-25
Remove local path from test.
Douglas Gregor
2013-03-25
Use xargs rather than
Douglas Gregor
2013-03-25
Use 'touch -t', which both BSD and Linux support.
Douglas Gregor
2013-03-25
Try harder to be signal-safe inside our signal handler. The most prominent be...
Nick Lewycky
2013-03-25
<rdar://problem/13434605> Periodically prune the module cache so that it does...
Douglas Gregor
2013-03-25
Emit an error message instead of crashing when dereferencing an incomplete po...
Bill Wendling
2013-03-25
IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
2013-03-25
[analyzer] Set concrete offset bindings to UnknownVal when processing symboli...
Anna Zaks
2013-03-25
Added PR number for failing win64 tests.
Fariborz Jahanian
2013-03-25
Re-add clang-format tests to clang/test.
Daniel Jasper
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-24
[analyzer] Teach ConstraintManager to ignore NonLoc <> NonLoc comparisons.
Jordan Rose
2013-03-24
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-24
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-24
Don't actually invoke codegen in driver test.
Benjamin Kramer
2013-03-23
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
Revert svn r176894 and r177658.
Bob Wilson
2013-03-23
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
Strip off local qualifiers when converting from RecordType to
Richard Trieu
2013-03-23
[analyzer] Teach constraint managers about unsigned comparisons.
Jordan Rose
2013-03-23
[analyzer] Also transform "a < b" to "(b - a) > 0" in the constraint manager.
Jordan Rose
2013-03-23
[analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager.
Jordan Rose
2013-03-23
[analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'.
Jordan Rose
[prev]
[next]