summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
Commit message (Collapse)AuthorAgeFilesLines
* As far as I know, there aren't any warning differences between -std=gnu99 and Eli Friedman2009-08-261-1/+0
| | | | | | -std=c99 modes, etc. llvm-svn: 80133
* document the diagnostics pragmas, patch by Louis Gerbarg!Chris Lattner2009-07-121-6/+58
| | | | llvm-svn: 75432
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-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 typoChris Lattner2009-06-131-1/+1
| | | | llvm-svn: 73304
* Minor formatting tweak.Eli Friedman2009-06-121-0/+4
| | | | llvm-svn: 73251
* Fix a minor formatting mistake.Eli Friedman2009-06-121-6/+6
| | | | llvm-svn: 73250
* Some updates to the gcc extension sections of the users manual.Eli Friedman2009-06-121-6/+26
| | | | llvm-svn: 73249
* Minor documentation update about Microsoft extensions.Eli Friedman2009-06-081-3/+4
| | | | llvm-svn: 73052
* Say a bit about various architectures in the users manual.Eli Friedman2009-06-081-8/+32
| | | | llvm-svn: 73044
* Mention unsupported GCC duplicate-definition-with-inline extension.Daniel Dunbar2009-06-041-0/+6
| | | | | | Also, link users manual from the main web page. llvm-svn: 72878
* PTH -> PCH in the user manualDouglas Gregor2009-06-031-17/+10
| | | | llvm-svn: 72815
* A couple minor corrections to the "GCC extensions not implemented yet" Eli Friedman2009-06-021-6/+6
| | | | | | section of the users manual. llvm-svn: 72725
* A few tweaks to the "Differences between various standard modes" Eli Friedman2009-05-271-4/+5
| | | | | | section. llvm-svn: 72501
* A few minor updates to the user manual.Eli Friedman2009-05-161-6/+3
| | | | llvm-svn: 71964
* Note that clang follows the MSVC definition for #pragma pack.Daniel Dunbar2009-05-131-0/+5
| | | | llvm-svn: 71725
* Tweak wordingDaniel Dunbar2009-05-131-1/+1
| | | | llvm-svn: 71611
* Note a few more unsupported language extensions.Daniel Dunbar2009-05-121-0/+10
| | | | llvm-svn: 71607
* Add some text to the user manual describing the current state of C Eli Friedman2009-04-281-6/+126
| | | | | | support in clang. llvm-svn: 70314
* Grammar fix.Ted Kremenek2009-04-211-1/+1
| | | | llvm-svn: 69682
* document new form of -fdiagnostics-print-source-range-inChris Lattner2009-04-211-3/+4
| | | | llvm-svn: 69663
* more stuff.Chris Lattner2009-04-201-5/+48
| | | | llvm-svn: 69576
* add a bunch of diagnostics options, add one example warning group.Chris Lattner2009-04-201-3/+195
| | | | llvm-svn: 69573
* slurp some content from the PTH doc into the user's doc.Chris Lattner2009-04-201-0/+60
| | | | llvm-svn: 69569
* initial skeleton of a user's manual.Chris Lattner2009-04-201-0/+259
llvm-svn: 69568
OpenPOWER on IntegriCloud