| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 2 | -4/+4 |
* | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin | 2010-06-07 | 1 | -0/+36 |
* | Add an extension to avoid an error when a global template has the same name as | Jeffrey Yasskin | 2010-06-05 | 1 | -0/+24 |
* | fix incorrect tag | Chris Lattner | 2010-05-30 | 1 | -1/+1 |
* | Update "users manual", PR2461 has been fixed. | Daniel Dunbar | 2010-05-28 | 1 | -5/+0 |
* | Fix typo. | Nick Lewycky | 2010-05-27 | 1 | -1/+1 |
* | Grammar fix: s/it's/its/g in | Nick Lewycky | 2010-05-26 | 1 | -6/+6 |
* | push categories forward a bit more: document them, add some | Chris Lattner | 2010-05-24 | 1 | -4/+22 |
* | docs: Man page tweaks, to mention the integrated assembler and the | Daniel Dunbar | 2010-05-21 | 1 | -6/+19 |
* | Reverted r103214. | mike-m | 2010-05-07 | 31 | -2265/+2413 |
* | 2nd part of: Overhauled llvm/clang docs builds. | mike-m | 2010-05-06 | 31 | -2413/+2265 |
* | document -fdiagnostics-show-category | Chris Lattner | 2010-05-05 | 1 | -0/+28 |
* | fix a broken link, diagnostickinds.td was fissioned. | Chris Lattner | 2010-05-01 | 1 | -6/+6 |
* | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor | 2010-04-30 | 1 | -1/+38 |
* | concepts is not a keyword here and fix copy-pasto. | Nick Lewycky | 2010-04-23 | 1 | -2/+2 |
* | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor | 2010-04-20 | 1 | -0/+2 |
* | add a new driver-level -ferror-limit=412 option, which causes clang to stop | Chris Lattner | 2010-04-07 | 1 | -0/+4 |
* | improved wording around ABI | Blaine Garst | 2010-04-06 | 1 | -5/+6 |
* | Document common clang compatibility issues. | Rafael Espindola | 2010-03-17 | 1 | -0/+7 |
* | fix copyright & typo | Blaine Garst | 2010-03-16 | 1 | -2/+2 |
* | update link | Chris Lattner | 2010-03-16 | 1 | -1/+1 |
* | at least give the Apple ABI a name that reflects Apple in prep for other ABI ... | Blaine Garst | 2010-03-16 | 1 | -0/+0 |
* | rev existing doc to account for recent ABI changes | Blaine Garst | 2010-03-16 | 1 | -5/+27 |
* | Use LLVM's new DESTDIR-less PROJ_* variables. | Erick Tryzelaar | 2010-03-04 | 2 | -12/+12 |
* | Update Clang C++ status, with a more project-centric focus. | Douglas Gregor | 2010-02-05 | 1 | -4/+2 |
* | Clarify the documentation of ext_vector, and add a small example. Hopefully | Owen Anderson | 2010-01-27 | 1 | -3/+19 |
* | Document the extensions I made to the diagnostics-formatting system yesterday. | John McCall | 2010-01-14 | 1 | -2/+12 |
* | Fix pasto in __has_feature(cxx_lambdas) docs | Douglas Gregor | 2010-01-13 | 1 | -1/+1 |
* | Add a bunch more feature-checking macros for C++0x features. Some of these are | Sean Hunt | 2010-01-13 | 1 | -0/+77 |
* | revert part of my last patch, and mark only the c++ global new operator as no... | Nuno Lopes | 2009-12-17 | 1 | -2/+2 |
* | document -fno-assume-sane-operator-new, per Chris request. | Nuno Lopes | 2009-12-17 | 1 | -0/+6 |
* | Refine a little. WIP. | Mike Stump | 2009-12-16 | 1 | -3/+3 |
* | Add some documentation for recent checkins. WIP. | Mike Stump | 2009-12-16 | 1 | -0/+4 |
* | Add documentation for recently added code. WIP. | Mike Stump | 2009-12-14 | 1 | -0/+24 |
* | Update a few more docs references to clang-cc. | Daniel Dunbar | 2009-12-11 | 3 | -20/+20 |
* | brace completion. | Zhongxing Xu | 2009-12-08 | 1 | -1/+1 |
* | Fix typo. | Ted Kremenek | 2009-12-03 | 1 | -1/+1 |
* | Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con... | Ted Kremenek | 2009-12-03 | 1 | -6/+10 |
* | Add section on what language features __has_feature() supports for querying i... | Ted Kremenek | 2009-12-03 | 1 | -0/+18 |
* | Fix a broken link | Douglas Gregor | 2009-11-09 | 1 | -1/+1 |
* | Added __has_include and __has_include_next. | John Thompson | 2009-11-02 | 1 | -0/+64 |
* | Document -nobuiltininc | Rafael Espindola | 2009-10-27 | 1 | -0/+4 |
* | Implement __builtin_unreachable(), a GCC 4.5 extension. | Chris Lattner | 2009-09-21 | 1 | -0/+42 |
* | grammaro | Chris Lattner | 2009-09-16 | 1 | -1/+1 |
* | Collapse more clang version numbers down into fewer places. | Mike Stump | 2009-09-16 | 1 | -1/+4 |
* | Back to 1.1 we go. | Mike Stump | 2009-09-15 | 1 | -1/+1 |
* | clang tracks multiple levels of macro expansion | Chris Lattner | 2009-09-14 | 1 | -6/+0 |
* | Some formatting tweaks to clang(1) | Daniel Dunbar | 2009-09-13 | 1 | -24/+24 |
* | As far as I know, there aren't any warning differences between -std=gnu99 and | Eli Friedman | 2009-08-26 | 1 | -1/+0 |
* | Fix a few typos. | Daniel Dunbar | 2009-08-14 | 1 | -9/+9 |