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-27
[Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64
Simon Atanasyan
2013-02-27
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
Make the negative test of recordType depend on a specific record.
Manuel Klimek
2013-02-27
Fix formatting of multiplications in array subscripts.
Daniel Jasper
2013-02-27
[Sanitizer] Change driver behavior when linking with -fsanitize=thread and -f...
Alexey Samsonov
2013-02-27
Enable bin-packing in Google style.
Daniel Jasper
2013-02-27
Update clang for LLVM API change. No functionality change.
Nick Lewycky
2013-02-27
Don't cache the visibility of types.
Rafael Espindola
2013-02-27
Use the correct alignment for POD-member memcpys where the first field is a
Lang Hames
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Change Type::getLinkageAndVisibility to return a LinkageInfo.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
Update template diffing to handle template arguments that are declarations.
Richard Trieu
2013-02-27
Add a test to make sure __has_include works from inside a macro.
Argyrios Kyrtzidis
2013-02-27
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
[analyzer] Add stop-gap patch to prevent assertion failure when analyzing LLV...
Ted Kremenek
2013-02-27
[PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenI...
Argyrios Kyrtzidis
2013-02-27
comment parsing: Properties are considered like methods, and people
Fariborz Jahanian
2013-02-27
Don't crash when diagnosing path-constrained protected
John McCall
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-27
[analyzer] If a struct has a partial lazy binding, its fields aren't Undef.
Jordan Rose
2013-02-27
Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries.
Ted Kremenek
2013-02-26
Use existing macros to simplify the test a bit.
Rafael Espindola
2013-02-26
Temporarily revert r176133 until testcases are modified.
Bill Wendling
2013-02-26
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-26
Don't set the -target-cpu and -target-features attributes just now.
Bill Wendling
2013-02-26
No need to initialize these variables.
Chad Rosier
2013-02-26
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-26
Fix assertion failure when a field is given an address space.
Matt Arsenault
2013-02-26
Fix initializer for variables with attribute address_space set.
Matt Arsenault
2013-02-26
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
[analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a...
Ted Kremenek
2013-02-26
Warn on dropping the return value from a warn_unused_result function, even in
Matt Beaumont-Gay
2013-02-26
Use the most recent decl in getExplicitVisibility.
Rafael Espindola
2013-02-26
Be more careful in applying pragma weak. Fixes pr14974.
Rafael Espindola
2013-02-26
Fix bad line break decision.
Daniel Jasper
2013-02-26
Allow dash before "ld" in android driver test.
Evgeniy Stepanov
2013-02-26
In range-based for-loops, prefer splitting after ":".
Daniel Jasper
2013-02-26
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-26
Only break string literals as a last resort.
Daniel Jasper
2013-02-26
Define CMake option CLANG_INCLUDE_TESTS *before* traversing into tests/ subdi...
Alexey Samsonov
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-26
Update tests to do a full match against printed C++11 attributes.
Michael Han
2013-02-26
[analyzer] Don't look through casts when creating pointer temporaries.
Jordan Rose
2013-02-26
[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.
Jordan Rose
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
[analyzer] Restrict ObjC type inference to methods that have related result t...
Anna Zaks
2013-02-25
[analyzer] Recover all PreStmtPurgeDeadSymbols nodes with a single successor ...
Ted Kremenek
2013-02-25
Various additions to ASTMatcher library:
Edwin Vane
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
[next]