summaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManager.h
Commit message (Expand)AuthorAge
* Fix typosAlp Toker2014-06-16
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-21
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Hopefully avoid a warning on some GCCs (but not all strangely,Chandler Carruth2014-04-16
* [Allocator] Make the ContentCache object actually carry the 8-byteChandler Carruth2014-04-15
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Fix a typo: "SLocEnty" should read "SLocEntry".James Dennett2013-11-24
* SourceManager: Open code isInMainFile.Benjamin Kramer2013-09-27
* Split isFromMainFile into two functions.Eli Friedman2013-08-22
* Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and ...Argyrios Kyrtzidis2013-06-07
* [Lexer] Improve Lexer::getSourceText() when the given range deals with functi...Argyrios Kyrtzidis2013-05-16
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis2013-05-07
* Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...Argyrios Kyrtzidis2013-04-13
* Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries.Ted Kremenek2013-02-27
* Replace some typically large vectors with SmallVector.Benjamin Kramer2013-02-22
* Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen'sJames Dennett2013-02-17
* Back out r173689. It doesn't matter when we're building with Clang anyway.Douglas Gregor2013-01-28
* Note that SrcMgr::SLocEntry's are POD-like, so SmallVector can do aDouglas Gregor2013-01-28
* Fix LLP64 build.Michael J. Spencer2013-01-13
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Fix -Wunused-comparison for comparisons in arguments to function-like macros.Matt Beaumont-Gay2013-01-12
* Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith2012-12-05
* Simplify diagnostic emission. No functionality change intended.Richard Smith2012-12-05
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-30
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-30
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-30
* Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith2012-11-14
* Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBufferArgyrios Kyrtzidis2012-11-09
* When associating file ranges of macro arguments with theirArgyrios Kyrtzidis2012-10-20
* Remove superfluous \namespace command.Dmitri Gribenko2012-09-22
* Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper2012-09-18
* Microoptimize isOffsetInFileID a bit.Benjamin Kramer2012-07-29
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-11
* Allow line numbers on -verify directives.Jordan Rose2012-07-10
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Documentation cleanup:James Dennett2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* Revert predefined decl tracking.Meador Inge2012-06-19
* Move a few static functions from DiagnosticRenderer.cpp into SourceManager.Matt Beaumont-Gay2012-06-18
* Documentation cleanup:James Dennett2012-06-15
* More doxygen/documentation cleanups.James Dennett2012-06-13
* Add pedantic warning -Wempty-translation-unit (C11 6.9p1).Jordan Rose2012-06-06
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-03
* [PCH] Recover gracefully if the ASTReader detects that a file is differentArgyrios Kyrtzidis2012-02-20
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20