summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-547/+0
* [C++11] Use 'nullptr'.Craig Topper2014-05-071-8/+10
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+2
* do not use "1" for line marker for the predefines "file" eitherLubos Lunak2014-05-011-1/+5
* do not use "1" for line marker for the main fileLubos Lunak2014-05-011-2/+5
* revert r207756Lubos Lunak2014-05-011-1/+0
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2014-05-011-7/+1
* write a line marker right before adding included fileLubos Lunak2014-05-011-0/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-15/+10
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-1/+1
* Fix raw lex crash and -frewrite-includes noeol-at-eof failureAlp Toker2013-12-131-5/+5
* Check the initial line number without going through PresumedLocAlp Toker2013-12-051-3/+2
* Add an assert to make it clear we're on the first lineAlp Toker2013-12-051-1/+3
* Revert r196372, "do not warn about unknown pragmas in modes that do not handl...NAKAMURA Takumi2013-12-041-1/+7
* do not warn about unknown pragmas in modes that do not handle them (pr9537)Lubos Lunak2013-12-041-7/+1
* InclusionRewriter: Avoid duplicated BOM checkAlp Toker2013-11-281-7/+3
* strip UTF-8 BOM in -frewrite-includes (PR#15664)Lubos Lunak2013-11-271-0/+5
* Fix typo: inccrementallyBenjamin Kramer2013-10-131-1/+1
* Address review comment on r189557.Eli Friedman2013-09-171-1/+3
* Properly escape filenames in line directives.Eli Friedman2013-08-291-1/+3
* [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
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis2013-05-071-1/+1
* 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
* Use trailing documentation comments properlyDmitri Gribenko2013-02-161-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman2012-10-021-1/+1
* For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis2012-09-291-2/+4
* Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis2012-09-271-2/+2
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-0/+361
OpenPOWER on IntegriCloud