summaryrefslogtreecommitdiff
path: root/src/line_and_column.hh
AgeCommit message (Expand)Author
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2013-07-26LineAndColumns: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-01-22LineAndColumn::operator+= is not constexprMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-09-04use more constexprMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-08-22use a strongly typed int LineCount for line countsMaxime Coste
2012-03-21add some missing operators to LineAndColumnMaxime Coste
2011-10-15LineAndColumn: add comparison operatorsMaxime Coste
2011-09-19LineAndColumn: fix operator[+-]=Maxime Coste
2011-09-17LineAndColumn: move to it's own header and add operator[+-]=?Maxime Coste