aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-08-26As far as I know, there aren't any warning differences between -std=gnu99 and Eli Friedman
2009-08-14Fix a few typos.Daniel Dunbar
2009-07-12document the diagnostics pragmas, patch by Louis Gerbarg!Chris Lattner
2009-07-10Add documentation for the Index library to clang's web page.Argyrios Kyrtzidis
2009-07-07Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor
2009-06-14Fix "for all intensive purposes" to "for all intents and purposes".Nick Lewycky
2009-06-13fix typoChris Lattner
2009-06-13a couple minor tweaksChris Lattner
2009-06-13implement and document a new __has_feature and __has_builtin magic Chris Lattner
2009-06-12Minor formatting tweak.Eli Friedman
2009-06-12Fix a minor formatting mistake.Eli Friedman
2009-06-12Some updates to the gcc extension sections of the users manual.Eli Friedman
2009-06-08Minor documentation update about Microsoft extensions.Eli Friedman
2009-06-08Say a bit about various architectures in the users manual.Eli Friedman
2009-06-04Mention unsupported GCC duplicate-definition-with-inline extension.Daniel Dunbar
2009-06-03PTH -> PCH in the user manualDouglas Gregor
2009-06-03HTML tweak to get the PCH internals documentation to display correctlyDouglas Gregor
2009-06-03Finished the PCH design and implementation documentationDouglas Gregor
2009-06-03Document the integration points for precompiled headersDouglas Gregor
2009-06-03Add a table of contents to the PCH design documentDouglas Gregor
2009-06-03Document the PCH representation of statements and expressionsDouglas Gregor
2009-06-03Fill in some gaps in the precompiled headers documentationDouglas Gregor
2009-06-02More PCH documentationDouglas Gregor
2009-06-02A couple minor corrections to the "GCC extensions not implemented yet" Eli Friedman
2009-05-27A few tweaks to the "Differences between various standard modes" Eli Friedman
2009-05-20Start documenting precompiled headersDouglas Gregor
2009-05-18Several fixes to the clang man page.Daniel Dunbar
2009-05-16A few minor updates to the user manual.Eli Friedman
2009-05-13Note that clang follows the MSVC definition for #pragma pack.Daniel Dunbar
2009-05-13Tweak wordingDaniel Dunbar
2009-05-12Note a few more unsupported language extensions.Daniel Dunbar
2009-05-12wrap up a version of the man page that is minimally helpful, but somewhat com...Chris Lattner
2009-05-12add some more content.Chris Lattner
2009-05-11pull a bunch of options out of clang-cc.cpp. This doesn't includeChris Lattner
2009-05-06Document environment variables we handle, and don't mention -pipe (itDaniel Dunbar
2009-05-06More content.Chris Lattner
2009-05-06add some contentChris Lattner
2009-05-06Override some pod2man defaults.Daniel Dunbar
2009-05-05257 -> FSChris Lattner
2009-05-01Make install target actually work, dependencies FTW.Daniel Dunbar
2009-05-01Add ONLY_MAN_DOCS variable to only install the man page, not the htmlDaniel Dunbar
2009-04-29Add incredibly bare bones docs/tools.Daniel Dunbar
2009-04-28Add some text to the user manual describing the current state of C Eli Friedman
2009-04-21Grammar fix.Ted Kremenek
2009-04-21document new form of -fdiagnostics-print-source-range-inChris Lattner
2009-04-20update the doc.Zhongxing Xu
2009-04-20more stuff.Chris Lattner
2009-04-20add a bunch of diagnostics options, add one example warning group.Chris Lattner
2009-04-20slurp some content from the PTH doc into the user's doc.Chris Lattner
2009-04-20initial skeleton of a user's manual.Chris Lattner