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-24
Reapply r151172 - Unwind path cleanup for array new list initializers - with a
Chad Rosier
2012-02-23
Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...
Eli Friedman
2012-02-23
Modernize some code which processes CastExprs to use CastKinds. No intended ...
Eli Friedman
2012-02-23
[analyzer] KeyChainAPI: unique the leaks by allocation site.
Anna Zaks
2012-02-23
objective-c++: Type of an objc string literal is NSString, not 'id'.
Fariborz Jahanian
2012-02-23
Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...
Aaron Ballman
2012-02-23
Pull the OpaqueValueExpr's source expression into its constructor, so
Douglas Gregor
2012-02-23
Update test for r151288
Jim Grosbach
2012-02-23
ARM: enable the integrated assembler by default for Darwin.
Jim Grosbach
2012-02-23
[analyzer] Malloc: unique leak reports by allocation site.
Anna Zaks
2012-02-23
[analyzer] Add CString checks to the release notes.
Anna Zaks
2012-02-23
[libclang] Make sure that all top-level decls in a @implementation are
Argyrios Kyrtzidis
2012-02-23
Test is fixed.
Fariborz Jahanian
2012-02-23
XFAIL test until I figure out how to make test pass on different platforms.
Fariborz Jahanian
2012-02-23
* tgmath_logb.patch implements the missing logb function (see C99 standard 7....
Howard Hinnant
2012-02-23
Change test again so it passes in build-bot until I can figure out what is
Fariborz Jahanian
2012-02-23
fix test for patch in r151268.
Fariborz Jahanian
2012-02-23
Actually remove the duplicated elements from the vector.
Benjamin Kramer
2012-02-23
objective-c default synthesis. classes which adopt protocol properties
Fariborz Jahanian
2012-02-23
Fix indentation
Douglas Gregor
2012-02-23
Note that lambda expressions are available in the release notes for 3.1
Douglas Gregor
2012-02-23
Replace a use of hasTrivialDefaultConstructor() with the appropriate
Douglas Gregor
2012-02-23
Replace some DenseSets with SmallPtrSets. Apart from the "small" optimization...
Benjamin Kramer
2012-02-23
Unique CXXBasePath decls with the SmallVector/pod_sort/std::unique idiom inst...
Benjamin Kramer
2012-02-23
Replace the std::map in the init list checker with a DenseMap to reduce mallo...
Benjamin Kramer
2012-02-23
PR12067: When emitting an evaluated constant structure in C++11 mode, don't
Richard Smith
2012-02-23
Seriously, are injected-class-names that hard?
Douglas Gregor
2012-02-23
Provide the __is_trivially_assignable type trait, which provides
Douglas Gregor
2012-02-23
Clang supports lambdas.
Douglas Gregor
2012-02-23
Two fixes to how we compute visibility:
Rafael Espindola
2012-02-23
Tweak C++ status table:
Douglas Gregor
2012-02-23
Clang now supports lambda expressions.
Douglas Gregor
2012-02-23
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-23
Update parser's disambiguation to cope with braced function-style casts in
Richard Smith
2012-02-23
Turned on support for __declspec(deprecated) in MS compatibility mode.
Aaron Ballman
2012-02-23
[analyzer] Invalidate the region passed to pthread_setspecific() call.
Anna Zaks
2012-02-23
Tweak release note comments for checker build.
Ted Kremenek
2012-02-23
Update checker build to checker-261.
Ted Kremenek
2012-02-23
Add a quick TODO.
Eric Christopher
2012-02-23
Fold debug scope emission into the cleanup scope.
Eric Christopher
2012-02-22
another test for modern ivar access rewrite.
Fariborz Jahanian
2012-02-22
Revert r151172: Unwind path cleanup for array new list initializers.
Chad Rosier
2012-02-22
more tests for modern objc translator.
Fariborz Jahanian
2012-02-22
Improve placement of clang crash diagnostics section.
Chad Rosier
2012-02-22
[analyzer] Malloc cleanup:
Anna Zaks
2012-02-22
Revert part of r148839 and keep DefaultTargetTriple in the form adjusted
Joerg Sonnenberger
2012-02-22
Add clang crash diagnostic info and associated flags to Clang user manual.
Chad Rosier
2012-02-22
Update set-xcode-analyzer to work with Xcode repackaging in Xcode 4.3
Ted Kremenek
2012-02-22
Add new driver warning from r151174 to a warning group. Please let me know i...
Chad Rosier
2012-02-22
modern objc translator. more writing of modern ivar access
Fariborz Jahanian
[prev]
[next]