aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-01-18[OPENMP][DOCS] Release notes/OpenMP support updates, NFC.Kelvin Li
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16UsersManual.rst: Update the clang-cl flags sectionHans Wennborg
2019-01-15[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-14[clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev
2019-01-10fixup: sphinx warningNick Desaulniers
2019-01-10[SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers
2019-01-09[OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea
2019-01-09[OPENMP][DOCS]Release notes/OpenMP support updates, NFC.Alexey Bataev
2019-01-08__has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington
2019-01-07Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington
2019-01-07[clang] Add AST matcher for initializer list membersHyrum Wright
2019-01-04[ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington
2019-01-01Fix some typos in the clang doc.Sylvestre Ledru
2019-01-01clang-format-diff: add an example with hgSylvestre Ledru
2018-12-20Add support for namespaces on #pragma clang attributeErik Pilkington
2018-12-19Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-18Portable Python script across Python versionSerge Guelton
2018-12-17[ASTImporter] Fix redecl chain of classes and class templatesGabor Marton
2018-12-16[analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder
2018-12-13[clang] Add AST matcher for block expressions 🔍Stephane Moore
2018-12-12[AST] Store "UsesADL" information in CallExpr.Eric Fiselier
2018-12-11Stop stripping comments from AST matcher example code.Aaron Ballman
2018-12-11[ASan] Minor documentation fix: clarify static linking limitation.Max Moroz
2018-12-06Fix title underlines being too short after r348429Pete Cooper
2018-12-05Update ARC docs as objc_storeStrong returns void not idPete Cooper
2018-12-05Mention changes to libc++ include dir lookup in release notes.Ilya Biryukov
2018-12-05[asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka
2018-12-04Remove reference to recently removed PTH Documentation.Erich Keane
2018-12-04PTH-- Remove feature entirely-Erich Keane
2018-12-03Portable Python script across versionSerge Guelton
2018-11-27[docs] UBSan and ASan are supported on WindowsReid Kleckner
2018-11-22Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet
2018-11-22[ASTMatchers] Add hasSideEffect() matcher.Clement Courbet
2018-11-22[ASTMatchers] Re-generate ast matchers doc after rL346455.Clement Courbet
2018-11-20[clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev
2018-11-20Update the documentation for attribute feature tests.Aaron Ballman
2018-11-19[clang][CodeGen] Implicit Conversion Sanitizer: discover the world of Compoun...Roman Lebedev
2018-11-17[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-13UserManual: Tweak the /Zc:dllexportInlines- docs someHans Wennborg
2018-11-12Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet
2018-11-12[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet
2018-11-12Release notes: Mention clang-cl's /Zc:dllexportInlines- flagHans Wennborg
2018-11-12clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg
2018-11-09[ASTMatchers] overload ignoringParens for ExprJonas Toth
2018-11-08clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg