summaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx1z-init-statement.cpp
AgeCommit message (Expand)Author
2021-09-28Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-23Revert "Diagnose -Wunused-value based on CFG reachability"Yuanfang Chen
2021-09-22Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-21Revert "Diagnose -Wunused-value based on CFG reachability"Aaron Ballman
2021-09-20Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2019-01-04Refactor the way we handle diagnosing unused expression results.Aaron Ballman
2016-07-14P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith
2016-06-30Fix typo-correction crash if a typo occurs within the operand of aRichard Smith
2016-06-29P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.Richard Smith