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
2011-06-24
Allow Lexer::getLocForEndOfToken to return the location just passed the macro...
Argyrios Kyrtzidis
2011-06-24
In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if th...
Argyrios Kyrtzidis
2011-06-24
Allow the fixit for missing ':' in the ?: ternary operator if it is pointing
Argyrios Kyrtzidis
2011-06-24
SourceManager::isAtStartOfMacroInstantiation should check not only if the loc...
Argyrios Kyrtzidis
2011-06-24
Fix unused label warning.
Jay Foad
2011-06-24
This patch started as an attempt to fix up the horrid naming
Sean Hunt
2011-06-24
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...
Argyrios Kyrtzidis
2011-06-23
When forming a cycle in objc's inheritance hierarchy,
Fariborz Jahanian
2011-06-23
Unbreak the CMake build.
Sean Hunt
2011-06-23
[arcmt] Fully migrate ObjC++ classes, rdar://9660007.
Argyrios Kyrtzidis
2011-06-23
[arcmt] Remove rewriteAllocCopyWithZone transformation; not needed anymore.
Argyrios Kyrtzidis
2011-06-23
Apparently at some point in the past I forgot how 'continue'
John McCall
2011-06-23
Move definition of template <typename T> void Decl::dropAttr
Fariborz Jahanian
2011-06-23
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-23
Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...
Eli Friedman
2011-06-23
Minor tweak to my last patch per Doug's comment.
Fariborz Jahanian
2011-06-23
Remove multiple use of weak_import attribute on
Fariborz Jahanian
2011-06-23
Remove weak_import attribute on new declaration.
Fariborz Jahanian
2011-06-23
fix autoconf build from r133710
Dylan Noblesmith
2011-06-23
avoid using config.h in public headers
Dylan Noblesmith
2011-06-23
Move all of Sema's member-access-related checking out of SemaExpr.cpp
Douglas Gregor
2011-06-23
Allow unavailable function calls inside unavailable functions in C++/ObjC++ a...
Argyrios Kyrtzidis
2011-06-23
Clean up the heart of the caching code and miss fewer edge cases.
Sean Hunt
2011-06-22
Check for placeholders early on in
Douglas Gregor
2011-06-22
Fix a think-o that amazingly didn't show up until I started writing
Sean Hunt
2011-06-22
Issue warning if weak_import attribute is added to an already
Fariborz Jahanian
2011-06-22
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
Changes ParenListExpr to always require a type.
Manuel Klimek
2011-06-22
Copy diagnostic pragmas to the preprocessed output, from Richard Osborne!
Douglas Gregor
2011-06-22
Fix the starting location of the Fix-It note for suspicious precedence
Douglas Gregor
2011-06-22
When instantiating a function template declaration that was expressed
Douglas Gregor
2011-06-22
[arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...
Argyrios Kyrtzidis
2011-06-22
Build and use libcompiler_rt whenever possible.
Eric Christopher
2011-06-22
Try to silence GCC warning
Douglas Gregor
2011-06-22
objc-arc: Allow unbridged cast of retainable object to
Fariborz Jahanian
2011-06-22
Implement the C++0x move optimization for Automatic Reference Counting
Douglas Gregor
2011-06-22
When binding a reference to an Automatic Reference Counting temporary,
Douglas Gregor
2011-06-22
Give MaterializeTemporaryExpr the exact type of the lvalue it binds
Douglas Gregor
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou...
Argyrios Kyrtzidis
2011-06-22
Actually, you know, fix the problem.
Sean Hunt
2011-06-22
Emit @finally blocks completely lazily instead of forcing their
John McCall
2011-06-22
Avoid making assumption that this is either a CXXMethodDecl or a
Sean Hunt
2011-06-22
Ensure that we delete implict copy members when explicit move members
Sean Hunt
2011-06-22
It is possible to request the nonfragile ABI with -fobjc-abi-version=2;
John McCall
2011-06-21
Attempt to reapply this patch for caching copy assignment operator
Sean Hunt
2011-06-21
Fix PR10168: don't warn for unused non-dependent variables in both the templa...
Richard Smith
2011-06-21
Fix a missing space noticed by matthewbg in code review.
Chandler Carruth
2011-06-21
First part of PR9968: the __range variable in a dependent C++11 for-range sta...
Richard Smith
2011-06-21
Fix some grammar nits in the comments from Nick.
Chandler Carruth
[prev]
[next]