summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add documentation for recently added code. WIP.Mike Stump2009-12-141-0/+24
* Update a few more docs references to clang-cc.Daniel Dunbar2009-12-113-20/+20
* brace completion.Zhongxing Xu2009-12-081-1/+1
* Fix typo.Ted Kremenek2009-12-031-1/+1
* Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con...Ted Kremenek2009-12-031-6/+10
* Add section on what language features __has_feature() supports for querying i...Ted Kremenek2009-12-031-0/+18
* Fix a broken linkDouglas Gregor2009-11-091-1/+1
* Added __has_include and __has_include_next.John Thompson2009-11-021-0/+64
* Document -nobuiltinincRafael Espindola2009-10-271-0/+4
* Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner2009-09-211-0/+42
* grammaroChris Lattner2009-09-161-1/+1
* Collapse more clang version numbers down into fewer places.Mike Stump2009-09-161-1/+4
* Back to 1.1 we go.Mike Stump2009-09-151-1/+1
* clang tracks multiple levels of macro expansionChris Lattner2009-09-141-6/+0
* Some formatting tweaks to clang(1)Daniel Dunbar2009-09-131-24/+24
* As far as I know, there aren't any warning differences between -std=gnu99 and Eli Friedman2009-08-261-1/+0
* Fix a few typos.Daniel Dunbar2009-08-141-9/+9