summaryrefslogtreecommitdiffstats
path: root/test/Parser/colon-colon-parentheses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-14/+20
* Fix crash-on-invalid if a :: is followed by two or more open parentheses (and...Richard Smith2015-12-191-5/+5
* Parse: Consume tokens more carefully in CheckForLParenAfterColonColonDavid Majnemer2014-12-171-1/+9
* Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker2014-07-161-1/+0
* clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi2014-07-161-0/+1
* Fix test cases I broken when fixing grammar in diagnostic message.Richard Trieu2012-11-021-8/+8
* When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu2012-11-021-0/+22