summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/ASTPath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* C++: fixed completion in braceless statements following a control statement.Erik Verbruggen2010-09-091-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 Raggi2010-07-051-1/+6
|
* Removed debug line.Erik Verbruggen2010-05-281-1/+0
|
* Fixed missing include, and #undeffed debug code.Erik Verbruggen2010-05-281-0/+1
|
* Added a utility method to search by line/column.Erik Verbruggen2010-05-281-0/+1
|
* Moved ASTPath to its own header/source files.Erik Verbruggen2010-05-281-0/+81