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-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
2013-02-25
Various additions to ASTMatcher library:
Edwin Vane
2013-02-25
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
Update generated documentation after recent matcher addition.
Daniel Jasper
2013-02-25
Documentation: add an idea for a (weird) clang tool
Dmitri Gribenko
2013-02-24
Documentation: add an idea for an automatic refactoring
Dmitri Gribenko
2013-02-23
Reference the canonical commit (r175462) in the value casting release note.
David Blaikie
2013-02-23
Document the value casting API changes.
David Blaikie
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,
Richard Smith
2013-02-22
Added a footnote to the documentation for objc_storeStrong that makes it clear
Michael Gottesman
2013-02-19
[docs] Rename to permit wider variety of content.
Sean Silva
2013-02-19
[docs] Revise content on ExternalProjectsUsingClang page.
Sean Silva
2013-02-19
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-19
[docs] Introduce ExternalProjectsUsingClang.rst
Sean Silva
2013-02-14
Actually fix rendering of the example code block!
Richard Smith
2013-02-14
Some grammar fixes to 'Format String Checking', and reorder the text slightly...
Richard Smith
2013-02-14
Document Clang's support for [[gnu::...]] attributes.
Richard Smith
2013-02-14
[docs] The stat cache has been removed from the PCH, update the docs to remov...
Argyrios Kyrtzidis
2013-02-09
Release notes: mention support for Unicode and UCNs in identifiers.
Jordan Rose
2013-02-07
Documentation: fix typo: stdard -> stdarg
Dmitri Gribenko
[next]