index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-02-19
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
Make std::initializer_list member initializers 'work'.
Sebastian Redl
2012-02-19
Refuse to compile global std::initializer_lists instead of doing completely t...
Sebastian Redl
2012-02-19
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-19
Add a testcase for using objects with list-constructors, and fix a Sema crash...
Sebastian Redl
2012-02-19
Add a testcase to show that temporaries from the initializer list are destroy...
Sebastian Redl
2012-02-19
Add a testcase for start+end implementations of std::initializer_list.
Sebastian Redl
2012-02-19
Fix a crash for nested initializer list initialization. Still does the wrong ...
Sebastian Redl
2012-02-19
Remove dead code.
Ahmed Charles
2012-02-19
Don't check for /lib and /usr/lib.
Rafael Espindola
2012-02-19
Our handling of variables in FileCheck looks really broken on windws. Just
Rafael Espindola
2012-02-19
Add an extra CHECK line to make sure TOOLCHAIN2 matches just the path
Rafael Espindola
2012-02-19
Looks like we use forward slashes for header search but back slashes for
Rafael Espindola
2012-02-19
Try to match the linker being named ld.exe. Second try at fixing the windows ...
Rafael Espindola
2012-02-19
Don't assume a path starts with a /. Should fix the windows bot.
Rafael Espindola
2012-02-19
Implement a -gcc-toolchain command line option that does the same as
Rafael Espindola
2012-02-18
Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...
Ted Kremenek
2012-02-18
Implement constant expression support for __real__ and __imag__ on lvalue
Richard Smith
2012-02-18
Fix crash in analyzer diagnostic generation involving subexpressions of Opaqu...
Ted Kremenek
2012-02-18
Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://proble...
Ted Kremenek
2012-02-18
Add analyzer test for using of C++ references with ObjC object pointers, repo...
Ted Kremenek
2012-02-18
Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,
Richard Smith
2012-02-18
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
Default to not using __cxa_atexit on Solaris.
David Chisnall
2012-02-18
Remove a debugging line accidentally left in the last commit.
David Chisnall
2012-02-18
Implement #pragma redefine_extname.
David Chisnall
2012-02-18
Add -Wstrncat-size and -Wempty-body to release notes.
Dmitri Gribenko
2012-02-18
Remove unused but set variable.
Benjamin Kramer
2012-02-18
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-18
Unify our computation of the type of a captured reference to a
Douglas Gregor
2012-02-18
Fix a problem in the GCC testsuite, exposed by r150557. Compound literals
Richard Smith
2012-02-18
Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885...
Eli Friedman
2012-02-18
Change wording of warning about using __bridge casts in non-ARC.
Ted Kremenek
2012-02-18
Diagnose uses of deleted destructors and inaccessible defaulted destructors.
Richard Smith
2012-02-18
Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing
Richard Smith
2012-02-18
Fix comment.
Chad Rosier
2012-02-18
Add in a caching mechanism so that forward declarations are replaced
Eric Christopher
2012-02-18
Formatting.
Eric Christopher
2012-02-18
Remove UpdateCompletedType from the debug info emission. We now
Eric Christopher
2012-02-18
Remove redundant check.
Chad Rosier
2012-02-17
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
[analyzer] Malloc Checker more tests.
Anna Zaks
2012-02-17
[analyzer] Fix another false positive in the Malloc Checker, by making
Anna Zaks
2012-02-17
[analyzer] Generalize function name checking in CString checker.
Anna Zaks
2012-02-17
modern objc translator: postpone writing of class definitions
Fariborz Jahanian
2012-02-17
modern objc writer: more work for category metadata rewrite
Fariborz Jahanian
2012-02-17
Don't emit optimization-specific intrinsic at -O0.
Richard Smith
2012-02-17
modern objc translator: category metadata related
Fariborz Jahanian
2012-02-17
On Solaris, define some standard macros that the Solaris headers require in
David Chisnall
2012-02-17
De-nest tentative parsing to disambiguate lambdas from designators; no
Douglas Gregor
[next]