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
2012-02-04
New test case.
Devang Patel
2012-02-04
Clang has existing support for debuggers that
Sean Callanan
2012-02-04
Create new tag for the property. This is a work in progress.
Devang Patel
2012-02-04
[libclang] Stick to the silly notion that a forward class/protocol
Argyrios Kyrtzidis
2012-02-04
Suppress the used-but-not-defined warning for static data members while I loo...
Eli Friedman
2012-02-04
constexpr:
Richard Smith
2012-02-03
Update tests so that they don't rely upon LLVMDebugVersion number.
Devang Patel
2012-02-03
Make _mm_cmpgt_epi8 immute to -funsigned-char.
Nick Lewycky
2012-02-03
Try to get test passing on windows.
Nico Weber
2012-02-03
Make explicit captures which cause implicit captures work correctly.
Eli Friedman
2012-02-03
Implement implicit capture for lambda expressions.
Eli Friedman
2012-02-03
Make sure that the layout-override parser grabs the size, not the data
Douglas Gregor
2012-02-03
When a pack expansion occurs in the template argument list of an alias
Douglas Gregor
2012-02-03
Add a triple to test/SemaObjC/format-strings-objc.m to make it pass in window...
Argyrios Kyrtzidis
2012-02-03
Don't warn about anonymous struct/union in C11.
Hans Wennborg
2012-02-03
Implement support for a pack expansion into a fixed-length
Douglas Gregor
2012-02-03
[analyzer] Testing: add automated reference results reset.
Anna Zaks
2012-02-03
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-03
Change Lexer::makeFileCharRange() to have it accept a CharSourceRange
Argyrios Kyrtzidis
2012-02-03
Change the fixed array of FixitHints to a SmallVector to lift off
Argyrios Kyrtzidis
2012-02-03
Move isSentinelNullExpr() from Sema to ASTContext to make it more widely
Argyrios Kyrtzidis
2012-02-03
Further downgrade -Warc-bridge-casts-disallowed-in-nonarc to a warning (not m...
Ted Kremenek
2012-02-03
Thread safety analysis:
Richard Smith
2012-02-03
Thread safety analysis: at a CFG join point between a block terminating in a
Richard Smith
2012-02-03
C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions,
Chad Rosier
2012-02-03
Refactor capture in blocks to use new-style capture hooks. Start adding a bi...
Eli Friedman
2012-02-03
[frontend] Don't allow a mapping to a warning override an error/fatal mapping.
Chad Rosier
2012-02-03
Note whether a lambda is mutable in the LambdaScopeInfo; this information wil...
Eli Friedman
2012-02-03
Make error about using bridge casts in non-ARC mode a warning that is default...
Ted Kremenek
2012-02-03
Do not show macro expansion in strncat warnings, which can be defined as
Anna Zaks
2012-02-03
objc: Issue diagnostic when receiver type is a forward class declaration and
Fariborz Jahanian
2012-02-03
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-02
Rename -dependency-graphviz to -dependencncy-dot
Douglas Gregor
2012-02-02
Add some code to accurately perform odr-used marking for variables per the C+...
Eli Friedman
2012-02-02
Further enhance comment for property in continuation class.
Fariborz Jahanian
2012-02-02
unnecessary include of TargetMachine.h?
Andrew Trick
2012-02-02
Initialize the user defined conversion function to null if this is an aggrega...
Benjamin Kramer
2012-02-02
Use -isystem rather than relying on -isysroot to work consistently
Douglas Gregor
2012-02-02
objc: comment the code which allows narroing of property object
Fariborz Jahanian
2012-02-02
Yet more data from failing buildbots...
Douglas Gregor
2012-02-02
objective-c: When redeclaraing in continuation class a 'readonly'
Fariborz Jahanian
2012-02-02
Drop -verify to get better diagnostics from failing buildbots. Plus, we don't...
Douglas Gregor
2012-02-02
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-02-02
Pacify gcc's -Wreturn-type
Matt Beaumont-Gay
2012-02-02
Pass the SourceMgr to the MCContext for cc1as.
Jim Grosbach
2012-02-02
Move the code that sets the AddressSafety
Alexander Potapenko
2012-02-02
r149587 reverted
Anton Yartsev
2012-02-02
Fix for PR10657 (http://llvm.org/bugs/show_bug.cgi?id=10657)
Anton Yartsev
2012-02-02
Split Sema::MarkDeclarationReferenced into multiple functions; the additional...
Eli Friedman
2012-02-02
[analyzer] Fix a false positive in the CFArrayCreate check that surfaces
Anna Zaks
[next]