summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* [modules] Don't write @import in -E output if the current language mode doesn'tRichard Smith2016-04-081-1/+3
* [Objective-c] Stop attaching section "datacoal_nt" to global variables.Akira Hatanaka2016-02-111-1/+1
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-102-88/+35
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-5/+4
* Remove autoconf supportChris Bieneman2016-01-261-22/+0
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-262-9/+12
* Fix a couple places where InsertText was being called with a pointer and size...Craig Topper2015-10-222-5/+5
* Pass an ArrayRef instead of pointer and size. NFCCraig Topper2015-10-222-68/+38
* Roll-back r250822.Angel Garcia Gomez2015-10-204-5/+5
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-204-5/+5
* Refactor module lookup when looking up a header file, and wire through the re...Richard Smith2015-10-161-1/+2
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-1/+1
* Fix a small bug in clang where generating some temporary files would have an ...Argyrios Kyrtzidis2015-09-091-1/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-022-45/+37
* Fix a couple of unused variables in no-assertsJustin Bogner2015-07-011-0/+2
* -frewrite-includes: Prefer insert to emplaceJustin Bogner2015-07-011-3/+4
* -frewrite-includes: Rework how includes and modules are differentiatedJustin Bogner2015-07-011-39/+50
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-224-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-224-4/+4
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-172-2/+10
* Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic2015-05-121-2/+2
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-38/+38
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-5/+5
* [Objective-C modern translation]. Patch to fix type ofFariborz Jahanian2015-04-091-97/+97
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-242-145/+132
* Fix a [-Werror,-Wreorder] initialization ordering error.Eric Christopher2015-02-261-2/+2
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-10/+10
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-122-6/+6
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-162-6/+6
* [OPENMP] Bugfix for processing of global variables in OpenMP regions.Alexey Bataev2014-12-162-28/+22
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-192-4/+4
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-9/+6
* Remove some redundant virtual specifiers on overriden functions.David Blaikie2014-11-141-2/+2
* Objective-C modern rewriter. Patch to fix a rewriting bug Fariborz Jahanian2014-10-281-0/+4
* Remove code duplication and cut dependency from clangRewrite onDaniel Jasper2014-10-232-34/+12
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* -frewrite-includes: Normalize line endings to match the main source fileReid Kleckner2014-09-051-52/+90
* Update for llvm api change.Rafael Espindola2014-08-251-6/+5
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-252-36/+23
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-172-4/+4
* Correctly implement -include search logic.Manuel Klimek2014-08-121-3/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-104-26/+24
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-174-24/+26
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-174-26/+24
* Make clang's rewrite engine a core featureAlp Toker2014-07-1610-0/+15049
OpenPOWER on IntegriCloud