llvm-project/clang/lib/Parse
Jan Korous 2325569eaa Use dotted format of version tuple for availability diagnostics
E. g. use "10.11" instead of "10_11".

We are maintaining backward compatibility by parsing underscore-delimited version tuples but no longer keep track of the separator and using dot format for output.

Differential Revision: https://reviews.llvm.org/D46747

rdar://problem/39845032

llvm-svn: 332598
2018-05-17 11:51:49 +00:00
..
CMakeLists.txt
ParseAST.cpp [Templight] Template Instantiation Observer 2018-02-10 14:04:45 +00:00
ParseCXXInlineMethods.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseDecl.cpp Use dotted format of version tuple for availability diagnostics 2018-05-17 11:51:49 +00:00
ParseDeclCXX.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseExpr.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseExprCXX.cpp Improve diagnostics and error recovery for template name lookup. 2018-05-11 02:43:08 +00:00
ParseInit.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:23:52 +00:00
ParseObjc.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseOpenMP.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParsePragma.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseStmt.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseStmtAsm.cpp Parse A::template B as an identifier rather than as a template-id with no 2018-04-27 02:00:13 +00:00
ParseTemplate.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ParseTentative.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Parser.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00