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
/
tools
Age
Commit message (
Expand
)
Author
2013-02-06
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-05
Revert "Remove sparse text on diagnostic options. These are not really docum...
Ted Kremenek
2013-02-05
Remove sparse text on diagnostic options. These are not really documented an...
Ted Kremenek
2013-01-09
Fixes dump_ast_matchers to parse all matcher macros and updates the
Manuel Klimek
2012-09-14
Fix copy-paste error in manpage. Should be -stdlib=library.
Ted Kremenek
2012-09-10
Revert "Remove clang man page reference to -Oz. It's not an option we want p...
Ted Kremenek
2012-09-10
Remove clang man page reference to -Oz. It's not an option we want people to...
Ted Kremenek
2012-09-07
Introduces anchors into LibASTMatchersReference.html.
Manuel Klimek
2012-08-27
This is a temporary solution until we have a better way to
Manuel Klimek
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-02-05
Fix a typo (builting -> builtin).
Benjamin Kramer
2011-10-11
Driver: Add support for a new -nostdlibinc option.
Daniel Dunbar
2011-09-30
Revert my --working-directory option, which wasn't well thought through.
Daniel Dunbar
2011-09-23
Driver: Add a --working-directory option which can be used to cause the compiler
Daniel Dunbar
2011-04-30
Documentation for -Oz; Updated synopsis and item.
Chad Rosier
2011-04-30
Add documentation for -Oz flag.
Chad Rosier
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-18
Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...
Ted Kremenek
2010-10-21
Reorganize predefined macros for all Windows targets.
Michael J. Spencer
2010-10-08
Fix a typo in the Clang man page, from Alexander Best.
Douglas Gregor
2010-09-24
Update Clang man page to say a little bit more about C++
Douglas Gregor
2010-09-20
Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually
Daniel Dunbar
2010-09-14
Driver: Add a -stdlib= argument which can be used to select the C++ standard
Daniel Dunbar
2010-09-02
Add support for Borland extensions via option -fborland-extensions
Dawn Perchik
2010-09-02
Reverting rev 112791 - apparently -fborland-extensions is on all the time?!
Dawn Perchik
2010-09-02
Add support for Borland extensions via option -fborland-extensions
Dawn Perchik
2010-08-19
Add machine-parseable Fix-It output as part of diagnostics, under the
Douglas Gregor
2010-08-17
Remove a gratuitous lie.
Daniel Dunbar
2010-06-25
build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...
Daniel Dunbar
2010-06-08
Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
Daniel Dunbar
2010-05-21
docs: Man page tweaks, to mention the integrated assembler and the
Daniel Dunbar
2010-05-07
Reverted r103214.
mike-m
2010-05-06
2nd part of: Overhauled llvm/clang docs builds.
mike-m
2010-03-04
Use LLVM's new DESTDIR-less PROJ_* variables.
Erick Tryzelaar
2009-10-27
Document -nobuiltininc
Rafael Espindola
2009-09-16
Collapse more clang version numbers down into fewer places.
Mike Stump
2009-09-15
Back to 1.1 we go.
Mike Stump
2009-09-13
Some formatting tweaks to clang(1)
Daniel Dunbar
2009-05-18
Several fixes to the clang man page.
Daniel Dunbar
2009-05-12
wrap up a version of the man page that is minimally helpful, but somewhat com...
Chris Lattner
2009-05-12
add some more content.
Chris Lattner
2009-05-11
pull a bunch of options out of clang-cc.cpp. This doesn't include
Chris Lattner
2009-05-06
Document environment variables we handle, and don't mention -pipe (it
Daniel Dunbar
2009-05-06
More content.
Chris Lattner
2009-05-06
add some content
Chris Lattner
2009-05-06
Override some pod2man defaults.
Daniel Dunbar
2009-05-01
Make install target actually work, dependencies FTW.
Daniel Dunbar
2009-05-01
Add ONLY_MAN_DOCS variable to only install the man page, not the html
Daniel Dunbar
2009-04-29
Add incredibly bare bones docs/tools.
Daniel Dunbar