summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* ReleaseNotes: final touch-upsHans Wennborg2015-02-241-56/+18
* Add release notes about the unroll pragmas.Mark Heffernan2015-02-241-1/+11
* Document the -fpic option change.Rafael Espindola2015-02-201-0/+2
* ReleaseNotes: smarter typo correctionHans Wennborg2015-02-201-0/+4
* A few release note updates for C and C++ frontend changes.Richard Smith2015-02-201-2/+13
* Add some info on Windows and MSVC support to the Clang 3.6 release notesReid Kleckner2015-02-191-3/+15
* Release notes: remove in-progress warningsHans Wennborg2015-02-181-16/+5
* ReleaseNotes: fix non-ASCII char, trailing spaces, and minor stuff like thatHans Wennborg2015-02-171-9/+9
* update with Clang OpenMP release notes for 3.6 by Michael WongMichael Wong2015-02-091-0/+13
* Release notes: add blurb about C++17 supportHans Wennborg2015-02-041-2/+27
* Mention __super in the release notes.Hans Wennborg2015-02-041-0/+2
* Merge r227127 doc link fix into 36 release branchReid Kleckner2015-01-261-1/+1
* Add some ReleaseNote items from NicoHans Wennborg2015-01-211-2/+21
* Add some items to the 3.6 release notes.Rafael Espindola2015-01-211-1/+5
* Mention FreeBSD support.Roman Divacky2015-01-131-0/+1
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-4/+11
* Fix markup from r224894.Nico Weber2014-12-281-6/+6
* Add stub sections about Parse, Sema, CodeGen to the internals manual.Nico Weber2014-12-281-0/+32
* Amending r223468 with this documentation change.Aaron Ballman2014-12-051-2/+2
* Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman2014-12-051-1/+5
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-0/+27
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-031-0/+6
* clang-format: Escape '*' in generated flag documentation.Daniel Jasper2014-12-022-1/+2
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-1/+17
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-1/+146
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+3
* MS ABI: Add CodeGen support for rethrowing MS C++ exceptionsDavid Majnemer2014-11-251-2/+3
* docs: Update the MSVCCompatibility doc for changes to debug infoDavid Majnemer2014-11-251-4/+7
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-146/+1
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-1/+146
* Oops, the underline was too short for sphinx to like.Aaron Ballman2014-11-141-1/+1
* Correcting some grammar and typos, and adding CERT as a collaborator.Aaron Ballman2014-11-141-5/+5
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+30
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+14
* docs: remove double carriage-returnSaleem Abdulrasool2014-11-021-2/+2
* clang-format: Update generated documentation with new flag.Daniel Jasper2014-10-281-0/+3
* clang-format: improve vim integration docsSaleem Abdulrasool2014-10-271-2/+2
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-6/+5
* Update the documentation for API change to CreateASTConsumer the rest of the ...Nick Lewycky2014-10-221-5/+8
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-5/+14
* Add missing qualifier to documentation.Nick Lewycky2014-10-211-1/+1
* Update documentation to match API change in r215323.Nick Lewycky2014-10-211-1/+1
* Switch C compilations to C11 by default.Richard Smith2014-10-201-4/+12
* [modules] Add support for #include_next.Richard Smith2014-10-201-0/+13
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-2/+2
* Fix documentation typo.JF Bastien2014-10-101-1/+1
* Implement various matchers around template argument handling.Manuel Klimek2014-10-091-0/+103
* Escaping a special character in the documentation.Aaron Ballman2014-10-091-1/+1
* clang-format: Add option to control call argument bin-packing separatelyDaniel Jasper2014-10-091-3/+9
* clang-format: Add documentation about disabling formatting.Daniel Jasper2014-10-071-0/+18