summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update the internals manual for the removal of Action, as well as otherJohn McCall2010-09-031-23/+34
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-4/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Implement __has_feature(cxx_inline_namespaces)Sebastian Redl2010-08-311-7/+15
* Document '__clang_analyzer__'.Ted Kremenek2010-08-241-0/+37
* Clarify documentation of escaping for backslashDouglas Gregor2010-08-231-1/+1
* Eliminate some extraneous whitespace in the machine-parseable Fix-It output.Douglas Gregor2010-08-201-2/+2
* Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos ...Douglas Gregor2010-08-191-1/+1
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-192-0/+13
* Remove a gratuitous lie.Daniel Dunbar2010-08-171-1/+0
* Update UsersManual, we support '#pragma align' now.Daniel Dunbar2010-08-021-5/+0
* Document -f{no-}color-diagnosticsDouglas Gregor2010-07-091-1/+18
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-0/+30
* Fix a few errors in the internals doc.Sebastian Redl2010-07-071-3/+3
* Remove redundant and incomplete bits from the users manual w.r.t. language co...Douglas Gregor2010-06-301-49/+0
* build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar2010-06-251-1/+2
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-082-4/+4
* PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin2010-06-071-0/+36
* Add an extension to avoid an error when a global template has the same name asJeffrey Yasskin2010-06-051-0/+24
* fix incorrect tagChris Lattner2010-05-301-1/+1
* Update "users manual", PR2461 has been fixed.Daniel Dunbar2010-05-281-5/+0
* Fix typo.Nick Lewycky2010-05-271-1/+1
* Grammar fix: s/it's/its/g inNick Lewycky2010-05-261-6/+6
* push categories forward a bit more: document them, add someChris Lattner2010-05-241-4/+22
* docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar2010-05-211-6/+19
* Reverted r103214.mike-m2010-05-0731-2265/+2413
* 2nd part of: Overhauled llvm/clang docs builds.mike-m2010-05-0631-2413/+2265
* document -fdiagnostics-show-categoryChris Lattner2010-05-051-0/+28
* fix a broken link, diagnostickinds.td was fissioned.Chris Lattner2010-05-011-6/+6
* Add Clang version inspection macros. Fixes PR6681.Douglas Gregor2010-04-301-1/+38
* concepts is not a keyword here and fix copy-pasto.Nick Lewycky2010-04-231-2/+2
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-0/+2
* add a new driver-level -ferror-limit=412 option, which causes clang to stopChris Lattner2010-04-071-0/+4
* improved wording around ABIBlaine Garst2010-04-061-5/+6
* Document common clang compatibility issues.Rafael Espindola2010-03-171-0/+7
* fix copyright & typoBlaine Garst2010-03-161-2/+2
* update linkChris Lattner2010-03-161-1/+1
* at least give the Apple ABI a name that reflects Apple in prep for other ABI ...Blaine Garst2010-03-161-0/+0
* rev existing doc to account for recent ABI changesBlaine Garst2010-03-161-5/+27
* Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar2010-03-042-12/+12
* Update Clang C++ status, with a more project-centric focus.Douglas Gregor2010-02-051-4/+2
* Clarify the documentation of ext_vector, and add a small example. HopefullyOwen Anderson2010-01-271-3/+19
* Document the extensions I made to the diagnostics-formatting system yesterday.John McCall2010-01-141-2/+12
* Fix pasto in __has_feature(cxx_lambdas) docsDouglas Gregor2010-01-131-1/+1
* Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt2010-01-131-0/+77
* revert part of my last patch, and mark only the c++ global new operator as no...Nuno Lopes2009-12-171-2/+2
* document -fno-assume-sane-operator-new, per Chris request.Nuno Lopes2009-12-171-0/+6
* Refine a little. WIP.Mike Stump2009-12-161-3/+3
* Add some documentation for recent checkins. WIP.Mike Stump2009-12-161-0/+4