summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update title of the ReleaseNodes doc.Eli Bendersky2014-10-061-1/+1
* [sphinx clean up] Fix warning introduced by r218957Dan Liew2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-3/+19
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-13/+8
* Update modules documentation now that C++ support is working pretty well.Richard Smith2014-09-291-6/+3
* testing commit access to clang repoJyoti Allur2014-09-291-1/+0
* Thread Safety Analysis: Update to documentation.DeLesley Hutchins2014-09-241-265/+394
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-181-1/+1
* [sphinx cleanup]Dan Liew2014-09-161-1/+1
* clang-format: Add option to break before non-assignment operators.Daniel Jasper2014-09-151-3/+13
* [sphinx cleanup]Dan Liew2014-09-101-1/+1
* clang-format: Add option to allow short case labels on a single line.Daniel Jasper2014-09-101-6/+8
* Implement nonnull-attribute sanitizerAlexey Samsonov2014-09-081-0/+2
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-071-2/+39
* Add matcher for linkage specificationManuel Klimek2014-09-041-0/+10
* Enhance the 'Vectors and Extended Vectors' section.Anton Yartsev2014-09-031-17/+23
* clang-format: Add an option 'SpaceAfterCStyleCast'.Daniel Jasper2014-09-031-0/+3
* Fixing a typo in the documented __builtin_convertvector example.Yunzhong Gao2014-09-021-1/+1
* unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFGDavid Blaikie2014-08-291-4/+1
* clang-format: New option SpacesInSquareBrackets.Daniel Jasper2014-08-261-0/+4
* Add hasAttr matcher for declarations.Manuel Klimek2014-08-251-21/+4
* Clear the clang release notes to make room for 3.6.Rafael Espindola2014-08-221-80/+11
* Clarify.Nick Lewycky2014-08-161-2/+2
* Try indenting to put all the text inside the block.Nick Lewycky2014-08-161-3/+3
* Document what's experimental about __attribute__((enable_if)). PR20392Nick Lewycky2014-08-161-0/+5
* Add isDeleted() matcher for FunctionDecl nodes.Samuel Benzaquen2014-08-151-1/+12
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-131-0/+2
* Add documentation on how Language option in .clang-format files work.Alexander Kornienko2014-08-121-0/+37
* Fix sphinx warning.Dan Liew2014-08-061-1/+1
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+31
OpenPOWER on IntegriCloud