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-07
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-06
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
[analyzer] When creating a trimmed graph, preserve whether a node is a sink.
Jordan Rose
2013-04-06
[objcmt] Fix a mishandled conversion to objc directory literal.
Argyrios Kyrtzidis
2013-04-06
<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...
Douglas Gregor
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-05
[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.
Anna Zaks
2013-04-05
[analyzer] Fix null tracking for the given test case, by using the proper sta...
Anna Zaks
2013-04-05
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-05
[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...
Argyrios Kyrtzidis
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-05
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-04-05
Try to appease the atom buildbots
Manman Ren
2013-04-05
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
Add triple to testing case to appease poewrpc64 buildbots
Manman Ren
2013-04-05
Add test case for r178881.
Chad Rosier
2013-04-05
AArch64: bring predefines in line with most recent ACLE document
Tim Northover
2013-04-05
[analyzer] Path notes for the MismatchedDeallocator checker.
Anton Yartsev
2013-04-05
[analyzer] Better name for the test.
Anton Yartsev
2013-04-05
Allow EmitConstantInit() to emit constant initializers for objects with trivi...
Alexey Samsonov
2013-04-05
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-04-05
Add a module testcase with a using declaration.
Rafael Espindola
2013-04-05
[analyzer] Updated the testcase.
Anton Yartsev
2013-04-05
Add testing case for r178797
Manman Ren
2013-04-04
Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86.
Michael J. Spencer
2013-04-04
[analyzer] Reduced the unwanted correlations between checkers living inside M...
Anton Yartsev
2013-04-04
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
[analyzer] Enable destructor inlining by default (c++-inlining=destructors).
Jordan Rose
2013-04-04
[analyzer] RetainCountChecker: refactor annotation handling.
Jordan Rose
2013-04-04
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
XFAIL example-dynarray.cpp test for Hexagon as some of the header files
Jyotsna Verma
2013-04-04
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2013-04-04
Add test case to show that 'availability' and 'deprecated' do *not* inherit w...
Ted Kremenek
2013-04-04
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
Propagate path to ASan/MSan symbolizer into test environment to produce usefu...
Alexey Samsonov
2013-04-04
Plumb through the -fsplit-stack option using the existing backend
Eric Christopher
2013-04-04
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
Don't build this test with modules for now, it's causing buildbot failures.
Richard Smith
2013-04-04
Add tests that build modules for our builtin headers, and fix two buglets exp...
Richard Smith
2013-04-04
Fix linkage related crash.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
Protect the values of array and dictionary literals from the
John McCall
[next]