summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to fix shared library build: RewriteFrontend depends on Serialization...Richard Smith2017-06-091-0/+1
* Add -frewrite-imports flag.Richard Smith2017-06-091-14/+104
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* PR32848: There isn't necessarily a FileChanged or FileSkipped for every Inclu...Richard Smith2017-06-021-4/+3
* Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith2017-06-011-2/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-0/+12
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-041-0/+30
* PR26771: don't forget the " 2" (returning from #included file) linemarker aft...Richard Smith2017-04-291-14/+9
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-291-4/+2
* Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith2017-04-271-1/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-303-3/+3
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-272-2/+2
* Pass a char instead of a string to the find function. clang-tidy: performance...Sylvestre Ledru2017-01-282-2/+2
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-292-14/+13
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-24/+18
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-012-4/+4
* [NFC] Header cleanupMehdi Amini2016-07-183-6/+4
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-154-47/+54
* Use more ArrayRefsDavid Majnemer2016-06-242-6/+6
* Delete dead code.Rafael Espindola2016-06-211-96/+0