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
2013-01-04
Move the common source locations of CastStmt & DefaultStmt into their base cl...
Argyrios Kyrtzidis
2013-01-04
[arcmt] Don't error if an autoreleased variable is returned after the -autore...
Argyrios Kyrtzidis
2013-01-04
Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>
Douglas Gregor
2013-01-04
Fix fieldNo usage for lambdas. No behavior change since the
Eric Christopher
2013-01-03
Warn on unused auto variables.
Rafael Espindola
2013-01-03
Use early returns to reduce indentation.
Rafael Espindola
2013-01-03
[arcmt] Rewrite uses of Block_copy/Block_release macros.
Argyrios Kyrtzidis
2013-01-03
Make MallocChecker debug output useful.
Ted Kremenek
2013-01-03
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2013-01-03
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-02
DiagnosticIds: Fix offset/ID calculation, no impact outside this code.
Argyrios Kyrtzidis
2013-01-02
Correct Hexagon DataLayout string. Fixes bug 14744.
Anshuman Dasgupta
2013-01-02
Remove the anonymous namespace from lib/Sema/TreeTransform.h
Argyrios Kyrtzidis
2013-01-02
Fixes multiple formatting bugs.
Manuel Klimek
2013-01-02
Don't allow line breaks after template parameters.
Daniel Jasper
2013-01-02
Format */& as binary operator if followed by a unary operator.
Daniel Jasper
2013-01-02
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
Correctly format pointers and references in casts.
Daniel Jasper
2013-01-02
Understand unary operators after "return" and "case".
Daniel Jasper
2013-01-02
Prefer splitting after "template <...>" and fix indentation.
Daniel Jasper
2013-01-02
Prefer to break after operators over breaking after "(".
Daniel Jasper
2013-01-02
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
Understand * and & in ternary expressions.
Daniel Jasper
2013-01-02
Don't break after pointer or reference specifier.
Daniel Jasper
2013-01-02
Convert an if that never happens to an assert.
Rafael Espindola
2013-01-01
Simplify vector splat code. No functionality change.
Benjamin Kramer
2012-12-31
Silence some warnings and allow passing down some feature flags to the linker.
Rafael Espindola
2012-12-31
Remove some remnants of OwningExprResult / OwningStmtResult.
Nico Weber
2012-12-30
Simplify. No functionality change.
Nico Weber
2012-12-30
Don't warn on unused member functions that are extern because of a typedef.
Rafael Espindola
2012-12-30
Formatter: parse and format inline namespaces like regular namespaces
Dmitri Gribenko
2012-12-30
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-30
Use hasCLanguageLinkage when warning about non C return types.
Rafael Espindola
2012-12-30
Comment lexing: replace manual comparison with StringRef::find_first_of
Dmitri Gribenko
2012-12-30
Don't get confused if a extern "C" builtin function is redeclared without
Rafael Espindola
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-29
Don't warn for undefined but used decls that are external because of a typedef.
Rafael Espindola
2012-12-29
ArrayRefize CXXTryStmt.
Nico Weber
2012-12-29
ArrayRefize a CompoundStmt constructor.
Nico Weber
2012-12-29
Fix a typo that caused a few standard library implementations of sort to
Chandler Carruth
2012-12-29
Try to re-structure the GCCVersion comparison routine to make it easier
Chandler Carruth
2012-12-29
Minor cleanup.
Rafael Espindola
2012-12-28
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-28
Replace magic numbers in CheckICE with an enum.
Richard Smith
2012-12-28
PR14729: Fix typo in CheckICE for BinaryConditionalOperators.
Richard Smith
2012-12-28
Improve diagnostic wording for when an implicitly-deleted special member
Richard Smith
2012-12-28
Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part.
Alexey Samsonov
[prev]
[next]