summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-08-15Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith
2017-07-26[Bash-autocompletion] Show HelpText with possible flagsYuka Takahashi
2017-07-26[Bash-completion] Fixed a bug that file doesn't autocompleted after =Yuka Takahashi
2017-07-15[Bash-autocompletion] Fixed a bug on bashYuka Takahashi
2017-07-08[Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi
2017-07-08[Bash-autocompletion] Fix a bug that -foo=bar doesn't handled properlyYuka Takahashi
2017-07-06This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer
2017-07-05Fix one more reference to lit.util.capture()Michael Zolotukhin
2017-07-01[Bash-autocompletion] Add support for older bash version.Yuka Takahashi
2017-07-01[Bash-completion] Fixed a bug that ~ doesn't expanded to $HOMEYuka Takahashi
2017-06-28[Bash-autocompletion] Invoke clang where user calledYuka Takahashi
2017-06-28[Bash-autocompletion] Check clang version in BashYuka Takahashi
2017-06-26[bash-autocompletion] Delete space after flags which has '=' prefixYuka Takahashi
2017-06-20[AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-02Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar
2017-06-01[AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani
2017-05-31[TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper
2017-05-24Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis
2017-05-23Remove trailing whitespaceYuka Takahashi
2017-05-23[GSoC] Shell autocompletion for clangYuka Takahashi
2017-05-01utils: Silence -Wpedantic warningSaleem Abdulrasool
2017-04-19Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Fix one more 'not all control paths return a value' MSVC warningAlex Lorenz
2017-04-18[TableGen] Fix MSVC warning that occurs in TableGen generated functionAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-01[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali
2017-03-23Correct class-template deprecation behavior-REDUXErich Keane
2017-03-22Revert "Correct class-template deprecation behavior"Martin Bohme
2017-03-21Correct class-template deprecation behaviorErich Keane
2017-01-27Improve workaround for Sphinx's lack of support for command line options cont...Richard Smith
2017-01-24[docs] Add TableGen-based generator for command line argument documentation,Richard Smith
2017-01-24Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones
2017-01-05[TableGen] Only normalize the spelling of GNU-style attributes.Justin Lebar
2017-01-04[clang] Update lit config in utils/perf-trainingAlexander Shaposhnikov
2016-12-31[clang] Fix clean build of generate-order-fileAlexander Shaposhnikov
2016-12-05Adapt to llvm/TableGen DagInit changes.Matthias Braun
2016-12-04TableGen: Adapt to llvm r288612Matthias Braun
2016-12-01[TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV
2016-12-01[TableGen] Minor clean-ups. NFC.George Burgess IV
2016-11-29Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-10-19Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner
2016-10-11Delete clang-completion-mode.el.Manuel Klimek
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-28Fix warnings in clang-completion-mode.el.Manuel Klimek
2016-09-19[analyzer] SATestBuild.py: Treat '#' as comment in projectMap.csvDevin Coughlin
2016-09-14[docs] Order diagnostic cross-references alphabetically rather than based onRichard Smith
2016-09-14Update DiagnosticsReference and fix emitter to emit -Wpedantic diagnostics an...Richard Smith