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