aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2010-11-17move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner
2010-11-09make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner
2010-11-08Document Clang's support for attributes on individual enumerators andJohn McCall
2010-10-28expand discussion of __block C++ on-stack objectsBlaine Garst
2010-10-28make it really clear that vla != flexible arraysChris Lattner
2010-10-27small tweaks to reflect statements of what really ever shipped. ABI is, and ...Blaine Garst
2010-10-27reconcile missing typos & delete obsolete pre-SnowLeopard section w.r.t. prio...Blaine Garst
2010-10-27Document how source ranges workDouglas Gregor
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-20Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-08Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor
2010-10-08Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor
2010-10-06Patch for adding message to unavailable attribute.Fariborz Jahanian
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-09-24Update Clang man page to say a little bit more about C++Douglas Gregor
2010-09-20Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar
2010-09-19Update users manual comments on X86 and ARM support.Daniel Dunbar
2010-09-14Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar
2010-09-13Update 'docs/PCHInternals.html' about how subexpressions are stored.Argyrios Kyrtzidis
2010-09-11Document our extension to constant-fold __builtin_strlen and strlenDouglas Gregor
2010-09-03Update the internals manual for the removal of Action, as well as otherJohn McCall
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-08-31Implement __has_feature(cxx_inline_namespaces)Sebastian Redl
2010-08-24Document '__clang_analyzer__'.Ted Kremenek
2010-08-23Clarify documentation of escaping for backslashDouglas Gregor
2010-08-20Eliminate some extraneous whitespace in the machine-parseable Fix-It output.Douglas Gregor
2010-08-19Fix some typos in the documentation of -fdiagnostics-parseable-fixits. Typos ...Douglas Gregor
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-08-17Remove a gratuitous lie.Daniel Dunbar
2010-08-02Update UsersManual, we support '#pragma align' now.Daniel Dunbar
2010-07-09Document -f{no-}color-diagnosticsDouglas Gregor
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2010-07-07Fix a few errors in the internals doc.Sebastian Redl
2010-06-30Remove redundant and incomplete bits from the users manual w.r.t. language co...Douglas Gregor
2010-06-25build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-06-07PR7245: Make binding a reference to a temporary without a usable copyJeffrey Yasskin
2010-06-05Add an extension to avoid an error when a global template has the same name asJeffrey Yasskin
2010-05-30fix incorrect tagChris Lattner
2010-05-28Update "users manual", PR2461 has been fixed.Daniel Dunbar
2010-05-27Fix typo.Nick Lewycky
2010-05-26Grammar fix: s/it's/its/g inNick Lewycky
2010-05-24push categories forward a bit more: document them, add someChris Lattner
2010-05-21docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar
2010-05-07Reverted r103214.mike-m
2010-05-062nd part of: Overhauled llvm/clang docs builds.mike-m
2010-05-05document -fdiagnostics-show-categoryChris Lattner