summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-063-3/+3
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+2
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-0/+5
* AArch64: Implement support for the shadowcallstack attribute.Peter Collingbourne2018-04-041-21/+64
* As we don't use minor version anymore, let's remove it from the release notes...Sylvestre Ledru2018-04-041-2/+2
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-032-0/+151
* Use Clang when referring to the project and clang when referring to the binary.Richard Smith2018-04-031-2/+3
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-4/+0
* UsersManual.rst: update text for /GX- to match r328708Hans Wennborg2018-04-031-1/+1
* Rename clang link from clang-X.Y to clang-XSylvestre Ledru2018-03-291-0/+3
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+11
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-291-2/+58
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+26
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-2/+2
* [ASTMatchers] Remove extra qualifier for consistency (LibASTMatchersReference...Clement Courbet2018-03-211-1/+1
* [ASTMatchers] Regenerate doc.Clement Courbet2018-03-211-3/+3
* [docs] ReleaseNotes: document -Wextra-semi changes.Roman Lebedev2018-03-161-1/+7
* [hwasan] update docsKostya Serebryany2018-03-141-14/+23
* Update the supported C language standards in the user manual.Aaron Ballman2018-03-121-4/+5
* [Documentation] Fix Release notes problems introduced in r326889. Add highlig...Eugene Zelenko2018-03-081-5/+7
* Add Clang ReleaseNotes that --autocomplete breaks backward compatibilyYuka Takahashi2018-03-071-0/+9
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-2/+33
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-2/+50
* [WebAssembly] Add exception handling optionHeejin Ahn2018-03-021-0/+2
* UsersManual: improve the clang-cl text some moreHans Wennborg2018-03-011-0/+17
* UsersManual: beef up the clang-cl text a littleHans Wennborg2018-03-011-3/+13
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+26
* [hwasan] update the asm snippet in the docs to match the current default beha...Kostya Serebryany2018-02-281-2/+0
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-2/+4
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-272-2/+2
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-272-2/+2
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-261-0/+4
* Support for the mno-stack-arg-probe flagHans Wennborg2018-02-231-0/+4
* [docs] Regenerate command line referenceJonas Hahnfeld2018-02-221-16/+30
* [ASTMatchers] Regenerate documentation after r325678Eric Liu2018-02-211-0/+6
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-141-0/+15
* [Driver] Add option to manually control discarding value names in LLVM IR.Eric Fiselier2018-02-071-0/+21
* Support `#pragma comment(lib, "name")` in the frontend for ELFSaleem Abdulrasool2018-02-071-0/+8
* [hwasan] Add a paragraph on stack instrumentation.Evgeniy Stepanov2018-02-031-3/+10
* Clarify that optimization levels -O2 and above are recommended for use of PGO.Eric Christopher2018-01-311-1/+2
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-262-2/+2
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [Docs] Re-generate command line documentation.Craig Topper2018-01-231-0/+18
* Add hasTrailingReturn AST matcherJulie Hockett2018-01-221-0/+9
* [ASTMatchers] [NFC] Fix code examplesFangrui Song2018-01-221-29/+31
* [DOCS] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld2018-01-221-1/+1
* [WebAssembly] Add target flags for sign-ext opcodes.Dan Gohman2018-01-191-0/+2
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-0/+4
* [ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu2018-01-181-0/+9
* [ASTMatchers] Support generating docs for single-line matchersBenjamin Kramer2018-01-171-1/+1