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-04-01
Add test for PR12527 (bug has apparently already been fixed).
Richard Smith
2013-04-01
[libclang] Make clang_Cursor_getArgument work with call-exprs.
Argyrios Kyrtzidis
2013-04-01
Modifed debug-info-byval.cpp test to grep for .string or .asciz.
Jyotsna Verma
2013-03-30
Remove old NVPTX cpus and add new NVPTX cpus
Justin Holewinski
2013-03-30
Use kernel metadata to differentiate between kernel and device
Justin Holewinski
2013-03-30
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
2013-03-30
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-30
[analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
2013-03-30
[analyzer] Garbage removed
Anton Yartsev
2013-03-30
[analyzer] Test added
Anton Yartsev
2013-03-30
[analyzer] Enabled unix.Malloc checker.
Anton Yartsev
2013-03-30
[analyzer] Tests for intersections with other checkers from MallocChecker.cpp...
Anton Yartsev
2013-03-29
generalize testcase
Adrian Prantl
2013-03-29
[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...
Anna Zaks
2013-03-29
[libclang] Add test case for r178374.
Argyrios Kyrtzidis
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-29
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-29
Add XTEST intrinsic defined in TSX extension
Michael Liao
2013-03-29
[analyzer] Add static initializer test case (from <rdar://problem/13227740>).
Ted Kremenek
2013-03-29
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-29
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-28
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-28
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-03-28
[ms-cxxabi] Add more tests for r178297
Reid Kleckner
2013-03-28
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-28
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
2013-03-28
Implemented a warning when an input several bitwise operations are
Sam Panzer
2013-03-28
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-28
Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
2013-03-28
[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
2013-03-28
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
2013-03-28
Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...
Richard Smith
2013-03-28
Revert "Update debug info test for schema change made to LLVM."
David Blaikie
2013-03-28
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-27
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
Don't reject __restrict applied to a dependent type; it might instantiate to ...
Richard Smith
2013-03-27
Simplify test to use a count for the number of notes expected.
Bill Wendling
2013-03-27
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-27
Remove unnecessary attributes from test case.
Chad Rosier
2013-03-27
Add a front-end test case for r178186.
Chad Rosier
2013-03-27
Fixes a typo in my last patch.
Fariborz Jahanian
[next]