| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -19/+0 |
| * | Properly track the end location of an exception specification. | Aaron Ballman | 2016-01-12 | 1 | -0/+38 |
| * | Add a test for r255875 & r255929, comparisons on DynTypeNode wrapped QualType. | Richard Trieu | 2015-12-17 | 1 | -0/+7 |
| * | Adjust printQualifiedName to handle unscoped enums in a way similar to anonym... | Alexander Kornienko | 2015-11-09 | 1 | -0/+42 |
| * | [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap. | Benjamin Kramer | 2015-10-23 | 1 | -0/+13 |
| * | Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap." | Benjamin Kramer | 2015-10-21 | 1 | -13/+0 |
| * | [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap. | Benjamin Kramer | 2015-10-20 | 1 | -0/+13 |
| * | 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 |
| * | Rename AST node matchers to match the AST node names directly. Part of this r... | Aaron Ballman | 2015-09-17 | 4 | -50/+52 |
| * | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
| * | Move a test from static-assert.cpp to DeclPrinterTest | David Majnemer | 2015-06-05 | 1 | -0/+18 |
| * | Fix a few line endings. NFC. | Yunzhong Gao | 2015-05-01 | 1 | -36/+36 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 6 | -18/+20 |
| * | Track the source location of the dot or arrow operator in a MemberExpr. | Aaron Ballman | 2015-03-24 | 1 | -6/+38 |
| * | Record correct source range for defaulted/deleted members. | Eli Bendersky | 2015-03-23 | 1 | -0/+12 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -3/+2 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+3 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -3/+2 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -2/+3 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -3/+2 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
| * | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -3/+2 |
| * | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+3 |
| * | [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 2 | -6/+3 |
| * | Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati... | Samuel Benzaquen | 2014-10-06 | 1 | -0/+39 |
| * | unique_ptrify SourceManager::createFileID | David Blaikie | 2014-08-29 | 2 | -2/+2 |
| * | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 3 | -5/+5 |
| * | Switching from std::vector to llvm::ArrayRef per post-commit review suggestion. | Aaron Ballman | 2014-08-26 | 1 | -3/+1 |
| * | Some versions of MSVC do not support initializer list construction of vectors... | Aaron Ballman | 2014-08-26 | 1 | -1/+2 |
| * | ASTVector: Fix return value of various insert() methods. | Will Dietz | 2014-08-25 | 1 | -3/+73 |
| * | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 3 | -8/+9 |
| * | Add missing header guards. | Benjamin Kramer | 2014-08-08 | 1 | -0/+5 |
| * | Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, | Fariborz Jahanian | 2014-07-31 | 2 | -1/+24 |
| * | AST printer: fix double space before base class with no access specifier. | Richard Smith | 2014-07-23 | 1 | -6/+6 |
| * | When pretty-printing a declaration of a pack, put the ellipsis before the name | Richard Smith | 2014-07-23 | 1 | -12/+11 |
| * | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 3 | -9/+8 |
| * | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 3 | -8/+9 |
| * | Fix FriendDecl source location and range for class templates and function dec... | Nikola Smiljanic | 2014-07-17 | 1 | -4/+136 |
| * | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -1/+1 |
| * | Lex: Use the correct types for MS integer suffixes | David Majnemer | 2014-06-21 | 1 | -2/+4 |
| * | Revert "Lex: Use the correct types for MS integer suffixes" | Rafael Espindola | 2014-06-21 | 1 | -4/+2 |
| * | Lex: Use the correct types for MS integer suffixes | David Majnemer | 2014-06-21 | 1 | -2/+4 |
| * | Removing an "if (this == nullptr)" check from two print methods. The condition | Richard Trieu | 2014-06-09 | 1 | -0/+1 |
| * | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 3 | -4/+4 |
| * | Add first set of tests for FriendDecl source range and location. | Nikola Smiljanic | 2014-06-06 | 1 | -0/+78 |
| * | Take PrintingPolicy::SuppressUnwrittenScope into account when printing the | Richard Smith | 2014-05-30 | 2 | -0/+134 |
| * | Rename SourceManager::createFileIDForMemBuffer() | Alp Toker | 2014-05-16 | 2 | -2/+2 |
| * | ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delaye... | NAKAMURA Takumi | 2014-03-15 | 1 | -0/+1 |