| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document '__clang_analyzer__'. | Ted Kremenek | 2010-08-24 | 1 | -0/+37 |
| * | Clarify documentation of escaping for backslash | Douglas Gregor | 2010-08-23 | 1 | -1/+1 |
| * | Eliminate some extraneous whitespace in the machine-parseable Fix-It output. | Douglas Gregor | 2010-08-20 | 1 | -2/+2 |
| * | Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos ... | Douglas Gregor | 2010-08-19 | 1 | -1/+1 |
| * | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor | 2010-08-19 | 1 | -0/+12 |
| * | Update UsersManual, we support '#pragma align' now. | Daniel Dunbar | 2010-08-02 | 1 | -5/+0 |
| * | Document -f{no-}color-diagnostics | Douglas Gregor | 2010-07-09 | 1 | -1/+18 |
| * | Remove redundant and incomplete bits from the users manual w.r.t. language co... | Douglas Gregor | 2010-06-30 | 1 | -49/+0 |
| * | 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 |
| * | push categories forward a bit more: document them, add some | Chris Lattner | 2010-05-24 | 1 | -4/+22 |
| * | Reverted r103214. | mike-m | 2010-05-07 | 1 | -0/+904 |
| * | 2nd part of: Overhauled llvm/clang docs builds. | mike-m | 2010-05-06 | 1 | -904/+0 |
| * | document -fdiagnostics-show-category | Chris Lattner | 2010-05-05 | 1 | -0/+28 |
| * | 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 |
| * | Document common clang compatibility issues. | Rafael Espindola | 2010-03-17 | 1 | -0/+7 |
| * | Update Clang C++ status, with a more project-centric focus. | Douglas Gregor | 2010-02-05 | 1 | -4/+2 |
| * | 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 |
| * | Fix a broken link | Douglas Gregor | 2009-11-09 | 1 | -1/+1 |
| * | As far as I know, there aren't any warning differences between -std=gnu99 and | Eli Friedman | 2009-08-26 | 1 | -1/+0 |
| * | document the diagnostics pragmas, patch by Louis Gerbarg! | Chris Lattner | 2009-07-12 | 1 | -6/+58 |
| * | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -0/+44 |
| * | fix typo | Chris Lattner | 2009-06-13 | 1 | -1/+1 |
| * | Minor formatting tweak. | Eli Friedman | 2009-06-12 | 1 | -0/+4 |
| * | Fix a minor formatting mistake. | Eli Friedman | 2009-06-12 | 1 | -6/+6 |
| * | Some updates to the gcc extension sections of the users manual. | Eli Friedman | 2009-06-12 | 1 | -6/+26 |
| * | Minor documentation update about Microsoft extensions. | Eli Friedman | 2009-06-08 | 1 | -3/+4 |
| * | Say a bit about various architectures in the users manual. | Eli Friedman | 2009-06-08 | 1 | -8/+32 |
| * | Mention unsupported GCC duplicate-definition-with-inline extension. | Daniel Dunbar | 2009-06-04 | 1 | -0/+6 |
| * | PTH -> PCH in the user manual | Douglas Gregor | 2009-06-03 | 1 | -17/+10 |
| * | A couple minor corrections to the "GCC extensions not implemented yet" | Eli Friedman | 2009-06-02 | 1 | -6/+6 |
| * | A few tweaks to the "Differences between various standard modes" | Eli Friedman | 2009-05-27 | 1 | -4/+5 |
| * | A few minor updates to the user manual. | Eli Friedman | 2009-05-16 | 1 | -6/+3 |
| * | Note that clang follows the MSVC definition for #pragma pack. | Daniel Dunbar | 2009-05-13 | 1 | -0/+5 |
| * | Tweak wording | Daniel Dunbar | 2009-05-13 | 1 | -1/+1 |
| * | Note a few more unsupported language extensions. | Daniel Dunbar | 2009-05-12 | 1 | -0/+10 |
| * | Add some text to the user manual describing the current state of C | Eli Friedman | 2009-04-28 | 1 | -6/+126 |
| * | Grammar fix. | Ted Kremenek | 2009-04-21 | 1 | -1/+1 |
| * | document new form of -fdiagnostics-print-source-range-in | Chris Lattner | 2009-04-21 | 1 | -3/+4 |
| * | more stuff. | Chris Lattner | 2009-04-20 | 1 | -5/+48 |
| * | add a bunch of diagnostics options, add one example warning group. | Chris Lattner | 2009-04-20 | 1 | -3/+195 |
| * | slurp some content from the PTH doc into the user's doc. | Chris Lattner | 2009-04-20 | 1 | -0/+60 |
| * | initial skeleton of a user's manual. | Chris Lattner | 2009-04-20 | 1 | -0/+259 |