Age | Commit message (Expand) | Author |
2010-07-09 | Document -f{no-}color-diagnostics | Douglas Gregor |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-07-07 | Fix a few errors in the internals doc. | Sebastian Redl |
2010-06-30 | Remove redundant and incomplete bits from the users manual w.r.t. language co... | Douglas Gregor |
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-06-07 | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin |
2010-06-05 | Add an extension to avoid an error when a global template has the same name as | Jeffrey Yasskin |
2010-05-30 | fix incorrect tag | Chris Lattner |
2010-05-28 | Update "users manual", PR2461 has been fixed. | Daniel Dunbar |
2010-05-27 | Fix typo. | Nick Lewycky |
2010-05-26 | Grammar fix: s/it's/its/g in | Nick Lewycky |
2010-05-24 | push categories forward a bit more: document them, add some | Chris Lattner |
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-05-05 | document -fdiagnostics-show-category | Chris Lattner |
2010-05-01 | fix a broken link, diagnostickinds.td was fissioned. | Chris Lattner |
2010-04-30 | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor |
2010-04-23 | concepts is not a keyword here and fix copy-pasto. | Nick Lewycky |
2010-04-20 | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor |
2010-04-07 | add a new driver-level -ferror-limit=412 option, which causes clang to stop | Chris Lattner |
2010-04-06 | improved wording around ABI | Blaine Garst |
2010-03-17 | Document common clang compatibility issues. | Rafael Espindola |
2010-03-16 | fix copyright & typo | Blaine Garst |
2010-03-16 | update link | Chris Lattner |
2010-03-16 | at least give the Apple ABI a name that reflects Apple in prep for other ABI ... | Blaine Garst |
2010-03-16 | rev existing doc to account for recent ABI changes | Blaine Garst |
2010-03-04 | Use LLVM's new DESTDIR-less PROJ_* variables. | Erick Tryzelaar |
2010-02-05 | Update Clang C++ status, with a more project-centric focus. | Douglas Gregor |
2010-01-27 | Clarify the documentation of ext_vector, and add a small example. Hopefully | Owen Anderson |
2010-01-14 | Document the extensions I made to the diagnostics-formatting system yesterday. | John McCall |
2010-01-13 | Fix pasto in __has_feature(cxx_lambdas) docs | Douglas Gregor |
2010-01-13 | Add a bunch more feature-checking macros for C++0x features. Some of these are | Sean Hunt |
2009-12-17 | revert part of my last patch, and mark only the c++ global new operator as no... | Nuno Lopes |
2009-12-17 | document -fno-assume-sane-operator-new, per Chris request. | Nuno Lopes |
2009-12-16 | Refine a little. WIP. | Mike Stump |
2009-12-16 | Add some documentation for recent checkins. WIP. | Mike Stump |
2009-12-14 | Add documentation for recently added code. WIP. | Mike Stump |
2009-12-11 | Update a few more docs references to clang-cc. | Daniel Dunbar |
2009-12-08 | brace completion. | Zhongxing Xu |
2009-12-03 | Fix typo. | Ted Kremenek |
2009-12-03 | Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con... | Ted Kremenek |
2009-12-03 | Add section on what language features __has_feature() supports for querying i... | Ted Kremenek |
2009-11-09 | Fix a broken link | Douglas Gregor |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-10-27 | Document -nobuiltininc | Rafael Espindola |
2009-09-21 | Implement __builtin_unreachable(), a GCC 4.5 extension. | Chris Lattner |
2009-09-16 | grammaro | Chris Lattner |
2009-09-16 | Collapse more clang version numbers down into fewer places. | Mike Stump |