summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-221-3/+3
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-211-1/+1
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-082-19/+29
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-161-5/+4
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-071-7/+7
* RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-7/+8
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-042-4/+4
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-032-9/+9
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-181-120/+54
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-3/+3
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-2/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-144-5/+5
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-1/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-4/+4
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-162-10/+10
* BitStream reader: propagate errorsJF Bastien2019-06-261-1/+5
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-43/+35
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-052-35/+43
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-042-43/+35
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-1/+1
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-212-56/+48
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-212-111/+100
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-111-7/+6
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-302-2/+2
* [modules] Support use of -E on modules built from the command line.Richard Smith2018-09-151-3/+4
* Port getLocEnd -> getEndLocStephen Kelly2018-08-092-30/+30
* Port getLocStart -> getBeginLocStephen Kelly2018-08-092-112/+111
* Remove trailing spaceFangrui Song2018-07-304-679/+679
* Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett2018-05-101-2/+4
* Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett2018-05-091-4/+2
* [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett2018-05-091-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Fix evaluation of `__has_include_next` during -frewrite-includes.Volodymyr Sapsai2018-04-131-14/+18
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-271-12/+17
* Remove redundant casts. NFCGeorge Burgess IV2018-03-012-2/+2
* Clean up use of C allocation functionsSerge Pavlov2018-02-211-4/+3
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-092-24/+29
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-183-3/+3
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-183-0/+3
* [Objective-C] Fix non-determinism in clangMandeep Singh Grang2017-07-061-4/+5
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-032-2/+2
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-261-0/+2
* Turn off "disable free" mode when preprocessing imported module files inRichard Smith2017-06-201-0/+1
* Support non-identifier module names when preprocessing modules.Richard Smith2017-06-192-6/+15
OpenPOWER on IntegriCloud