index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2013-06-04
Remove bit not added to 3.3.
Bill Wendling
2013-06-04
Update release notes for the 3.3 release.
Bill Wendling
2013-05-21
Merging r181342:
Bill Wendling
2013-05-02
Basic clang-format integration for BBEdit.
Daniel Jasper
2013-04-27
Documentation: Change UTF-8 ellipsis character to ASCII ... sequence
Dmitri Gribenko
2013-04-27
Documentation: add an idea for a cpp14-migrate transform for N3421
Dmitri Gribenko
2013-04-26
Documentation: improve description of make_shared transformation, as suggeste...
Dmitri Gribenko
2013-04-26
Further wordsmith release notes for the static analyzer.
Ted Kremenek
2013-04-25
Add Static Analyzer section to the Release Notes for clang 3.3
Anna Zaks
2013-04-25
Add an idea for cpp11-migrate and cpp14-migrate
Dmitri Gribenko
2013-04-24
Release note the change to clang_CXCursorSet_contains().
Ted Kremenek
2013-04-19
C++11 support is now feature-complete.
Richard Smith
2013-04-18
Multiple improvements to the AST matcher tutorial.
Manuel Klimek
2013-04-17
Add description of -Ofast optimization option to the man page. <rdar://13660458>
Bob Wilson
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
Small improvements to clang-format documentation and integration
Daniel Jasper
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-10
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-09
Updating cpp11-migrate transform list in ClangTools docs
Edwin Vane
2013-04-09
Adding new AST Matchers isVirtual and isOverride
Edwin Vane
2013-04-09
Mention the changes in the handling of language linkage in the release notes.
Rafael Espindola
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-04
[analyzer] Enable destructor inlining by default (c++-inlining=destructors).
Jordan Rose
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
Adding a hasLocalQualifiers() AST Matcher.
Edwin Vane
2013-04-01
Adding parenType() and innerType() AST Matchers
Edwin Vane
2013-03-28
Updating LibASTMatchersReference
Edwin Vane
2013-03-27
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-25
<rdar://problem/13434605> Periodically prune the module cache so that it does...
Douglas Gregor
2013-03-22
Update docs after moving clang-format from clang-tools-extra to cfe.
Daniel Jasper
2013-03-22
Documentation: fix a typo and formatting
Dmitri Gribenko
2013-03-22
Add future directions for modules
Douglas Gregor
2013-03-22
More modules documentation, including the straw-man import declaration syntax...
Douglas Gregor
2013-03-22
More documentation on the module map language.
Douglas Gregor
2013-03-20
[docs] Point inquisitive users to existing module.map files.
Sean Silva
2013-03-20
[docs] Prominently note that modules are expemental.
Sean Silva
2013-03-20
Fix typo and grammaro in modules documentation
Douglas Gregor
2013-03-20
Work-in-progress documentation on the experimental modules feature.
Douglas Gregor
2013-03-14
Documentation: improve formatting
Dmitri Gribenko
2013-03-14
[ASan] Update docs for -fsanitize=init-order option
Alexey Samsonov
2013-03-13
Documentation: formatting fixes
Dmitri Gribenko
2013-03-13
Tighten up the rules for precise lifetime and document
John McCall
2013-03-12
[docs] Add rtags to the external examples.
Sean Silva
2013-03-12
[docs] Add SourceWeb as external example.
Sean Silva
2013-03-11
[docs] Add ellipsis.
Sean Silva
2013-03-07
Adding lvalue and rvalue reference type matchers
Edwin Vane
2013-03-06
New ASTMatchers and enhancement to hasOverloadedOperatorName
Edwin Vane
[next]