summaryrefslogtreecommitdiff
path: root/lib/Parse/Lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initial VAX struct implementationbenbrewer/structBen Brewer2015-08-251-1/+39
* Consume the semi-colon token when matched before making a recursive call to L...craiggriffiths/semi-colon_seg-fault_fixCraig Griffiths2015-08-211-0/+1
* Fix misc. compiler warningsbenbrewer/warningsBen Brewer2015-08-211-2/+2
* improved fixed form lexing for defined operatorsarphaman2013-09-191-23/+47
* added support for FLOOR and CEILING intrinsicarphaman2013-09-191-2/+10
* added token range for semaarphaman2013-08-231-0/+13
* replaced old fixed-form parsing system with a new onearphaman2013-08-231-94/+28
* added parsing for RECURSIVE TYPE and TYPE RECURSIVE; improved fixed-form rele...arphaman2013-08-231-33/+11
* added fixed form keyword matchers, fixed fixed-form function parsing bugarphaman2013-08-231-0/+84
* fixed number lexing bugsarphaman2013-08-221-27/+38
* fixed number followed by defined operator bugarphaman2013-08-211-3/+20
* implemented a statement reparsing mechanism, fixed-form do test now passesarphaman2013-08-081-1/+13
* fixed number costant lexing bugarphaman2013-08-011-5/+11
* added support for named if and do constructsarphaman2013-08-011-0/+4
* bug fixarphaman2013-07-301-1/+10
* fixed bug; optimized lexingarphaman2013-07-251-0/+9
* improved fixed-form squashed identifier supportarphaman2013-07-231-6/+4
* fixed string literal continuation lexing bugarphaman2013-07-231-8/+12
* lexing: fixed fixed-form literal spelling, tests improvedarphaman2013-07-231-53/+105
* improved fixed-form identifier lexingarphaman2013-07-211-10/+24
* lexing: added support for spaces in fixed-form identifiersarphaman2013-07-211-8/+29
* improved fixed form identifier lexingarphaman2013-07-211-7/+63
* added more stuff for BLAS supportarphaman2013-07-031-0/+1
* added DO WHILE stmt for BLAS supportarphaman2013-07-031-3/+6
* fixed lexing bugs for BLASarphaman2013-07-031-4/+19
* added * character lengtharphaman2013-07-031-0/+2
* improved fixed-form lexingarphaman2013-07-021-20/+19
* improved fixed-form lexingarphaman2013-07-021-34/+134
* added format descriptor lexer and parser, improve format desc parsingarphaman2013-06-271-0/+149
* Fixed complex constant and +/- op parsingarphaman2013-06-251-8/+0
* refactored llvm::SMLoc/SMRange/SMFixIt => SourceLocation, SourceRange, FixItHintarphaman2013-06-231-17/+16
* HandleComment bug fix; cleanuparphaman2013-06-161-2/+3
* LexDiagnostic; Parser Expr+Stmt Errorarphaman2013-06-161-11/+11
* Added partially ported clang diagnosticsarphaman2013-06-151-1/+1
* Added ported VerifyDiagnosticConsumer from clangarphaman2013-06-141-0/+18
* Complex literals;added simple PARAMETER testarphaman2013-06-131-0/+8
* fixed form commentsarphaman2013-06-131-2/+3
* testing updatedarphaman2013-06-131-3/+9
* Test: vars;Fixed logical literal; Print real+logical literalarphaman2013-04-211-2/+5
* Lexer: overlong defined operator errorarphaman2013-04-191-2/+4
* Lexer: fixed character literal continuations;Parser: call cleanup for them;Du...arphaman2013-04-191-31/+88
* Fixed linker errorsarphaman2013-04-181-1/+4
* Changed Op.compare_upper => Op.compare_lower to fix flang build.Michael Gottesman2013-01-281-12/+12
* Parse the IMPLICIT statement.Bill Wendling2011-10-061-0/+13
* Simplify when to put in the space padding.Bill Wendling2011-10-021-3/+1
* Fifth attempt to get this fucking commit in. Fuck you, git\!Bill Wendling2011-10-021-0/+8
* Add a method to determine if a pointer is within the current atom.Bill Wendling2011-09-261-2/+1
* Remove some dead ivars.Bill Wendling2011-09-261-15/+11
* Implement an 'AtEndOfLine' method.Bill Wendling2011-09-261-3/+5
* When lexing the character literal, if we don't see two quotes, we need to lex...Bill Wendling2011-09-261-5/+9