index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-05-12
Only check NSArray/NSDictionary boxing method params once.
Jordy Rose
2012-05-12
80-col violations and minor reformatting. No functionality change.
Jordy Rose
2012-05-12
Clean up ObjC boxing method checks by reducing duplicated code.
Jordy Rose
2012-05-12
Remove unused variable. Thanks to Dmitri Gribenko for noticing it.
Rafael Espindola
2012-05-12
Don't crash on boxed strings when +stringWithUTF8String: is missing.
Jordy Rose
2012-05-12
[analyzer] RetainCountChecker: track ObjC boxed expression objects.
Jordy Rose
2012-05-11
Teach the parser to deal with multiple spellings for the same
Douglas Gregor
2012-05-11
[analyzer] Do not walk the types for call graph construction.
Anna Zaks
2012-05-11
Make sure that we recognize __attribute__((align)) as a synonym for
Douglas Gregor
2012-05-11
When diagnosing inaccessible temporary destructors in decltype expressions, use
Richard Smith
2012-05-11
Merge branch 'format-string-braced-init'
Matt Beaumont-Gay
2012-05-11
Coerce byval aggregate arguments to integers whose size matches the integer
Akira Hatanaka
2012-05-11
The Lexer constructor expects a source location at the start of the
Argyrios Kyrtzidis
2012-05-11
Fix handling of vector return types.
Akira Hatanaka
2012-05-11
Hexagon V5 intrinsics support in clang.
Sirish Pande
2012-05-11
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-05-11
Fix a recent regression with the merging of format attributes.
Rafael Espindola
2012-05-11
For final output files create them with mode 0664 to match other
Eric Christopher
2012-05-10
[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding
Argyrios Kyrtzidis
2012-05-10
Include line that was meant to be in my last commit.
Ted Kremenek
2012-05-10
Fix insidious RegionStore bug where we (a) didn't handle vector types and (b)...
Ted Kremenek
2012-05-10
[analyzer] Exit early if constraint solver is given a non-integer symbol
Anna Zaks
2012-05-10
Hexagon V5 FP support.
Sirish Pande
2012-05-10
Don't crash when using objc boxed expression with parsing error.
Argyrios Kyrtzidis
2012-05-10
When AST-dumping the ObjCBoxedExpr node, also print out what selector it chose.
Argyrios Kyrtzidis
2012-05-10
[preprocessor] Make sure that MacroExpands callbacks are always in source order.
Argyrios Kyrtzidis
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-05-10
Warn about visibility attributes in typedefs.
Rafael Espindola
2012-05-10
Fix an old (2009) FIXME:
Rafael Espindola
2012-05-10
[analyzer] Do not highlight the range of the statement in case of leak.
Anna Zaks
2012-05-09
objective-c. Fixes a 'fixit' where location of
Fariborz Jahanian
2012-05-09
Pull some cases of initialization with self-reference warnings out of
Richard Trieu
2012-05-09
Push the knowledge that we are parsing a type-id/type-name further into the
Richard Smith
2012-05-09
Stop AltiVec parsing from going down the 'implicit int' codepath as part of its
Richard Smith
2012-05-09
Roll logic into a single if statement, per David's suggestion.
Chad Rosier
2012-05-09
Use the triple directly, rather then getTriple().
Chad Rosier
2012-05-09
Now the proper fix for r156497. Sorry for the churn.
Chad Rosier
2012-05-09
Move the iOSVersionMin string to a header so as to avoid a dangling pointer.
Chad Rosier
2012-05-09
Fix -Wdelete-non-virtual-dtor in Tooling code.
David Blaikie
2012-05-09
Implement PPC64TargetCodeGenInfo.
Roman Divacky
2012-05-09
[driver] Use the iOS target triple to infer the deployment target.
Chad Rosier
2012-05-09
Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>
Bob Wilson
2012-05-09
[analyzer] Simplify r156446, as per Ted's review.
Anna Zaks
2012-05-09
[analyzer] Allow pointers to escape through selector callbacks.
Anna Zaks
2012-05-09
Declare abstract class ArgumentsAdjuster. This abstract interface describes
Simon Atanasyan
2012-05-09
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-09
update calls to objectsize intrinsic to match LLVM r156473
Nuno Lopes
2012-05-09
Recover properly if a class member declaration starts with a scope specifier
Richard Smith
2012-05-09
Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...
Ted Kremenek
2012-05-09
A little tweak to the SFINAE condition reporting. Don't say:
Richard Smith
[next]