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-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
2013-03-05
Make LibASTMatchersTutorial code match text
Edwin Vane
2013-03-05
Documentation: use code highlighting
Dmitri Gribenko
2013-03-04
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-03-04
Make the tutorial easier to compile by adding in some of the details.
Manuel Klimek
2013-03-03
Add an idea for a cpp11-migrate tool: TR1 migration
Dmitri Gribenko
2013-03-03
[docs] Spelling
Sean Silva
2013-03-03
[docs] Use vim code-block instead of console.
Sean Silva
2013-03-01
Attempt to not place ownership qualifiers on the result type
John McCall
2013-02-28
ClangFormat.rst: Fix two small typos
Hans Wennborg
2013-02-27
[analyzer] Turn on C++ constructor inlining by default.
Jordan Rose
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
[next]