index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-02-20
Don't repeat the function name in the comment.
Richard Smith
2013-02-20
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
[analyzer] Account for the "interesting values" hash table resizing.
Jordan Rose
2013-02-19
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
[analyzer] Don't accidentally strip off base object regions for lazy bindings.
Jordan Rose
2013-02-19
Add missing clang-format null pointer check..
Daniel Jasper
2013-02-19
[modules] Const'ify some functions of ModuleMap.
Argyrios Kyrtzidis
2013-02-19
[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,
Argyrios Kyrtzidis
2013-02-19
Use MapVector::pop_back() per LLVM r175538.
Douglas Gregor
2013-02-19
[docs] Rename to permit wider variety of content.
Sean Silva
2013-02-19
[docs] Revise content on ExternalProjectsUsingClang page.
Sean Silva
2013-02-19
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-19
[docs] Introduce ExternalProjectsUsingClang.rst
Sean Silva
2013-02-19
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...
Alexey Samsonov
2013-02-19
Add the missing 'static' keyword to the test
Timur Iskhodzhanov
2013-02-19
Fix bug in LineState comparison function.
Daniel Jasper
2013-02-19
More grammar.
Eric Christopher
2013-02-19
Fixing a typo where FixIts was accidentally self-assigning instead of assigni...
Aaron Ballman
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-19
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
Temporarily revert r175471 for more review.
Bill Wendling
2013-02-18
Add a 'no-builtin' attribute if we do not want to simplify calls.
Bill Wendling
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
libclang: don't store nul-terminated strings as StringRefs,
Dmitri Gribenko
2013-02-18
Clean up last use of dyn_cast on TypeLoc in ASTMatchers
David Blaikie
2013-02-18
Test for my last patch. // rdar://13178483
Fariborz Jahanian
2013-02-18
Add include guards for CommentVisitor.h
Argyrios Kyrtzidis
2013-02-18
Prevent crash on multiple user errors (which I cannot reproduce in
Fariborz Jahanian
2013-02-18
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
Ensure that the identifier chains have the most recent declaration after modu...
Douglas Gregor
2013-02-18
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
Correctly determine */& usage in more cases.
Daniel Jasper
2013-02-18
AArch64: add atomic support parameters to TargetInfo
Tim Northover
2013-02-18
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-18
Update test cases to account for DIBuilder type changes.
David Blaikie
2013-02-18
Disable dead stores checker for template instantations. Fixes <rdar://proble...
Ted Kremenek
2013-02-18
Fix up grammar a bit.
Eric Christopher
2013-02-18
Unify some "kernel or kext" conditionals.
Eric Christopher
2013-02-18
Add a comment.
Eric Christopher
2013-02-18
Clean up comment.
Eric Christopher
2013-02-18
Grammar.
Eric Christopher
2013-02-18
Unify some code. No functional change.
Eric Christopher
2013-02-17
Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test
Dmitri Gribenko
2013-02-17
Remove block names from test case to unbreak release builds.
Lang Hames
2013-02-17
Documentation: use \brief and don't duplicate the name of the declared entity
James Dennett
[prev]
[next]