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-02-01
Make sure that imported definitions get completed before we add
Douglas Gregor
2012-02-01
[libclang] Make sure we don't ever leave a StoredDiagnostic associated with
Argyrios Kyrtzidis
2012-02-01
Add missing dependency to unbreak the CMake build
Douglas Gregor
2012-02-01
size() == 0 -> empty().
David Chisnall
2012-02-01
[analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++
Anna Zaks
2012-02-01
Add a new compiler warning, which flags anti-patterns used as the size
Anna Zaks
2012-02-01
Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.
Douglas Gregor
2012-02-01
Introduce the lambda scope before determining explicit captures, which
Douglas Gregor
2012-02-01
include clang's config.h unconditionally
Dylan Noblesmith
2012-02-01
constexpr: check for overflow in pointer subtraction.
Richard Smith
2012-02-01
Compatability fix for SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
Revert r149363 which was part a series of commits that were reverted in llvm
Argyrios Kyrtzidis
2012-02-01
Remove redundant checks in CXXRecordDecl::isCLike(), as suggested by Sebastian.
Argyrios Kyrtzidis
2012-02-01
For pass-by-value record arguments to functions emit a forward decl
Eric Christopher
2012-02-01
constexpr: overflow checking for integral and floating-point arithmetic.
Richard Smith
2012-02-01
When providing code completions for a switch over a scoped enumeration
Douglas Gregor
2012-02-01
constexpr: Unlike other incomplete types, 'void' cannot possibly be completed as
Richard Smith
2012-02-01
constexpr: require 'this' to point to an object in a constexpr method call.
Richard Smith
2012-02-01
constexpr: add support for comparisons of pointer-to-members.
Richard Smith
2012-02-01
Improve checking of explicit captures in a C++11 lambda expression:
Douglas Gregor
2012-02-01
Fix crash on invalid in microsoft anonymous struct extension.
Nico Weber
2012-02-01
Diagnose attempts to explicitly capture a __block variable in a lambda.
Douglas Gregor
2012-01-31
Use the new Triple::getMacOSXVersion function in another place.
Bob Wilson
2012-01-31
Fix an assertion failure in isMacOSXVersionLT for IOS targets.
Bob Wilson
2012-01-31
Make the callback object to Sema::CorrectTypo mandatory.
Kaelyn Uhrain
2012-01-31
objc-arc: In various diagnostics mention
Fariborz Jahanian
2012-01-31
constexpr: Treat INT_MIN % -1 as undefined behavior in C++11. Technically, it
Richard Smith
2012-01-31
Make sure we call MaybeCreateExprWithCleanups for the sub-expression of an in...
Eli Friedman
2012-01-31
A couple minor fixes to template instantiation for for-range loops.
Eli Friedman
2012-01-31
Use new Triple::getMacOSXVersion function.
Bob Wilson
2012-01-31
arc migrator: twik previous patch to exclude user provided
Fariborz Jahanian
2012-01-31
arc migrator: Do not attempt to migrate to bridge casts which
Fariborz Jahanian
2012-01-31
Split compiler builtin module into "stdlib" builtins and "intrinsic"
Douglas Gregor
2012-01-31
Fix more fallout from the introduction of "macosx" and "ios" triples.
Bob Wilson
2012-01-31
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-31
[analyzer] Change the warning to suggest 'strlcat/strlcpy' as
Anna Zaks
2012-01-31
Fix 80-column violation.
Chad Rosier
2012-01-31
Revert r149359. This was a hack to a problem with an easy workaround, and it...
Ted Kremenek
2012-01-31
Pacify gcc's -Wreturn-type.
Matt Beaumont-Gay
2012-01-31
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
fix a crash on:
Chris Lattner
2012-01-31
FormatCheckers should emit all diagnostics using EmitFormatDiagnostic().
Jean-Daniel Dupas
2012-01-31
Format string warnings: don't a.k.a. wchar_t with wchar_t.
Hans Wennborg
2012-01-31
[CFG] Removed unused local variable.
Erik Verbruggen
2012-01-31
Don't zero terminate the bitmap twice.
Benjamin Kramer
2012-01-31
constexpr: the result of a relational operator between pointers to void is
Richard Smith
2012-01-31
ConstantArray::get() (for strings) is going away, use
Chris Lattner
2012-01-31
Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://probl...
Ted Kremenek
2012-01-31
Make a bunch of local functions 'static'.
Ted Kremenek
2012-01-31
enhance some optimization logic to handle ConstantDataSequential
Chris Lattner
[prev]
[next]