summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation typo, from nobled.Douglas Gregor2010-12-141-1/+1
* And more gzip goodness for clang.Eric Christopher2010-12-101-2/+2
* fix typoChris Lattner2010-11-281-1/+1
* move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner2010-11-171-1/+1
* make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner2010-11-091-2/+2
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-4/+45
* expand discussion of __block C++ on-stack objectsBlaine Garst2010-10-281-6/+30
* make it really clear that vla != flexible arraysChris Lattner2010-10-281-1/+3
* small tweaks to reflect statements of what really ever shipped. ABI is, and ...Blaine Garst2010-10-271-3/+5
* reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prio...Blaine Garst2010-10-271-30/+4
* Document how source ranges workDouglas Gregor2010-10-271-0/+25
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-212-0/+10
* Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson2010-10-201-0/+24
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-111-3/+0
* Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor2010-10-081-0/+6
* Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor2010-10-081-1/+1
* Patch for adding message to unavailable attribute.Fariborz Jahanian2010-10-061-0/+9
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+6
* Update Clang man page to say a little bit more about C++Douglas Gregor2010-09-241-3/+4
* Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar2010-09-201-1/+16
* Update users manual comments on X86 and ARM support.Daniel Dunbar2010-09-191-6/+16
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-141-0/+6
* Update 'docs/PCHInternals.html' about how subexpressions are stored.Argyrios Kyrtzidis2010-09-131-4/+4
* Document our extension to constant-fold __builtin_strlen and strlenDouglas Gregor2010-09-111-0/+1
* Update the internals manual for the removal of Action, as well as otherJohn McCall2010-09-031-23/+34
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-4/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Implement __has_feature(cxx_inline_namespaces)Sebastian Redl2010-08-311-7/+15
* Document '__clang_analyzer__'.Ted Kremenek2010-08-241-0/+37
* Clarify documentation of escaping for backslashDouglas Gregor2010-08-231-1/+1
* Eliminate some extraneous whitespace in the machine-parseable Fix-It output.Douglas Gregor2010-08-201-2/+2
* Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos ...Douglas Gregor2010-08-191-1/+1
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-192-0/+13
* Remove a gratuitous lie.Daniel Dunbar2010-08-171-1/+0
* Update UsersManual, we support '#pragma align' now.Daniel Dunbar2010-08-021-5/+0
* Document -f{no-}color-diagnosticsDouglas Gregor2010-07-091-1/+18
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-0/+30
* Fix a few errors in the internals doc.Sebastian Redl2010-07-071-3/+3
* Remove redundant and incomplete bits from the users manual w.r.t. language co...Douglas Gregor2010-06-301-49/+0
* build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar2010-06-251-1/+2
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-082-4/+4
* PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin2010-06-071-0/+36
* Add an extension to avoid an error when a global template has the same name asJeffrey Yasskin2010-06-051-0/+24
* fix incorrect tagChris Lattner2010-05-301-1/+1
* Update "users manual", PR2461 has been fixed.Daniel Dunbar2010-05-281-5/+0
* Fix typo.Nick Lewycky2010-05-271-1/+1
* Grammar fix: s/it's/its/g inNick Lewycky2010-05-261-6/+6
* push categories forward a bit more: document them, add someChris Lattner2010-05-241-4/+22
* docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar2010-05-211-6/+19
OpenPOWER on IntegriCloud