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
2010-11-03
Implement -working-directory.
Argyrios Kyrtzidis
2010-11-03
Make this error less specific but also less likely to cause confusion. Fixes
Nick Lewycky
2010-11-03
When producing overload candidates for binary built-in operators, keep
Douglas Gregor
2010-11-03
Some fixes for synthesized ivar metadata (GNU runtime).
David Chisnall
2010-11-03
Do not add elidable CXXConstructExpr as block-level expr.
Zhongxing Xu
2010-11-03
Added generating destructors for temporary objects. Two cases I know of, that...
Marcin Swiderski
2010-11-03
Revert while I debug test failures :-(
Rafael Espindola
2010-11-03
Switch clang to run ld directly on linux. I tested this on all the linux
Rafael Espindola
2010-11-03
When setting a tied check if it's already tied. If it's tied to another const...
Anders Carlsson
2010-11-03
A number in an input constraint can't point to a read-write ('+') constraint....
Anders Carlsson
2010-11-03
Provide an error when a non-identifier name (such as an operator) is used as a
Sean Hunt
2010-11-03
Improve source-location information for CXXConstructExpr nodes, by
Douglas Gregor
2010-11-02
Fixes an assertion violation when bind to temporary
Fariborz Jahanian
2010-11-02
Ensure that static local variables in function templates inherit the
John McCall
2010-11-02
Teach code completion to provide property results when the property
Douglas Gregor
2010-11-02
Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause
Daniel Dunbar
2010-11-02
Add support for Fedora 14. Patch by Daniel Kozlowski.
Rafael Espindola
2010-11-02
Unbreak private_extern, which apparently we had zero tests for.
John McCall
2010-11-02
Fix a crash mangling decayed val argument-typed function.
Fariborz Jahanian
2010-11-02
Properly handle temporaries that are created in a AsmStmt.
Argyrios Kyrtzidis
2010-11-02
Ignore attributes on classes when calculating visibility for members
John McCall
2010-11-02
Diagnose a coherant message when @interface
Fariborz Jahanian
2010-11-02
Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber...
Douglas Gregor
2010-11-02
When performing template argument deduction against a template-id,
Douglas Gregor
2010-11-01
Teach the CStringChecker and PthreadLockChecker about non-identifier
Douglas Gregor
2010-11-01
Eliminate an unused local variable
Douglas Gregor
2010-11-01
Clean up temporaries created by an asm statement. Fixes rdar://8540491
Argyrios Kyrtzidis
2010-11-01
Harden Sema::MaybeBindTotemporary.
Douglas Gregor
2010-11-01
Restore patch for PR8453 which was undone in r117829
Fariborz Jahanian
2010-11-01
Emit error when using a bound member function for something other than callin...
Argyrios Kyrtzidis
2010-11-01
Require that the types of the parameters of a block literal are complete.
Douglas Gregor
2010-11-01
Simplify. Builtin types' context is always implied.
Devang Patel
2010-11-01
Don't update empty field subobjects for bitfields. Fixes PR8519.
Anders Carlsson
2010-11-01
Plug a leak in the preprocessing record's handling of inclusion
Douglas Gregor
2010-11-01
Disable some timing code
Douglas Gregor
2010-11-01
Explicitly handle CXXBindTemporaryExpr, CXXFunctionalCastExpr,
Zhongxing Xu
2010-11-01
Now initializer of C++ record type is visited as block-level expr.
Zhongxing Xu
2010-11-01
Make all CXXConstructExpr's block-level expressions. This is required by
Zhongxing Xu
2010-11-01
Only apply -fvisibility-inlines-hidden to definitions. Apparently
John McCall
2010-11-01
Get rid of more calls to getBaseClassOffsetInBits.
Anders Carlsson
2010-10-31
Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseCla...
Anders Carlsson
2010-10-31
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
Start converting over the RecordLayoutBuilder next.
Anders Carlsson
2010-10-31
EmptyObjectMap now uses CharUnits wherever possible.
Anders Carlsson
2010-10-31
More CharUnits conversion.
Anders Carlsson
2010-10-31
More CharUnits conversion.
Anders Carlsson
2010-10-31
Use CharUnits in the EmptyClassOffsets map.
Anders Carlsson
2010-10-31
Correct typos and whitespace, spotted by Nico Weber!
Nick Lewycky
2010-10-31
Baby steps towards using only CharUnits for base class offsets in ASTRecordLa...
Anders Carlsson
2010-10-31
Teach the constant expr evaluator about derived-to-base casts when no virtual...
Anders Carlsson
[next]