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
2011-06-22
When instantiating a function template declaration that was expressed
Douglas Gregor
2011-06-22
[arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...
Argyrios Kyrtzidis
2011-06-22
Change "cannot assign retained object.." warning to "assigning retained objec...
Argyrios Kyrtzidis
2011-06-22
objc-arc: Allow unbridged cast of retainable object to
Fariborz Jahanian
2011-06-22
Implement the C++0x move optimization for Automatic Reference Counting
Douglas Gregor
2011-06-22
When binding a reference to an Automatic Reference Counting temporary,
Douglas Gregor
2011-06-22
Only do config-time substitution of LLVM_BUILD_MODE in
Andrew Trick
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
2011-06-22
It is possible to request the nonfragile ABI with -fobjc-abi-version=2;
John McCall
2011-06-21
Fix PR10168: don't warn for unused non-dependent variables in both the templa...
Richard Smith
2011-06-21
First part of PR9968: the __range variable in a dependent C++11 for-range sta...
Richard Smith
2011-06-21
Fix the mangling of dependent-scope decl ref expressions so that they
John McCall
2011-06-21
Driver/Darwin: Fixup version check for -object_path_lto support.
Daniel Dunbar
2011-06-21
Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so
Daniel Dunbar
2011-06-21
objc-arc: Add support for unbridged cast of
Fariborz Jahanian
2011-06-21
objc-arc: CodeGen part of unbridged cast of CF types.
Fariborz Jahanian
2011-06-21
Fix a crash when a pointer-to-member function is called in the condition
Chandler Carruth
2011-06-21
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
Also fix the warning about using "clang" instead of %clang.
Nick Lewycky
2011-06-21
Remove the leading hyphen so that grep doesn't parse it as one long option :)
Nick Lewycky
2011-06-21
Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or
Daniel Dunbar
2011-06-21
Add support for -Wa,--noexecstack when building from a non-assembly file. For
Nick Lewycky
2011-06-21
Canonicalize register names properly.
Eric Christopher
2011-06-21
Move additional register names to their own lookup, separate from
Eric Christopher
2011-06-20
[arcmt] Always add '__bridge' cast when 'self' is cast to a C pointer. rdar:...
Argyrios Kyrtzidis
2011-06-20
[analyzer] Finish size argument checking for strncat (and strncpy).
Jordy Rose
2011-06-20
objc-arc: allow explicit unbridged casts if the source of the cast is a
Fariborz Jahanian
2011-06-20
Warn for un-parenthesized '&' inside '|' (a & b | c), rdar://9553326.
Argyrios Kyrtzidis
2011-06-20
llvm-gcc treats a tentative definition with a previous
Fariborz Jahanian
2011-06-20
Define __cplusplus to 201103L when in (non-GNU) C++0x mode.
Douglas Gregor
2011-06-20
Use an explicitly 64-bit triple flag to ensure we can easily verify the
Chandler Carruth
2011-06-20
Fix a problem with the diagnostics of invalid arithmetic with function
Chandler Carruth
2011-06-20
Move away from the poor "abstraction" I added to Type. John argued
Chandler Carruth
2011-06-20
Update to match mainline ConstantStruct::get API change. Also, use
Chris Lattner
2011-06-20
[analyzer] Re-enable checking for strncpy, along with a new validation of the...
Jordy Rose
2011-06-20
[analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...
Jordy Rose
2011-06-19
Add test cases for false positives on -Wnull-arithmetic from Richard
Chandler Carruth
2011-06-19
Handle decltype keyword in Parser::isDeclarationSpecifier.
Francois Pichet
2011-06-18
Accept no-return stripping conversions for pointer type arguments after
Chandler Carruth
2011-06-18
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...
Argyrios Kyrtzidis
2011-06-17
Fix regression with @encode string. rdar://9624314.
Argyrios Kyrtzidis
2011-06-17
Objective-C++ ARC: eliminate the utterly unjustified loophole that
Douglas Gregor
2011-06-17
Objective-C++ ARC: do not mangle __unsafe_unretained lifetime
Douglas Gregor
2011-06-17
Objective-ARC++: infer template type arguments of
Douglas Gregor
2011-06-17
Only accept __bridge_retain in system headers, as Doug suggested.
John McCall
2011-06-17
As a hopefully temporary workaround for a header mistake, treat
John McCall
2011-06-17
Put the new warning from revision 133196 on NULL arithmetic behind the flag -...
Richard Trieu
2011-06-17
Don't emit 'unavailable' errors inside an unavailable function. rdar://9623855.
Argyrios Kyrtzidis
2011-06-17
Loosen up the IR matching slightly
Douglas Gregor
2011-06-17
Remove another variable.
Eric Christopher
[next]