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
2012-08-31
don't warn about unused values when the unused value is a statement expressio...
Chris Lattner
2012-08-31
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the
DeLesley Hutchins
2012-08-31
Thread-safety analysis: fix handling of string constants in mutex
DeLesley Hutchins
2012-08-31
Normalize line endings of r163022.
Joao Matos
2012-08-31
Emulate MSVC's preprocessor macro argument separator behavior by not consider...
Joao Matos
2012-08-31
objective-C ARC; detect and warn on retain cycle when
Fariborz Jahanian
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
[analyzer] RetainCountChecker: don't assume all functions have names.
Jordan Rose
2012-08-31
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-30
objective-C ARC: under -Wexplicit-ownership-type diagnose those
Fariborz Jahanian
2012-08-30
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
Anna Zaks
2012-08-30
[analyzer] Fixup for r162935 as per Jordan's review.
Anna Zaks
2012-08-30
The presence of a user-*declared* constructor makes the default
Douglas Gregor
2012-08-30
Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly
Richard Trieu
2012-08-30
Extend the "__is_pod" hack, which demotes various type trait keywords
Douglas Gregor
2012-08-30
[analyzer] Do not propagate the [super init] could be nil assumption
Anna Zaks
2012-08-30
Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'.
Ted Kremenek
2012-08-30
Make preprocessor act in a GCC-compatible fashion when a macro is redefined
Richard Smith
2012-08-30
PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will
Richard Smith
2012-08-30
Reland r160052: Default to -std=c++11 on Windows.
Nico Weber
2012-08-30
Fix a crash in type merging with enum types.
Eli Friedman
2012-08-30
Make this test portable.
Ted Kremenek
2012-08-29
[analyzer] Stop tracking symbols based on a retain count summary of
Anna Zaks
2012-08-29
[analyzer] Fixup 162863.
Anna Zaks
2012-08-29
Fix serious regression introduced in r157780 where __attribute__((NSObject))
Ted Kremenek
2012-08-29
Fix PR reference in test.
Eli Friedman
2012-08-29
Fix run-line for test.
Eli Friedman
2012-08-29
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-29
Make alignment computation for pointer values for builtins handle
Eli Friedman
2012-08-29
Define __mips64 / __mips64__ macros for MIPS 64-bit targets.
Simon Atanasyan
2012-08-29
Move TLS check from LValueExprEvaluator::VisitVarDecl to
Hans Wennborg
2012-08-29
objective-C: make -Widiomatic-parentheses work
Fariborz Jahanian
2012-08-29
Fixed a problem with #pragma push_macro/pop_macro implementation.
Alexander Kornienko
2012-08-29
Define _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros for MIPS targets.
Simon Atanasyan
2012-08-29
Fix r162835 as per Richard's comments.
Hans Wennborg
2012-08-29
Move the test for PR13720 from Sema/init.c to Sema/thread-specifier.c.
Hans Wennborg
2012-08-29
The address of a TLS var is not compile-time constant (PR13720)
Hans Wennborg
2012-08-29
[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.
Jordan Rose
2012-08-28
objective-C arc: ns_returns_retained is a type attribute in ARC,
Fariborz Jahanian
2012-08-28
Fix test case for Release builds.
Chad Rosier
2012-08-28
[ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.
Chad Rosier
2012-08-28
Splitting the duplicated decl spec extension warning into two: one is an ExtW...
Aaron Ballman
2012-08-28
[analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor.
Jordan Rose
2012-08-28
[analyzer] When we look for the last stmt in a function, skip implicit dtors.
Jordan Rose
2012-08-28
CUDA: give static storage class to __shared__ and __constant__
Peter Collingbourne
2012-08-28
CUDA: give correct address space to globals declared in functions
Peter Collingbourne
2012-08-28
Make test pass in Release builds, which use a different naming scheme for llv...
Benjamin Kramer
[next]