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-17
Add description of -Ofast optimization option to the man page. <rdar://13660458>
Bob Wilson
2013-04-17
[analyzer] Gain more precision retrieving the right SVal by specifying the ty...
Anna Zaks
2013-04-17
[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...
Anna Zaks
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-17
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-17
[tests] Only include stdint.h if we are in freestanding mode.
Daniel Dunbar
2013-04-17
[document parsing]: When tag declaration (but not definition!)
Fariborz Jahanian
2013-04-17
Test cases for r179719.
Chad Rosier
2013-04-17
Fix off-by-one error in #pragma clang system_header.
Jordan Rose
2013-04-17
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
Sema: Remove unused variable.
Benjamin Kramer
2013-04-17
[analyzer] Don't warn for returning void expressions in void blocks.
Jordan Rose
2013-04-17
Unified token breaking logic: support for line comments.
Alexander Kornienko
2013-04-17
Revert r179671 and just pass a triple to the test for a platform with known
Eric Christopher
2013-04-17
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
2013-04-17
This corrects problems in the LibASTMatchers tutorial.
Manuel Klimek
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Small improvements to clang-format documentation and integration
Daniel Jasper
2013-04-17
Add a bit of a hack to deal with a failing testcase on darwin10 bots.
Eric Christopher
2013-04-17
Remove dead option.
Eric Christopher
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-17
[analyzer] Merge C++ status page into Open Projects.
Jordan Rose
2013-04-17
[analyzer] Open Projects: grammar, phrasing, formatting
Jordan Rose
2013-04-17
Test cases for r179655.
Chad Rosier
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-17
In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden...
Argyrios Kyrtzidis
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
[6/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[5/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
[4/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
Don't put too much thought into whether or not to capture a
John McCall
2013-04-16
[3/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
Make test portable.
Ted Kremenek
2013-04-16
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
[analyzer] Add Open Projects page to the analyzer website
Anna Zaks
2013-04-16
objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
2013-04-16
Trying fixing test to make buildbot happy again.
Fariborz Jahanian
2013-04-16
[2/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
Properly sort list.
Ted Kremenek
2013-04-16
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
2013-04-16
Remove unused "getConfig()" method. A new way is to have high-level
Ted Kremenek
2013-04-16
[1/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
[next]