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-04-09
[c-index-test] Enable 'display diagnostics' when using the -test-load functio...
Argyrios Kyrtzidis
2013-04-09
[libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.
Argyrios Kyrtzidis
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
Improvements to clang-format integrations.
Daniel Jasper
2013-04-09
Mention the changes in the handling of language linkage in the release notes.
Rafael Espindola
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
Add test case calling a deprecated method from a subclass that reimplements t...
Ted Kremenek
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
clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-...
NAKAMURA Takumi
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
2013-04-08
Update checker build to checker-273
Ted Kremenek
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-08
fix indentation
Adrian Prantl
2013-04-08
The recent GCOV changes expect the initial version string to be in forward or...
Bill Wendling
2013-04-08
Revamp indentation behavior for complex binary expressions.
Daniel Jasper
2013-04-08
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-08
fixes a typo in my last patch.
Fariborz Jahanian
2013-04-08
In the comparison, both clang and GCC are popular and widely adopted. This i...
Chris Lattner
2013-04-08
doce parsing: adding few more headerdoc tags.
Fariborz Jahanian
2013-04-08
<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...
Douglas Gregor
2013-04-08
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...
Douglas Gregor
2013-04-08
Tweak warning text for nil value in ObjC container warning.
Ted Kremenek
2013-04-08
Test case for r179030.
Chad Rosier
2013-04-08
<rdar://problem/12806802> Propagate access specifiers for conversion function...
Douglas Gregor
2013-04-08
Add matcher for NamespaceDecls.
Daniel Jasper
2013-04-08
Remove outdated part of help message.
Daniel Jasper
2013-04-08
Revert accidental commit r179015.
Daniel Jasper
2013-04-08
x
Daniel Jasper
2013-04-07
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-06
Remove nondeterminism introduced in r178950.
Richard Smith
2013-04-06
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
[analyzer] When creating a trimmed graph, preserve whether a node is a sink.
Jordan Rose
2013-04-06
[objcmt] Fix a mishandled conversion to objc directory literal.
Argyrios Kyrtzidis
2013-04-06
<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...
Douglas Gregor
[next]