| Commit message (Expand) | Author | Age | Files | Lines |
* | clang/Modules: Rename CompilerInstance::ModuleManager, NFC | Duncan P. N. Exon Smith | 2019-11-22 | 1 | -3/+3 |
* | clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC | Duncan P. N. Exon Smith | 2019-11-21 | 1 | -1/+1 |
* | Redeclare Objective-C property accessors inside the ObjCImplDecl in which the... | Adrian Prantl | 2019-11-08 | 2 | -19/+29 |
* | RewriteModernObjC - silence static analyzer getAs<> null dereference warnings... | Simon Pilgrim | 2019-10-16 | 1 | -5/+4 |
* | RewriteModernObjC - silence static analyzer getAs<> null dereference warnings... | Simon Pilgrim | 2019-10-07 | 1 | -7/+7 |
* | RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI. | Simon Pilgrim | 2019-10-05 | 1 | -7/+8 |
* | Properly handle instantiation-dependent array bounds. | Richard Smith | 2019-10-04 | 2 | -4/+4 |
* | Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. | Simon Pilgrim | 2019-10-03 | 2 | -9/+9 |
* | make -frewrite-includes also rewrite conditions in #if/#elif | Lubos Lunak | 2019-09-18 | 1 | -120/+54 |
* | Use FileEntryRef for PPCallbacks::FileSkipped | Alex Lorenz | 2019-08-27 | 1 | -3/+3 |
* | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 2019-08-22 | 1 | -2/+2 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 4 | -5/+5 |
* | Move LangStandard*, InputKind::Language to Basic | Rainer Orth | 2019-08-05 | 1 | -1/+2 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -4/+4 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 2 | -10/+10 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -1/+5 |
* | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-06 | 2 | -43/+35 |
* | Revert "Factor out duplicated code building a MemberExpr and marking it" and ... | Benjamin Kramer | 2019-06-05 | 2 | -35/+43 |
* | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-04 | 2 | -43/+35 |
* | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -1/+1 |
* | Fix file headers. NFC | Fangrui Song | 2019-03-01 | 1 | -1/+1 |
* | [Preprocessor] Add a note with framework location for "file not found" error. | Volodymyr Sapsai | 2019-02-05 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 8 | -32/+24 |
* | [AST] Store the callee and argument expressions of CallExpr in a trailing array. | Bruno Ricci | 2018-12-21 | 2 | -56/+48 |
* | [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr. | Bruno Ricci | 2018-12-21 | 2 | -111/+100 |
* | Pass the function type instead of the return type to FunctionDecl::Create | Jonas Devlieghere | 2018-11-11 | 1 | -7/+6 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -0/+1 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 2 | -2/+2 |
* | [modules] Support use of -E on modules built from the command line. | Richard Smith | 2018-09-15 | 1 | -3/+4 |
* | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 2 | -30/+30 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 2 | -112/+111 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 4 | -679/+679 |
* | Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' | Julie Hockett | 2018-05-10 | 1 | -2/+4 |
* | Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" | Julie Hockett | 2018-05-09 | 1 | -4/+2 |
* | [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective | Julie Hockett | 2018-05-09 | 1 | -2/+4 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
* | Fix evaluation of `__has_include_next` during -frewrite-includes. | Volodymyr Sapsai | 2018-04-13 | 1 | -14/+18 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -2/+2 |
* | [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin... | Eugene Zelenko | 2018-03-27 | 1 | -12/+17 |
* | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 2 | -2/+2 |
* | Clean up use of C allocation functions | Serge Pavlov | 2018-02-21 | 1 | -4/+3 |
* | Track in the AST whether the operand to a UnaryOperator can overflow and then... | Aaron Ballman | 2018-01-09 | 2 | -24/+29 |
* | [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY... | NAKAMURA Takumi | 2017-10-18 | 3 | -3/+3 |
* | [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co... | NAKAMURA Takumi | 2017-07-18 | 3 | -0/+3 |
* | [Objective-C] Fix non-determinism in clang | Mandeep Singh Grang | 2017-07-06 | 1 | -4/+5 |
* | fix trivial typos in comments; NFC | Hiroshi Inoue | 2017-07-03 | 2 | -2/+2 |
* | When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all | Richard Smith | 2017-06-26 | 1 | -0/+2 |
* | Turn off "disable free" mode when preprocessing imported module files in | Richard Smith | 2017-06-20 | 1 | -0/+1 |
* | Support non-identifier module names when preprocessing modules. | Richard Smith | 2017-06-19 | 2 | -6/+15 |