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
2013-04-01
Improve formatting of function types.
Daniel Jasper
2013-03-30
Remove old NVPTX cpus and add new NVPTX cpus
Justin Holewinski
2013-03-30
Use kernel metadata to differentiate between kernel and device
Justin Holewinski
2013-03-30
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
Hal Finkel
2013-03-30
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-30
[analyzer] Restructure ExprEngine::VisitCXXNewExpr to do a bit less work.
Jordan Rose
2013-03-30
[analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
2013-03-30
[analyzer] Add debug helper LocationContext::dumpStack().
Jordan Rose
2013-03-29
[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...
Anna Zaks
2013-03-29
[analyzer] Look for a StmtPoint node instead of PostStmt in trackNullOrUndefV...
Anna Zaks
2013-03-29
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-29
[cmake] Add clang-headers as a dependency of libclang and if we have to copy ...
Argyrios Kyrtzidis
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
Improvement on r177086.
Adrian Prantl
2013-03-29
Hexagon: Set Hexagon tool-chain when configured as OSless target.
Jyotsna Verma
2013-03-29
Remove sign-compare warning on systems that still use 32 bit time_ts.
Benjamin Kramer
2013-03-29
Fix thinko (and the bots): We still want to warn in C.
Rafael Espindola
2013-03-29
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-29
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-29
Add XTEST intrinsic defined in TSX extension
Michael Liao
2013-03-29
[cfg] Always guard (when AddStaticInitBranches == true) DeclStmts for static ...
Ted Kremenek
2013-03-29
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-29
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
Add configuration plumbing to enable static initializer branching in the CFG ...
Ted Kremenek
2013-03-28
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-28
[analyzer] Document existence of ConstPointerEscape.
Anna Zaks
2013-03-28
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-03-28
[ms-cxxabi] Add more tests for r178297
Reid Kleckner
2013-03-28
[sema] Check the result of getAsCXXRecordDecl() to fix the build
Reid Kleckner
2013-03-28
Warn about more than the first unused variable when -Werror is set.
Matt Beaumont-Gay
2013-03-28
[sema] Remove unused variable from r178283
Reid Kleckner
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2013-03-28
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-28
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
2013-03-28
Implemented a warning when an input several bitwise operations are
Sam Panzer
2013-03-28
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
2013-03-28
Rename LinuxDistro to Distro.
Thomas Schwinge
2013-03-28
Use early return in printing logic. Minor cleanup.
Ted Kremenek
2013-03-28
Add CFG logic to create a conditional branch for modeling static initializers.
Ted Kremenek
2013-03-28
Fixed handling of comments before preprocessor directives.
Alexander Kornienko
2013-03-28
Fix order of initialization warning.
Eric Christopher
2013-03-28
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-28
Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
Hal Finkel
2013-03-28
[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
Simon Atanasyan
2013-03-28
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
Hal Finkel
2013-03-28
Define __SIZE_MAX__ preprocessor macro.
Evgeniy Stepanov
2013-03-28
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
[next]