Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As far as I know, there aren't any warning differences between -std=gnu99 and | Eli Friedman | 2009-08-26 | 1 | -1/+0 |
| | | | | | | -std=c99 modes, etc. llvm-svn: 80133 | ||||
* | document the diagnostics pragmas, patch by Louis Gerbarg! | Chris Lattner | 2009-07-12 | 1 | -6/+58 |
| | | | | llvm-svn: 75432 | ||||
* | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -0/+44 |
| | | | | | | | | | | | | with a particular system root directory and can be used with a different system root directory when the headers it depends on have been installed. Relocatable precompiled headers rewrite the file names of the headers used when generating the PCH file into the corresponding file names of the headers available when using the PCH file. Addresses <rdar://problem/7001604>. llvm-svn: 74885 | ||||
* | fix typo | Chris Lattner | 2009-06-13 | 1 | -1/+1 |
| | | | | llvm-svn: 73304 | ||||
* | Minor formatting tweak. | Eli Friedman | 2009-06-12 | 1 | -0/+4 |
| | | | | llvm-svn: 73251 | ||||
* | Fix a minor formatting mistake. | Eli Friedman | 2009-06-12 | 1 | -6/+6 |
| | | | | llvm-svn: 73250 | ||||
* | Some updates to the gcc extension sections of the users manual. | Eli Friedman | 2009-06-12 | 1 | -6/+26 |
| | | | | llvm-svn: 73249 | ||||
* | Minor documentation update about Microsoft extensions. | Eli Friedman | 2009-06-08 | 1 | -3/+4 |
| | | | | llvm-svn: 73052 | ||||
* | Say a bit about various architectures in the users manual. | Eli Friedman | 2009-06-08 | 1 | -8/+32 |
| | | | | llvm-svn: 73044 | ||||
* | Mention unsupported GCC duplicate-definition-with-inline extension. | Daniel Dunbar | 2009-06-04 | 1 | -0/+6 |
| | | | | | | Also, link users manual from the main web page. llvm-svn: 72878 | ||||
* | PTH -> PCH in the user manual | Douglas Gregor | 2009-06-03 | 1 | -17/+10 |
| | | | | llvm-svn: 72815 | ||||
* | A couple minor corrections to the "GCC extensions not implemented yet" | Eli Friedman | 2009-06-02 | 1 | -6/+6 |
| | | | | | | section of the users manual. llvm-svn: 72725 | ||||
* | A few tweaks to the "Differences between various standard modes" | Eli Friedman | 2009-05-27 | 1 | -4/+5 |
| | | | | | | section. llvm-svn: 72501 | ||||
* | A few minor updates to the user manual. | Eli Friedman | 2009-05-16 | 1 | -6/+3 |
| | | | | llvm-svn: 71964 | ||||
* | Note that clang follows the MSVC definition for #pragma pack. | Daniel Dunbar | 2009-05-13 | 1 | -0/+5 |
| | | | | llvm-svn: 71725 | ||||
* | Tweak wording | Daniel Dunbar | 2009-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 71611 | ||||
* | Note a few more unsupported language extensions. | Daniel Dunbar | 2009-05-12 | 1 | -0/+10 |
| | | | | llvm-svn: 71607 | ||||
* | Add some text to the user manual describing the current state of C | Eli Friedman | 2009-04-28 | 1 | -6/+126 |
| | | | | | | support in clang. llvm-svn: 70314 | ||||
* | Grammar fix. | Ted Kremenek | 2009-04-21 | 1 | -1/+1 |
| | | | | llvm-svn: 69682 | ||||
* | document new form of -fdiagnostics-print-source-range-in | Chris Lattner | 2009-04-21 | 1 | -3/+4 |
| | | | | llvm-svn: 69663 | ||||
* | more stuff. | Chris Lattner | 2009-04-20 | 1 | -5/+48 |
| | | | | llvm-svn: 69576 | ||||
* | add a bunch of diagnostics options, add one example warning group. | Chris Lattner | 2009-04-20 | 1 | -3/+195 |
| | | | | llvm-svn: 69573 | ||||
* | slurp some content from the PTH doc into the user's doc. | Chris Lattner | 2009-04-20 | 1 | -0/+60 |
| | | | | llvm-svn: 69569 | ||||
* | initial skeleton of a user's manual. | Chris Lattner | 2009-04-20 | 1 | -0/+259 |
llvm-svn: 69568 |