summaryrefslogtreecommitdiffstats
path: root/clang/docs
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add CTU user docsGabor Marton2019-07-182-0/+207
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-182-53/+18
* [Docs][OpenCL] Documentation of C++ for OpenCL modeAnastasia Stulova2019-07-172-1/+310
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-2/+2
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-152-0/+8
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+4
* consistency in the release notesSylvestre Ledru2019-07-141-2/+2
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-132-12/+0
* Remove __VERSION__Sylvestre Ledru2019-07-122-0/+12
* [Driver] -noprofilelib flagPetr Hosek2019-07-111-0/+2
* [Docs] Add standardized header links to analyzer docNathan Huckleberry2019-07-111-0/+268
* [analyzer]Add user docs rstGabor Marton2019-07-102-3/+8
* hwasan: Improve precision of checks using short granule tags.Peter Collingbourne2019-07-091-12/+52
* Remove trailing whitespaces in the Language Extensions docSylvestre Ledru2019-07-091-13/+13
* Add AlignConsecutiveMacros to the clang release notesSylvestre Ledru2019-07-091-0/+2
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+29
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-091-29/+0
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+29
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-7/+11
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+14
* print-supported-cpus quality of life patch.Ziang Wan2019-06-252-0/+8
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-191-6/+79
* [Remarks][Driver] Use the specified format in the remarks file extensionFrancis Visoiu Mistrih2019-06-171-1/+3
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-5/+13
* [docs] Fix another bot error by setting highlight language of objc code-block...Don Hinton2019-06-161-1/+1
* Fixed the --print-supported-cpus testZiang Wan2019-06-141-2/+2
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-142-0/+10
* [Remarks][NFC] Improve testing and documentation of -foptimization-record-passesFrancis Visoiu Mistrih2019-06-141-0/+12
* add a missing parenthese in the clang docSylvestre Ledru2019-06-141-1/+1
* [AMDGPU] gfx1010 wave32 clang supportStanislav Mekhanoshin2019-06-131-0/+4
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-131-0/+26
* AST Matchers tutorial requests to enable clang-tools-extra. NFCIlya Biryukov2019-06-071-1/+1
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-0/+13
* [X86] Add ENQCMD instructionsPengfei Wang2019-06-061-0/+2
* Update AST matchers tutorial to use monorepo layoutIlya Biryukov2019-06-061-6/+6
* [clang-format][NFC] Fix BS_Allman style example in the header docs are genera...Jan Korous2019-06-051-6/+15
* Add __FILE_NAME__ to ReleaseNotes. NFCKristina Brooks2019-06-051-2/+4
* Add a release note entry for the change made in r362034.Akira Hatanaka2019-06-031-1/+8
* Clarify when fix-it hints on warnings are appropriateAaron Puchert2019-05-311-0/+3
* [X86] Add VP2INTERSECT instructionsPengfei Wang2019-05-311-0/+2
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-3011-17/+17
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-0/+18
* Driver: support `/Zc:char8_t` and `/Zc:char8_t-`Saleem Abdulrasool2019-05-281-0/+2
* Add release note entries for recent typo correction changesNico Weber2019-05-281-2/+5
* [Analyzer] Checker for non-determinism caused by iteration of unordered conta...Mandeep Singh Grang2019-05-241-2/+16
* Add some notes on immutability and faithfulness to the internals manual.Richard Smith2019-05-221-1/+92
* [Docs] Increase Doxygen cache sizeDon Hinton2019-05-221-1/+1
* [PragmaHandler] Expose `#pragma` locationJoel E. Denny2019-05-211-1/+1
* [Clang][Docs] Document __FILE_NAME__. NFCKristina Brooks2019-05-171-0/+5
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+55
OpenPOWER on IntegriCloud