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-31
Lexer: Don't warn about Unicode in preprocessor directives.
Jordan Rose
2013-01-31
Preprocessor: initialize member introduced in r173881.
Jordan Rose
2013-01-31
Micro-change: moved a brace for better readability
Alexander Kornienko
2013-01-31
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-01-31
Never break inside something that was a preprocessor directive.
Manuel Klimek
2013-01-31
Several improvements to the formatting of static initializers.
Daniel Jasper
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
[msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
2013-01-31
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
When code completing in a statement, parenthesized expression, or
Douglas Gregor
2013-01-31
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-31
Replace "failed template argument deduction" diagnostic with something useful
Richard Smith
2013-01-31
Remove elements from Sema.UndefinedInternals as functions are defined. Also
Nick Lewycky
2013-01-31
Fix grammar in comment.
Nick Lewycky
2013-01-31
Clarify the diagnostic for -Wnested-anon-types.
Richard Smith
2013-01-31
[analyzer] If a lazy binding is undefined, pretend that it's unknown instead.
Jordan Rose
2013-01-31
When comparing two template template arguments in the template differ, consider
Richard Trieu
2013-01-31
Fix -Wcovered-switch-default and -Wunused-private-field warnings.
Richard Smith
2013-01-31
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2013-01-31
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
[analyzer] Fix a bug in region store that lead to undefined value false
Anna Zaks
2013-01-31
When comparing two templates in the template differ, consider them the
Douglas Gregor
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-30
Reinstate r173952, this time limiting it to exactly the form
Douglas Gregor
2013-01-30
Diagnostics: Clarify name of line-length-limiting constant in r173976.
Jordan Rose
2013-01-30
Changed to static_cast, due to post-commit review.
Filipe Cabecinhas
2013-01-30
Cast to remove the narrowing conversion error in c++11.
Filipe Cabecinhas
2013-01-30
Diagnostics: if a line is longer than 4096 characters, don't print it.
Jordan Rose
2013-01-30
Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro""
Argyrios Kyrtzidis
2013-01-30
Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back
Richard Trieu
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E.
Jordan Rose
2013-01-30
[analyzer] Make shallow mode more shallow.
Anna Zaks
2013-01-30
[analyzer] Use analyzer config for max-inlinable-size option.
Anna Zaks
2013-01-30
[analyzer] Move report false positive suppression to report visitors.
Anna Zaks
2013-01-30
[analyzer] Remove further references to analyzer-ipa.
Anna Zaks
2013-01-30
Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
2013-01-30
[preprocessor] Don't warn about "disabled expansion of recursive macro"
Argyrios Kyrtzidis
2013-01-30
[analyzer] Model trivial copy/move ctors with an aggregate bind.
Jordan Rose
2013-01-30
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-30
Revert unintended change
Dmitri Gribenko
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
2013-01-30
Don't generate no-op replacements.
Daniel Jasper
2013-01-30
Add "instancetype" as a code completion result for the return type of
Douglas Gregor
2013-01-30
The instance methods of the root class of an Objective-C hieararchy
Douglas Gregor
2013-01-30
C11: Provide the missing half of <stdalign.h>
Richard Smith
[next]