aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-07-09Document -f{no-}color-diagnosticsDouglas Gregor
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2010-07-07Fix a few errors in the internals doc.Sebastian Redl
2010-06-30Remove redundant and incomplete bits from the users manual w.r.t. language co...Douglas Gregor
2010-06-25build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-06-07PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin
2010-06-05Add an extension to avoid an error when a global template has the same name asJeffrey Yasskin
2010-05-30fix incorrect tagChris Lattner
2010-05-28Update "users manual", PR2461 has been fixed.Daniel Dunbar
2010-05-27Fix typo.Nick Lewycky
2010-05-26Grammar fix: s/it's/its/g inNick Lewycky
2010-05-24push categories forward a bit more: document them, add someChris Lattner
2010-05-21docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar
2010-05-07Reverted r103214.mike-m
2010-05-062nd part of: Overhauled llvm/clang docs builds.mike-m
2010-05-05document -fdiagnostics-show-categoryChris Lattner
2010-05-01fix a broken link, diagnostickinds.td was fissioned.Chris Lattner
2010-04-30Add Clang version inspection macros. Fixes PR6681.Douglas Gregor
2010-04-23concepts is not a keyword here and fix copy-pasto.Nick Lewycky
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-07add a new driver-level -ferror-limit=412 option, which causes clang to stopChris Lattner
2010-04-06improved wording around ABIBlaine Garst
2010-03-17Document common clang compatibility issues.Rafael Espindola
2010-03-16fix copyright & typoBlaine Garst
2010-03-16update linkChris Lattner
2010-03-16at least give the Apple ABI a name that reflects Apple in prep for other ABI ...Blaine Garst
2010-03-16rev existing doc to account for recent ABI changesBlaine Garst
2010-03-04Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar
2010-02-05Update Clang C++ status, with a more project-centric focus.Douglas Gregor
2010-01-27Clarify the documentation of ext_vector, and add a small example. HopefullyOwen Anderson
2010-01-14Document the extensions I made to the diagnostics-formatting system yesterday.John McCall
2010-01-13Fix pasto in __has_feature(cxx_lambdas) docsDouglas Gregor
2010-01-13Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt
2009-12-17revert part of my last patch, and mark only the c++ global new operator as no...Nuno Lopes
2009-12-17document -fno-assume-sane-operator-new, per Chris request.Nuno Lopes
2009-12-16Refine a little. WIP.Mike Stump
2009-12-16Add some documentation for recent checkins. WIP.Mike Stump
2009-12-14Add documentation for recently added code. WIP.Mike Stump
2009-12-11Update a few more docs references to clang-cc.Daniel Dunbar
2009-12-08brace completion.Zhongxing Xu
2009-12-03Fix typo.Ted Kremenek
2009-12-03Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con...Ted Kremenek
2009-12-03Add section on what language features __has_feature() supports for querying i...Ted Kremenek
2009-11-09Fix a broken linkDouglas Gregor
2009-11-02Added __has_include and __has_include_next.John Thompson
2009-10-27Document -nobuiltinincRafael Espindola
2009-09-21Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner
2009-09-16grammaroChris Lattner
2009-09-16Collapse more clang version numbers down into fewer places.Mike Stump