summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
...
* [frontend] '-frewrite-includes' should not ignore headers included from comma...Argyrios Kyrtzidis2013-07-261-1/+12
* avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)Lubos Lunak2013-07-201-0/+8
* fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)Lubos Lunak2013-07-201-3/+30
* Update for llvm API change.Rafael Espindola2013-07-161-1/+1
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-2/+1
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-6/+4
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-052-20/+20
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-042-16/+16
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-121-2/+1
* Added Lexer::getBufferEnd().Alexander Kornienko2013-06-041-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis2013-05-071-1/+1
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-5/+0
* rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.Benjamin Kramer2013-04-161-1/+119
* [frontend] -frewrite-includes: turn implicit module imports into @imports.Argyrios Kyrtzidis2013-04-101-15/+24
* [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...Argyrios Kyrtzidis2013-04-101-3/+8
* Add 178663 back.Rafael Espindola2013-04-032-31/+31
* Revert 178663.Rafael Espindola2013-04-032-31/+31
* Objective-C modern rewriter. Fixes a bugFariborz Jahanian2013-04-031-3/+9
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-032-31/+31
* Add some assertions to appease the static analyzer.Jordan Rose2013-03-151-2/+1
* ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.Jordan Rose2013-03-082-60/+45
* Use trailing documentation comments properlyDmitri Gribenko2013-02-161-1/+1
* objective-C modern translator: Fixes a mistranslationFariborz Jahanian2013-02-111-1/+3
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-082-2/+4
* objective-C modern translation: Fix another random translation bugFariborz Jahanian2013-02-081-0/+2
* objective-C modern translator. Fixes a trivialFariborz Jahanian2013-02-081-3/+3
* objective-C modern translator. Generate #lineFariborz Jahanian2013-02-082-8/+14
* objective-C modern translator. More fixups for Fariborz Jahanian2013-02-071-2/+23
* objective-C modern translator. Fix up the translatedFariborz Jahanian2013-02-071-28/+265
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-162-10/+4
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-123-11/+10
* Fix indent and remove parameter with a matching default value.Chad Rosier2013-01-042-94/+74
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-202-12/+12
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-192-12/+12
* Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,Eli Friedman2012-12-131-5/+5
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-049-23/+23
* Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer2012-12-011-0/+2
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-1/+3
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-011-0/+1
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-012-12/+14
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-282-2/+2
* Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...Benjamin Kramer2012-11-161-0/+1
* objective-C modern translator. Start the lineFariborz Jahanian2012-11-071-1/+1
* modern ObjC translator. Insert line number for @synchronized statements.Fariborz Jahanian2012-11-071-1/+3
* objective-C modern rewriter. Insert line numbers inFariborz Jahanian2012-11-061-11/+44
* RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...NAKAMURA Takumi2012-11-061-1/+1
* Modern objective-C translator: Start adding line info to theFariborz Jahanian2012-11-061-0/+31
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-0/+1
OpenPOWER on IntegriCloud