summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/SourceLocation.h
Commit message (Expand)AuthorAgeFilesLines
* Add dump() method for SourceRangeStephen Kelly2018-08-301-0/+4
* Remove trailing spaceFangrui Song2018-07-301-10/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-28/+28
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-3/+1
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-161-31/+36
* Make SourceLocation, QualType and friends have constexpr constructors.Benjamin Kramer2017-10-081-12/+12
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+5
* PointerLikeTypeTraits: class->struct to match LLVM changeDavid Blaikie2017-08-091-2/+1
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-44/+78
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-78/+44
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-44/+78
* Remove uses of std::binary_function, removed in C++17.Richard Smith2017-03-231-2/+1
* Fix use of uninitialized value exposed by r267802. Accessors of an invalidRichard Smith2016-04-281-4/+4
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-0/+1
* Inline function into only use.Rafael Espindola2014-08-181-1/+0
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-11/+11
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-021-1/+1
* Fix typosAlp Toker2014-02-251-1/+1
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-2/+2
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-081-1/+1
* Documentation cleanup: use \brief, and don't repeat the identifier beingJames Dennett2013-02-161-1/+1
* Simplify. No behavior change.Nico Weber2013-01-071-9/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-3/+3
* Fix a typo in comment.Michael Han2012-12-011-1/+1
* Add string to try and fix build from r167629.Chad Rosier2012-11-091-0/+1
* Add a SourceLocation::printToString() that returns in a std::string what dump()Argyrios Kyrtzidis2012-11-091-0/+1
* Constify the argument to SourceLocation::getFromPtrEncoding.Jordan Rose2012-07-061-1/+1
* Documentation cleanup:James Dennett2012-07-021-21/+28
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-3/+4
* Documentation cleanup:James Dennett2012-06-221-20/+28
* Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer2012-02-261-1/+1
* Mark a few 'dump' methods as 'used' to make sure they are included in libclangArgyrios Kyrtzidis2012-02-211-1/+2
* Change Lexer::makeFileCharRange() to have it accept a CharSourceRangeArgyrios Kyrtzidis2012-02-031-0/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-5/+4
* Make ASTReader/ASTWriter friends of SourceLocation. They alreadyArgyrios Kyrtzidis2011-09-191-0/+2
* Clean up as many of the comments in Basic I can find to talk in terms ofChandler Carruth2011-07-261-6/+6
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-1/+1
* Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth2011-07-251-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-1/+1
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-1/+0
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-16/+30
* Keep track of the file ID corresponding to the original file used toDouglas Gregor2011-05-061-0/+3
* Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for...Argyrios Kyrtzidis2011-04-071-0/+9
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-1/+17
* Fix diagnostic pragmas.Argyrios Kyrtzidis2010-12-151-0/+28
* move AdvanceToTokenCharacter and getLocForEndOfToken fromChris Lattner2010-11-171-1/+0