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
2012-01-26
objc: 'id' and block pointer compare in mergeTypes is
Fariborz Jahanian
2012-01-26
AST/ExprConstant.cpp: Silence a warning on ms cl.exe. "bool" does not prefer ...
NAKAMURA Takumi
2012-01-26
Extend the ExternalASTSource interface to allow the AST source to
Douglas Gregor
2012-01-26
Use createRecordFwdDecl here since that's what we're doing.
Eric Christopher
2012-01-26
Revert previous patch unifying all of the C++ record prep in one area,
Eric Christopher
2012-01-26
Remove another duplicated variable.
Eric Christopher
2012-01-26
constexpr: evaluate (bool)&x as true when x is a local variable or a temporary.
Richard Smith
2012-01-26
Remove the headers now that ::close() is not used.
Argyrios Kyrtzidis
2012-01-26
In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor
Argyrios Kyrtzidis
2012-01-26
Rewrite/FrontendActions.cpp: Tweak to unbreak msvc.
NAKAMURA Takumi
2012-01-26
Revert r148249: "Make the auto-detection hack for the iOS simulator set the t...
Bob Wilson
2012-01-26
Improve efficiency of Sema::MaybeBindToTemporary by working with the
Peter Collingbourne
2012-01-26
Simplify {Record,Enum}Type::classof.
Peter Collingbourne
2012-01-26
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-26
Add missing include of <unistd.h>
Douglas Gregor
2012-01-26
Refactor to share code for handling return statements between lambda expressi...
Eli Friedman
2012-01-26
Introduce 3 new fixit options:
Argyrios Kyrtzidis
2012-01-26
Enable several checkers under --analyze for general testing.
Ted Kremenek
2012-01-26
Tidy and remove some unused variables.
Eric Christopher
2012-01-26
Fix our handling of #pragma GCC visibility.
Rafael Espindola
2012-01-26
Collect this information together. No reason to have it split.
Eric Christopher
2012-01-26
Refactor into its own function.
Eric Christopher
2012-01-26
Reintroduce r148981 with significantly improved regression test. Now it
Chandler Carruth
2012-01-26
StaticAnalyzer/Checkers: Fix CMake build.
NAKAMURA Takumi
2012-01-26
[analyzer] Add an AST checker that checks for a common pitfall when
Anna Zaks
2012-01-26
objc: allow block pointer matching 'id' type when
Fariborz Jahanian
2012-01-26
Slight refactoring; catch yet another case where we were missing an lvalue-to...
Eli Friedman
2012-01-26
arc migrator: Added an option to the migrator
Fariborz Jahanian
2012-01-25
Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...
Ted Kremenek
2012-01-25
Don't stack-allocate an IntegerLiteral which can be referred to after the cur...
Eli Friedman
2012-01-25
Revert r148981 because it fails test/Driver/freebsd.c
Argyrios Kyrtzidis
2012-01-25
Add some ABI tweaks for i386-pc-win32 triple so that we return structs in an ...
Eli Friedman
2012-01-25
Fix a crash involving a multi-dimensional dependent VLA. PR11744.
Eli Friedman
2012-01-25
Post open source analyzer build checker-259.
Ted Kremenek
2012-01-25
constexpr: add support for anonymous struct and union members in literal types.
Richard Smith
2012-01-25
Clean up comment.
Eric Christopher
2012-01-25
Try to unbreak the FreeBSD toolchain's detection of 32-bit targets
Chandler Carruth
2012-01-25
Allow typo correction to be disabled in BuildOverloadedCallExpr variant.
Kaelyn Uhrain
2012-01-25
Restore a tiny bit of functionality that I completely overlooked in the
Chandler Carruth
2012-01-25
Avoid correcting unknown identifiers to types where types aren't allowed.
Kaelyn Uhrain
2012-01-25
Add custom callback object for typo correction in BuildRecoveryCallExpr.
Kaelyn Uhrain
2012-01-25
When we're substituting into a function parameter pack and expect to
Douglas Gregor
2012-01-25
The Linux pattern of adding all the search paths that exist doesn't seem
Chandler Carruth
2012-01-25
Remove the 'ToolTriple' concept from the NetBSD toolchain along with my
Chandler Carruth
2012-01-25
Delete still more remnants of the now dead HostInfo. The janitoring will
Chandler Carruth
2012-01-25
Delete the driver's HostInfo class. This abstraction just never really
Chandler Carruth
2012-01-25
Add support for const pointer to literal-objc string as format attribute.
Jean-Daniel Dupas
2012-01-25
Switch the ToolChain types to all store a Driver reference rather than
Chandler Carruth
2012-01-25
Fixup r148926, for -Asserts.
NAKAMURA Takumi
2012-01-25
Remove the TargetTriple object that I added to the Driver recently. This
Chandler Carruth
[prev]
[next]