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-08-08
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
Minor simplification for r161534.
Eli Friedman
2012-08-08
objective-C: refactor/simplify parsing of delayed
Fariborz Jahanian
2012-08-08
Fix r161534 so it actually builds.
Eli Friedman
2012-08-08
PR13558: Fix typo 'compatiblity'. Thinking of the children. Apparently.
Richard Smith
2012-08-08
Handle deprecation diagnostics correctly for C struct fields and Objective-C ...
Eli Friedman
2012-08-08
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-08
Address code review comments for Wstrncat-size warning (r161440).
Anna Zaks
2012-08-08
[ms-inline asm] Use more idiomatic logic. Thanks, Bill.
Chad Rosier
2012-08-08
Implicitly annotate __CFStringMakeConstantString with format_arg(1).
Jordan Rose
2012-08-08
[ms-inline asm] Add basic codegen support for simple asm stmts. Currently,
Chad Rosier
2012-08-08
Don't add attributes for "#pragma pack" and friends to tag declarations which
Eli Friedman
2012-08-08
[ms-inline asm] Make sure IsSimple is correctly handled.
Chad Rosier
2012-08-08
Remove extraneous comment.
Chad Rosier
2012-08-08
[ms-inline asm] Add a very simple test case. Basically, we're only testing for
Chad Rosier
2012-08-08
[ms-inline asm] Refactor the logic to generate the AsmString into Sema. No
Chad Rosier
2012-08-08
Whitespace.
Chad Rosier
2012-08-08
[analyzer] Clean up the printing of FieldRegions for leaks.
Jordan Rose
2012-08-08
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-08
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-08-08
Constify CXXRecordDecl::isVirtuallyDerivedFrom.
Jordan Rose
2012-08-08
[ms-inline asm] Add support for detecting simple ms-style inline asm. Simple
Chad Rosier
2012-08-08
Add the IsSimple/IsVolatile parameters to the MSAsmStmt constructor.
Chad Rosier
2012-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-08
objc: Include all types when issuing warning under
Fariborz Jahanian
2012-08-08
Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz
Dylan Noblesmith
2012-08-08
Frontend: further document __BYTE_ORDER__
Dylan Noblesmith
2012-08-08
Remove unused variables.
Benjamin Kramer
2012-08-08
Revert part of r161175 which was wrong for OpenBSD's PowerPC target.
Hans Wennborg
2012-08-08
Implement final piece of DR963 and also DR587:
Richard Smith
2012-08-08
Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...
Eli Friedman
2012-08-08
Fix an assertion failure with a C++ constructor initializing a
Eli Friedman
2012-08-08
Fix a -ast-dump crash.
Eli Friedman
2012-08-07
objc-arc: Make -Wdirect-ivar-access accessible to all
Fariborz Jahanian
2012-08-07
Whitespace.
Chad Rosier
2012-08-07
When building a conditional operator where one operand is a throw-expression
Richard Smith
2012-08-07
-Wunused-private-fields: Don't try to check unresolved initializer expressions
Richard Smith
2012-08-07
objc-arc: set nonlazybind attribute on objc_retain/
Fariborz Jahanian
2012-08-07
Don't complain about -fobjc-link-runtime being unused with -fobjc-arc.
Bob Wilson
2012-08-07
Comment AST: DeclInfo: add a special kind for enums.
Dmitri Gribenko
2012-08-07
Comment AST: treat enumerators as "variables" in DeclInfo.
Dmitri Gribenko
2012-08-07
objective-c: Exclude -Wdirect-ivar-access for arc.
Fariborz Jahanian
2012-08-07
Properly check length modfiers for %n in format strings.
Hans Wennborg
2012-08-07
Remove ScanfArgType and bake that logic into ArgType.
Hans Wennborg
2012-08-07
Rename analyze_format_string::ArgTypeResult to ArgType
Hans Wennborg
2012-08-07
Objective-C pointer types don't have C-linkage, even though they are
Douglas Gregor
2012-08-07
Update documentation of HasSideEffects to match its callers' expectations, and
Richard Smith
2012-08-07
[analyzer] Address Jordan's review of DynamicTypePropagation.
Anna Zaks
2012-08-07
Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it
Richard Smith
2012-08-07
If we don't have a complete type for the array type yet either then
Eric Christopher
[next]