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
/
UsersManual.html
Age
Commit message (
Expand
)
Author
2009-08-26
As far as I know, there aren't any warning differences between -std=gnu99 and
Eli Friedman
2009-07-12
document the diagnostics pragmas, patch by Louis Gerbarg!
Chris Lattner
2009-07-07
Introduce the notion of "Relocatable" precompiled headers, which are built
Douglas Gregor
2009-06-13
fix typo
Chris Lattner
2009-06-12
Minor formatting tweak.
Eli Friedman
2009-06-12
Fix a minor formatting mistake.
Eli Friedman
2009-06-12
Some updates to the gcc extension sections of the users manual.
Eli Friedman
2009-06-08
Minor documentation update about Microsoft extensions.
Eli Friedman
2009-06-08
Say a bit about various architectures in the users manual.
Eli Friedman
2009-06-04
Mention unsupported GCC duplicate-definition-with-inline extension.
Daniel Dunbar
2009-06-03
PTH -> PCH in the user manual
Douglas Gregor
2009-06-02
A couple minor corrections to the "GCC extensions not implemented yet"
Eli Friedman
2009-05-27
A few tweaks to the "Differences between various standard modes"
Eli Friedman
2009-05-16
A few minor updates to the user manual.
Eli Friedman
2009-05-13
Note that clang follows the MSVC definition for #pragma pack.
Daniel Dunbar
2009-05-13
Tweak wording
Daniel Dunbar
2009-05-12
Note a few more unsupported language extensions.
Daniel Dunbar
2009-04-28
Add some text to the user manual describing the current state of C
Eli Friedman
2009-04-21
Grammar fix.
Ted Kremenek
2009-04-21
document new form of -fdiagnostics-print-source-range-in
Chris Lattner
2009-04-20
more stuff.
Chris Lattner
2009-04-20
add a bunch of diagnostics options, add one example warning group.
Chris Lattner
2009-04-20
slurp some content from the PTH doc into the user's doc.
Chris Lattner
2009-04-20
initial skeleton of a user's manual.
Chris Lattner