[clang][Sema] Add CodeCompletionContext::CCC_ObjCClassForwardDecl
[platform/upstream/llvm.git] / clang-tools-extra / pseudo /
2023-05-31 Richard Sandiford[clang] Add support for “regular” keyword attributes
2023-05-23 Tobias Hieta[NFC][Py Reformat] Reformat python files in clang and...
2023-05-13 Kazu HirataReplace None with std::nullopt in comments (NFC)
2023-04-19 Sam McCall[pseudo] Use shared copy of bundle_resources.py
2023-01-22 Kazu HirataUse llvm::popcount instead of llvm::countPopulation...
2023-01-18 Martin Storsjö[CMake] Allow setting the location of host tools with...
2023-01-16 Joe Loser[llvm][ADT] Replace uses of `makeMutableArrayRef` with...
2023-01-12 Jordan Rupprecht[test] Split out Annotations from `TestingSupport`
2023-01-10 serge-sans-pailleMove from llvm::makeArrayRef to ArrayRef deduction...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2023-01-03 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2022-12-14 Fangrui Song[clang] Remove uses of ::testing::Matcher<const Optiona...
2022-12-11 Kazu Hirata[clang-tools-extra] Use std::optional instead of None...
2022-12-07 Kazu Hirata[clang-tools-extra] Don't including None.h (NFC)
2022-12-06 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of llvm...
2022-12-05 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-12-03 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-11-22 Kazu HirataDon't use Optional::getPointer (NFC)
2022-10-13 Sam McCall[pseudo] Document disambiguation design progress
2022-10-04 Michał Górny[clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1
2022-09-22 Haojian Wu[pseudo] NFC, Remove an extral blank line.
2022-09-03 Kazu HirataDrop empty string literals from static_assert (NFC)
2022-08-26 Sam McCall[pseudo] Placeholder disambiguation strategy: always...
2022-08-23 Haojian Wu[pseudo] Eliminate a false parse of structured binding...
2022-08-23 Haojian Wu[pseudo] Fix HeadsPartition is not initialized correctly.
2022-08-19 Sam McCall[pseudo] Start rules are `_ := start-symbol EOF`, impro...
2022-08-19 Haojian Wu[pseudo] NFC, remove redundant ;
2022-08-19 Sam McCall[pseudo] Changes omitted from previous commit
2022-08-19 Sam McCall[pseudo] Perform unconstrained reduction prior to recovery.
2022-08-17 Haojian Wu[pseudo] Eliminate the type-name identifier ambiguities...
2022-08-16 Sam McCall[pseudo] Style tweaks forgotten in D130337. NFC
2022-08-13 Kazu HirataRemove unused forward declarations (NFC)
2022-08-12 Haojian Wu[pseudo] Apply the function-declarator to member functions.
2022-08-12 Haojian Wu[pseudo] Eliminate an ambiguity for the empty member...
2022-08-11 Haojian Wu[pseudo] Use C++17 variant to simplify the DirectiveTre...
2022-08-11 Haojian Wu[pseudo] Fix a bug in checking the duplicated grammar...
2022-08-09 Haojian Wu[pseudo] Fix a suspicious usage of `sizeof(this)`.
2022-08-09 Simon Pilgrim[clang-pseudo] Forest.h - don't inherit from std::iterator
2022-08-01 Gabriel Ravier[clang-tools-extra] Fixed a number of typos
2022-07-30 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-28 Haojian Wu[pseudo] Eliminate the false `::` nested-name-specifier...
2022-07-27 Sam McCall[pseudo] Fix initializer of string table
2022-07-27 Sam McCall[pseudo] Add dangling-else guard to missing if-statemen...
2022-07-27 Sam McCall[pseudo] Remove dead header
2022-07-27 Sam McCall[pseudo] Reorganize CXX.h enums
2022-07-26 Sam McCall[pseudo] Allow opaque nodes to represent terminals
2022-07-25 Sam McCall[pseudo] Eliminate multiple-specified-types ambiguities...
2022-07-25 Sam McCall[pseudo] Fix minor errors in module grammar
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-22 Sam McCall[pseudo] Add ambiguity & unparseability metrics to...
2022-07-22 Haojian Wu[pseudo] Eliminate the dangling-else syntax ambiguity.
2022-07-22 Haojian Wu[pseudo] Tweak the cli option messages, NFC.
2022-07-22 Sam McCall[pseudo] Fix link error after 3132e9cd7c9fda63
2022-07-21 Sam McCall[pseudo] Key guards by RuleID, add guards to literals...
2022-07-21 Haojian Wu[pseudo] Fix an invalid assertion on recoveryBrackets.
2022-07-21 Haojian Wu[pseudo] Make sure we rebuild pseudo_gen tool.
2022-07-19 Sam McCall[pseudo] Add `clang-pseudo -html-forest=<output.html...
2022-07-19 Haojian Wu[pseudo] Implement a guard to determine function declar...
2022-07-18 Sam McCall[pseudo] Add guards for module contextual keywords
2022-07-18 Haojian Wu[pseduo] More precise on printing the error message...
2022-07-18 Utkarsh SaxenaUse pseudo parser for folding ranges
2022-07-18 Haojian Wu[pseudo] Add bracket recovery for function parameters.
2022-07-15 Haojian Wu[pseudo] Share the underly payload when stripping comme...
2022-07-15 Haojian Wu[pseudo] Generate an enum type for identifying grammar...
2022-07-13 Kazu Hirata[clang, clang-tools-extra] Use has_value instead of...
2022-07-07 Haojian Wu[pseudo] NFC, fix the header guard for Language.h
2022-07-06 Sam McCall[pseudo] Define recovery strategy as grammar extension.
2022-07-05 Sam McCall[pseudo] Add error-recovery framework & brace-based...
2022-07-05 Haojian Wu[pseudo] Implement guard extension.
2022-07-05 Haojian Wu[pseudo] Fix the build for the benchmark tool.
2022-07-05 Haojian Wu[pseudo] Use the prebuilt cxx grammar for the lit tests...
2022-07-05 Sam McCall[pseudo] Eliminate LRTable::Action. NFC
2022-07-04 Sam McCall[pseudo] Store shift and goto actions in a compact...
2022-07-04 Haojian Wu[pseudo] Remove duplicated code in ClangPseudo.cpp
2022-07-01 Haojian Wu[pseudo] NFC, polish the fix of c99827349927a44334f2b04...
2022-07-01 Haojian Wu[pseudo] Fix an out-of-bound issue in getReduceRules.
2022-07-01 Sam McCall[pseudo] temporary fix for missing generated header...
2022-07-01 Haojian Wu[pseudo] Define a clangPseudoCLI library.
2022-06-30 Sam McCall[pseudo] Add ForestNode descendants iterator, print...
2022-06-30 Sam McCall[pseudo] Forest dump ascii art isn't broken by large...
2022-06-29 Sam McCall[pseudo] Fix bugs/inconsistencies in forest dump.
2022-06-29 Haojian Wu[pseudo] Update the cxx.bnf path in comments to reflect...
2022-06-28 Sam McCallRevert "[pseudo] Add error-recovery framework & brace...
2022-06-28 Sam McCall[pseudo] Move ellipsis into initializer-list-item. NFC
2022-06-28 Sam McCall[pseudo] Add error-recovery framework & brace-based...
2022-06-28 Sam McCall[pseudo] Grammar::parseBNF returns Grammar not unique_p...
2022-06-28 Sam McCall[pseudo] Move cxx grammar into the cxx/ directory. NFC
2022-06-28 Sam McCall[pseudo] Simplify/loosen the grammar around lambda...
2022-06-28 Sam McCall[pseudo] Allow mixed designated/undesignated init lists.
2022-06-27 Sam McCall[pseudo] Check follow-sets instead of tying reduce...
2022-06-27 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-25 Kazu HirataRevert "Don't use Optional::hasValue (NFC)"
2022-06-25 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-23 Sam McCall[pseudo] Handle no-reductions-available on the fastpath...
2022-06-23 Sam McCall[pseudo] Store last node popped in the queue, not its...
2022-06-23 Sam McCall[pseudo] Store reduction sequences by pointer in heaps...
2022-06-23 Sam McCall[pseudo] Turn glrReduce into a class, reuse storage...
2022-06-23 Sam McCall[pseudo] Add a fast-path to GLR reduce when both pop...
2022-06-23 Sam McCallReland "[pseudo] Track heads as GSS nodes, rather than...
next