Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | |||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | C++: fixed completion in braceless statements following a control statement. | Erik Verbruggen | 2010-09-09 | 1 | -1/+3 |
| | | | | | | | | | | | - Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi | ||||
* | Fixed possible crash when computing the AST path. | Roberto Raggi | 2010-07-05 | 1 | -1/+6 |
| | |||||
* | Removed debug line. | Erik Verbruggen | 2010-05-28 | 1 | -1/+0 |
| | |||||
* | Fixed missing include, and #undeffed debug code. | Erik Verbruggen | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | Added a utility method to search by line/column. | Erik Verbruggen | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | Moved ASTPath to its own header/source files. | Erik Verbruggen | 2010-05-28 | 1 | -0/+81 |