Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne
2011-02-23Update the www to indicate that auto is now implemented.Richard Smith
2011-02-18we now support __label__Chris Lattner
2011-02-14fix two broken links and some out of date writing, PR9174Chris Lattner
2011-02-05Add a __has_feature check for default template arguments in functionDouglas Gregor
2011-02-04Add __has_feature() for each of the type traitsDouglas Gregor
2011-01-29Document how to add an attribute to clang. This should be reviewed by someoneJeffrey Yasskin
2011-01-27Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin
2011-01-27Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor
2011-01-25Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin
2011-01-25Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall
2011-01-24Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor
2011-01-24Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson
2011-01-24fix some typos, patch by Jonathan Wakely!Chris Lattner
2011-01-24fix a broken example, PR9005, patch by Jonathan Wakely!Chris Lattner
2011-01-24remove some crazy leftover thing.Chris Lattner
2011-01-20Eradicate any mention of C++0x concepts.Douglas Gregor
2011-01-10NEON vector support for ARM is in pretty good shape now. Update the docs.Bob Wilson
2010-12-14Fix documentation typo, from nobled.Douglas Gregor
2010-12-10And more gzip goodness for clang.Eric Christopher
2010-11-28fix typoChris Lattner
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-29expand discussion of __block C++ on-stack objectsBlaine Garst
2010-10-28make it really clear that vla != flexible arraysChris Lattner
2010-10-28small tweaks to reflect statements of what really ever shipped. ABI is, and ...Blaine Garst
2010-10-28reconcile 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-09Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor
2010-10-09Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor
2010-10-07Patch 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-15Driver: 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-03Add 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-09-01Implement __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