| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | typo fix + expand | Chris Lattner | 2011-04-08 | 1 | -2/+2 |
| * | Minor format fix. | Evan Cheng | 2011-04-08 | 1 | -2/+2 |
| * | Document -ftrap-function= option | Evan Cheng | 2011-04-08 | 1 | -0/+12 |
| * | docs/UsersManual.html: Fix some inconsistent HTML elements. | NAKAMURA Takumi | 2011-04-05 | 1 | -19/+24 |
| * | docs/UsersManual.html: """ize in a paragraph. A few unpaired quotations ... | NAKAMURA Takumi | 2011-04-05 | 1 | -1/+8 |
| * | docs/UsersManual.html: Add cygming notes. | NAKAMURA Takumi | 2011-04-04 | 1 | -1/+41 |
| * | we now support __label__ | Chris Lattner | 2011-02-18 | 1 | -4/+0 |
| * | fix some typos, patch by Jonathan Wakely! | Chris Lattner | 2011-01-24 | 1 | -8/+8 |
| * | fix a broken example, PR9005, patch by Jonathan Wakely! | Chris Lattner | 2011-01-24 | 1 | -17/+14 |
| * | NEON vector support for ARM is in pretty good shape now. Update the docs. | Bob Wilson | 2011-01-10 | 1 | -9/+2 |
| * | Fix documentation typo, from nobled. | Douglas Gregor | 2010-12-14 | 1 | -1/+1 |
| * | make it really clear that vla != flexible arrays | Chris Lattner | 2010-10-28 | 1 | -1/+3 |
| * | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -0/+6 |
| * | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -3/+0 |
| * | Update users manual comments on X86 and ARM support. | Daniel Dunbar | 2010-09-19 | 1 | -6/+16 |
| * | 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 |