| Commit message (Expand) | Author | Age | Files | Lines |
* | [ParserTest] Move raw string literal out of macro | David Green | 2020-01-05 | 1 | -3/+3 |
* | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-27 | 1 | -23/+142 |
* | Revert "Allow newlines in AST Matchers in clang-query files" + 1 | Evgenii Stepanov | 2019-12-26 | 1 | -142/+23 |
* | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -23/+142 |
* | Revert "Allow newlines in AST Matchers in clang-query files" | Stephen Kelly | 2019-12-26 | 1 | -142/+23 |
* | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -23/+142 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -4/+4 |
* | [clang] Update isDerivedFrom to support Objective-C classes 🔍 | Stephane Moore | 2019-08-12 | 1 | -1/+1 |
* | cmake: Add CLANG_LINK_CLANG_DYLIB option | Tom Stellard | 2019-07-03 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 3 | -12/+9 |
* | Add explicit dependency on clangSerialization for a bunch of components to fi... | Fangrui Song | 2018-12-12 | 1 | -0/+1 |
* | Revert "[ASTMatchers] Fix DynamicASTMatchersTests again" | Fangrui Song | 2018-10-03 | 1 | -0/+1 |
* | [ASTMatchers] Fix DynamicASTMatchersTests again | Fangrui Song | 2018-10-03 | 1 | -1/+0 |
* | [test] Fix -Wunused-variable in rC343665 | Fangrui Song | 2018-10-03 | 1 | -1/+1 |
* | Allow comments with '#' in dynamic AST Matchers | Stephen Kelly | 2018-10-03 | 1 | -2/+17 |
* | [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop... | Shuai Wang | 2018-09-17 | 1 | -1/+2 |
* | Allow binding to NamedValue resulting from let expression | Stephen Kelly | 2018-08-30 | 1 | -0/+38 |
* | Make add_clang_unittest formatting a bit more consistent. | Nico Weber | 2018-04-25 | 1 | -1/+2 |
* | [ASTMatchers] Introduce a matcher for matching any given Objective-C selector | George Karpenkov | 2018-03-29 | 1 | -0/+11 |
* | [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec... | George Karpenkov | 2018-03-29 | 1 | -7/+8 |
* | [CMake] Use PRIVATE in target_link_libraries for executables | Shoaib Meenai | 2017-12-05 | 1 | -0/+1 |
* | Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil... | Eric Christopher | 2017-07-14 | 1 | -2/+2 |
* | [ASTMatchers] temporary disable tests with floating suffix | Peter Wu | 2017-06-08 | 1 | -0/+3 |
* | [ASTMatchers] Add clang-query support for equals matcher | Peter Wu | 2017-06-08 | 1 | -0/+40 |
* | [ASTMatchers] Add support for floatLiterals | Peter Wu | 2017-06-08 | 2 | -2/+30 |
* | [ASTMatchers] Add support for boolean literals | Peter Wu | 2017-06-08 | 2 | -0/+21 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
* | Prune away some unused using decls. NFC. | Benjamin Kramer | 2016-06-08 | 1 | -3/+0 |
* | Reorder ASTNodeKind::AllKindInfo to match NodeKindId. | Alexander Kornienko | 2016-04-14 | 2 | -10/+9 |
* | Reapply r259210 with a fix for RegistryTest.cpp. | Aaron Ballman | 2016-02-01 | 1 | -1/+1 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -22/+0 |
* | Add AST matcher support for FunctionDecls with the hasBody matcher. | Aaron Ballman | 2016-01-20 | 1 | -1/+1 |
* | Add AST matcher for paren expressions. | Aaron Ballman | 2016-01-20 | 1 | -0/+6 |
* | [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. | Benjamin Kramer | 2015-10-23 | 2 | -4/+10 |
* | Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64). | Benjamin Kramer | 2015-10-21 | 1 | -2/+2 |
* | Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap." | Benjamin Kramer | 2015-10-21 | 2 | -10/+5 |
* | [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap. | Benjamin Kramer | 2015-10-20 | 2 | -5/+10 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Pass SourceRange by value in a test I missed in r249259. | Craig Topper | 2015-10-04 | 1 | -2/+2 |
* | Rename AST node matchers to match the AST node names directly. Part of this r... | Aaron Ballman | 2015-09-17 | 2 | -11/+12 |
* | Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers sho... | NAKAMURA Takumi | 2015-07-13 | 1 | -1/+3 |
* | Replace some const std::string & with llvm::StringRef or std::string | Yaron Keren | 2015-07-06 | 3 | -26/+26 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -3/+4 |
* | [CMake] Add clangBasic in ASTMatchersTests, according to r232051. | NAKAMURA Takumi | 2015-03-12 | 1 | -0/+1 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -6/+5 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -5/+6 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -6/+5 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -5/+6 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -6/+5 |