summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Document common clang compatibility issues.Rafael Espindola2010-03-171-0/+7
* fix copyright & typoBlaine Garst2010-03-161-2/+2
* update linkChris Lattner2010-03-161-1/+1
* at least give the Apple ABI a name that reflects Apple in prep for other ABI ...Blaine Garst2010-03-161-0/+0
* rev existing doc to account for recent ABI changesBlaine Garst2010-03-161-5/+27
* Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar2010-03-042-12/+12
* Update Clang C++ status, with a more project-centric focus.Douglas Gregor2010-02-051-4/+2
* Clarify the documentation of ext_vector, and add a small example. HopefullyOwen Anderson2010-01-271-3/+19
* Document the extensions I made to the diagnostics-formatting system yesterday.John McCall2010-01-141-2/+12
* Fix pasto in __has_feature(cxx_lambdas) docsDouglas Gregor2010-01-131-1/+1
* Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt2010-01-131-0/+77
* revert part of my last patch, and mark only the c++ global new operator as no...Nuno Lopes2009-12-171-2/+2
* document -fno-assume-sane-operator-new, per Chris request.Nuno Lopes2009-12-171-0/+6
* Refine a little. WIP.Mike Stump2009-12-161-3/+3
* Add some documentation for recent checkins. WIP.Mike Stump2009-12-161-0/+4
* Add documentation for recently added code. WIP.Mike Stump2009-12-141-0/+24
* Update a few more docs references to clang-cc.Daniel Dunbar2009-12-113-20/+20
* brace completion.Zhongxing Xu2009-12-081-1/+1
* Fix typo.Ted Kremenek2009-12-031-1/+1
* Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con...Ted Kremenek2009-12-031-6/+10
* Add section on what language features __has_feature() supports for querying i...Ted Kremenek2009-12-031-0/+18
* Fix a broken linkDouglas Gregor2009-11-091-1/+1
* Added __has_include and __has_include_next.John Thompson2009-11-021-0/+64
* Document -nobuiltinincRafael Espindola2009-10-271-0/+4
* Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner2009-09-211-0/+42
* grammaroChris Lattner2009-09-161-1/+1
* Collapse more clang version numbers down into fewer places.Mike Stump2009-09-161-1/+4
* Back to 1.1 we go.Mike Stump2009-09-151-1/+1
* clang tracks multiple levels of macro expansionChris Lattner2009-09-141-6/+0
* Some formatting tweaks to clang(1)Daniel Dunbar2009-09-131-24/+24
* As far as I know, there aren't any warning differences between -std=gnu99 and Eli Friedman2009-08-261-1/+0
* Fix a few typos.Daniel Dunbar2009-08-141-9/+9
* document the diagnostics pragmas, patch by Louis Gerbarg!Chris Lattner2009-07-121-6/+58
* Add documentation for the Index library to clang's web page.Argyrios Kyrtzidis2009-07-102-0/+268
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-0/+44
* Fix "for all intensive purposes" to "for all intents and purposes".Nick Lewycky2009-06-141-5/+5
* fix typoChris Lattner2009-06-131-1/+1
* a couple minor tweaksChris Lattner2009-06-131-5/+6
* implement and document a new __has_feature and __has_builtin magic Chris Lattner2009-06-131-2/+75
* Minor formatting tweak.Eli Friedman2009-06-121-0/+4
* Fix a minor formatting mistake.Eli Friedman2009-06-121-6/+6
* Some updates to the gcc extension sections of the users manual.Eli Friedman2009-06-121-6/+26
* Minor documentation update about Microsoft extensions.Eli Friedman2009-06-081-3/+4
* Say a bit about various architectures in the users manual.Eli Friedman2009-06-081-8/+32
* Mention unsupported GCC duplicate-definition-with-inline extension.Daniel Dunbar2009-06-041-0/+6
* PTH -> PCH in the user manualDouglas Gregor2009-06-031-17/+10
* HTML tweak to get the PCH internals documentation to display correctlyDouglas Gregor2009-06-031-3/+10
* Finished the PCH design and implementation documentationDouglas Gregor2009-06-031-2/+42
* Document the integration points for precompiled headersDouglas Gregor2009-06-031-2/+55
* Add a table of contents to the PCH design documentDouglas Gregor2009-06-031-11/+31