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-11
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-11
Hexagon: Remove -g option from the assembler command line.
Jyotsna Verma
2013-04-11
Change clang-format's affinity for breaking after return types.
Daniel Jasper
2013-04-11
Fix formatting of overloaded assignment operators.
Daniel Jasper
2013-04-11
ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
NAKAMURA Takumi
2013-04-11
Drop ObjCIndirectCopyRestoreExprs during template instantiation.
John McCall
2013-04-11
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-11
[analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to i...
Anton Yartsev
2013-04-10
[analyzer] Address Jordan’s review of r179219
Anna Zaks
2013-04-10
[analyzer] Address Jordan’s code review of r 179221
Anna Zaks
2013-04-10
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-10
[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.
Anna Zaks
2013-04-10
[analyzer] When reporting a leak in RetainCount checker due to an early exit ...
Anna Zaks
2013-04-10
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-10
For split dwarf we should also run the objcopy action if we're
Eric Christopher
2013-04-10
Remove unused arguments.
Chad Rosier
2013-04-10
[driver] Add a -Ofast option, which enables -O3, -ffast-math, and
Chad Rosier
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
Fixes recovering from errors when parsing braced init lists.
Manuel Klimek
2013-04-10
Fix labels with trailing comments and cleanup.
Daniel Jasper
2013-04-10
Handle "typeof" in Objective-C format string checking. This previously crashed.
Ted Kremenek
2013-04-10
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-10
Don't crash when mangling types defined in ObjC class extensions.
John McCall
2013-04-10
C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
2013-04-10
<rdar://problem/13605348> Don't consider invalid user-defined literal operato...
Douglas Gregor
2013-04-10
[frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
[frontend] When preprocessing, turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...
Argyrios Kyrtzidis
2013-04-10
Improve the diagnostics of the number-reading preprocessor directives.
Michael Ilseman
2013-04-10
Suppress -Wunused-variable for variables declared in headers, which may in
Matt Beaumont-Gay
2013-04-09
Objective-C: This patch fixes a none-issuance of warning
Fariborz Jahanian
2013-04-09
Fix comments before labels.
Daniel Jasper
2013-04-09
Again macros without trailing semicolons: don't care about declaration context.
Alexander Kornienko
2013-04-09
[ms-cxxabi] Add "$$C" when mangling template arg QualTypes
Reid Kleckner
2013-04-09
One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...
Alexey Samsonov
2013-04-09
Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...
Alexey Samsonov
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
When checking for illegal expressions in a default-argument
John McCall
2013-04-09
Skip transparent contexts when looking for using directives in name lookup.
Douglas Gregor
2013-04-09
Mark as referenced the functions from instantiated UserDefinedLiterals.
Argyrios Kyrtzidis
2013-04-09
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-08
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-08
<rdar://problem/13584715> Converted constant expressions are expected to have...
Douglas Gregor
2013-04-08
<rdar://problem/13540899> Collect using directives from all of the semantic c...
Douglas Gregor
2013-04-08
Recognize function-like macro usages without semicolon in declaration context.
Alexander Kornienko
2013-04-08
Fix typo in assertion.
Nick Lewycky
2013-04-08
The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
2013-04-08
<rdar://problem/13559825> Further reduce template instantiation depth down to...
Douglas Gregor
2013-04-08
Fix PR15634, better error message for template deduction failure.
Richard Trieu
[next]