summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ReleaseNotes: try to fix linksHans Wennborg2014-08-051-3/+3
* ReleaseNotes: mention basic debug info and ASan support in the Windows blurbHans Wennborg2014-08-051-2/+3
* clang-format: Add option to always break after a function's return type.Daniel Jasper2014-08-051-2/+9
* Adds AST matchers for matching CUDA declarations.Manuel Klimek2014-08-051-34/+78
* ReleaseNotes: add blurb about Windows supportHans Wennborg2014-08-051-0/+15
* UsersManual: update clang-cl optionsHans Wennborg2014-08-041-49/+88
* 3.5 => 3.6Sylvestre Ledru2014-07-291-2/+2
* Add support for #pragma nounroll.Mark Heffernan2014-07-241-6/+7
* [modules] Slightly expand module semantics documentation.Richard Smith2014-07-241-1/+3
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-2/+2
* ARM: Add doc for ACLE memory barrier intrinsicsYi Kong2014-07-231-0/+13
* Escaping an RST character to correct a Sphinx warning.Aaron Ballman2014-07-221-1/+1
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-0/+7
* Fix typosAlp Toker2014-07-141-1/+1
* Document the forward of the -u option (r211756)Sylvestre Ledru2014-07-141-0/+2
* Document the warning triggered by the unsupported gcc optimization flags (r21...Sylvestre Ledru2014-07-141-0/+3
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-7/+2
* clang-format: Add new option to indent wrapped function declarations.Daniel Jasper2014-07-091-0/+4
* clang-format: Update flag documentation.Daniel Jasper2014-07-091-5/+1
* PTHInternals.rst: PCH is now a thing, update docs to reflect itAlp Toker2014-07-071-5/+5
* Update internals manual on how to add AST nodes.Nico Weber2014-07-071-3/+4
* Update the MSVC compatibilty document for class template parsingReid Kleckner2014-07-021-16/+35
* More editorial issues in MSVCCompatibility.rstDavid Majnemer2014-07-021-1/+1
* Fix Typo in MSVCCompatibility.rstWarren Hunt2014-07-021-2/+2
* Fixup typo in MSVCCompatibility.rstDavid Majnemer2014-07-021-1/+1
* Update the MSVC Compatibility documentDavid Majnemer2014-07-021-14/+12
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-021-5/+7
* Escaping a literal character to fix an RST warning.Aaron Ballman2014-06-251-1/+1
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-6/+4
* Document unroll and unroll_count directives.Eli Bendersky2014-06-192-6/+50
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-182-0/+73
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-171-5/+18
* Add documentation for PGO with instrumentation to clang's User's Manual.Bob Wilson2014-06-171-11/+78