| Summary: | NullPointerException in ASTCommenter | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | David Pickens <pickensd> |
| Component: | cdt-indexer | Assignee: | Project Inbox <cdt-indexer-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | Markus Schorn <mschorn.eclipse> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, dale_schaafsma, malaperle, yevshif |
| Version: | 8.1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux-GTK | ||
| Whiteboard: | |||
|
Description
David Pickens
Here's some sample code that triggers the exception with latest master:
namespace {
// Comment
#define BAR
}
void foo() {
int a;
switch (a) {
case 0:
case 1:
;
}
}
*** Bug 403128 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 407506 *** |