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-12-17
This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI
Bill Schmidt
2012-12-17
IdentifierResolver: Remove an unnecessary include and an unused parameter.
Nico Weber
2012-12-16
Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the ...
Craig Topper
2012-12-15
[ubsan] Emit branch weight metadata to hint towards common case.
Will Dietz
2012-12-14
fixed line endings
Anton Yartsev
2012-12-14
added post-statement callback to CXXNewExpr and pre-statement callback to CXX...
Anton Yartsev
2012-12-14
Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__
Argyrios Kyrtzidis
2012-12-14
[analyzer] Propagate the checker's state from checkBranchCondition
Anna Zaks
2012-12-14
[analyzer] Refactor: Store visited Decls instead of CallGraphNodes.
Anna Zaks
2012-12-14
Style and Doc fix for CommonOptionsParser
Edwin Vane
2012-12-14
[preprocessor] For errors at a function macro invocation, also include
Argyrios Kyrtzidis
2012-12-14
Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.
Nico Weber
2012-12-14
Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer ve...
NAKAMURA Takumi
2012-12-14
Have Sema::ActOnStartOfFunctionDef return the declaration that was passed it.
Argyrios Kyrtzidis
2012-12-14
Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates what
Argyrios Kyrtzidis
2012-12-14
fix spello
Nico Weber
2012-12-14
Refactor dump methods to make RegionBindingsRef printable in the debugger.
Ted Kremenek
2012-12-13
Make sure the __invoke function for lambdas returns properly. Per bug report...
Eli Friedman
2012-12-13
Debug Info: Emit vtables pointer members as artificial.
David Blaikie
2012-12-13
[PCH] Make the new PCH format (control block) backwards compatible and
Argyrios Kyrtzidis
2012-12-13
Add support for current Ubuntu Quantal and the upcoming Raring.
Rafael Espindola
2012-12-13
Revert 170049 because it fails with an assertion on one of the spec2000 workl...
Nadav Rotem
2012-12-13
[analyzer] Fix doc error (wrong param name) in ObjCSuperCallChecker.
Jordan Rose
2012-12-13
Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
Roman Divacky
2012-12-13
Rename StmtDumper to ASTDumper.
Alexander Kornienko
2012-12-13
Remove little endian specification from SPIR data layout - SPIR doesn't defin...
Guy Benyei
2012-12-13
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
Richard Smith
2012-12-13
Simplify. No functionality change.
Richard Smith
2012-12-13
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
[analyzer] Generalize ObjCMissingSuperCallChecker.
Jordan Rose
2012-12-13
Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,
Eli Friedman
2012-12-13
[analyzer] Fix a self-init checker false positive.
Anna Zaks
2012-12-13
objc: DOn't complain if a (SEL) expression is typecast
Fariborz Jahanian
2012-12-13
Add missing check for error return from DefaultLvalueConversion. Fixes <rdar...
Eli Friedman
2012-12-13
More hacking on mapDiagnosticRanges to make it handle more cases.
Eli Friedman
2012-12-12
[arcmt] When capturing ARC errors, have a sanity check to make sure
Argyrios Kyrtzidis
2012-12-12
[objc] For the ARC error that is emitted when a synthesized property implemen...
Argyrios Kyrtzidis
2012-12-12
Rewrite calls to bitcast unprototyped functions when emitting a definition.
John McCall
2012-12-12
[driver] Don't warn about an unused -flto option.
Chad Rosier
2012-12-12
[analyzer] Don't crash running destructors for multidimensional arrays.
Jordan Rose
2012-12-12
Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue
Chad Rosier
2012-12-12
PR14581: Make SourceLocation::printToString work, or it will always return an...
Benjamin Kramer
2012-12-12
Speeds up parsing of global declarations in cases where the warning
Manuel Klimek
2012-12-12
clang/lib/Driver/Driver.cpp: Split COMPILER_PATH according to llvm::sys::Path...
NAKAMURA Takumi
2012-12-12
Don't warn about disabled macro expansion if we see the name of a function-li...
Richard Smith
2012-12-11
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-12-11
Add SPIR32/SPIR64 targets to Clang
Guy Benyei
2012-12-11
Add -fslp-vectorize to enable bb-vectorize
Hal Finkel
2012-12-11
objective-C blocks: Check for record type when deciding if
Fariborz Jahanian
2012-12-11
Don't complain about incomplete implementations for methods that are
Douglas Gregor
[next]