hanchenye-llvm-project/clang/lib/Parse
Richard Smith 90e043dae0 PR24440: Do not silently discard a fold-expression appearing as the operand of a cast-expression.
llvm-svn: 295224
2017-02-15 19:57:10 +00:00
..
CMakeLists.txt
ParseAST.cpp C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
ParseCXXInlineMethods.cpp Use unique_ptr for cached tokens for default arguments in C++. 2016-11-17 17:52:58 +00:00
ParseDecl.cpp Remove unused variable. No functional change. 2017-02-14 23:56:55 +00:00
ParseDeclCXX.cpp [CodeCompletion] Code complete the missing C++11 keywords 2017-02-13 23:19:40 +00:00
ParseExpr.cpp PR24440: Do not silently discard a fold-expression appearing as the operand of a cast-expression. 2017-02-15 19:57:10 +00:00
ParseExprCXX.cpp More fixes for places where 'decltype(auto)' is permitted in the C++ grammar but makes no sense. 2017-02-08 20:39:08 +00:00
ParseInit.cpp PR23135: Don't instantiate constexpr functions referenced in unevaluated operands where possible. 2017-01-07 00:48:55 +00:00
ParseObjc.cpp Revert r292508 given that we intend to remove driver options for cxx modules. 2017-01-20 20:03:00 +00:00
ParseOpenMP.cpp P0091R3: Implement basic parsing support for C++17 deduction-guides. 2017-02-07 01:37:30 +00:00
ParsePragma.cpp [OpenCL] Re-enable supported core extensions based on opencl version when disabling all extensions using pragma 2017-01-06 16:14:41 +00:00
ParseStmt.cpp [CodeCompletion] Add a block property setter completion result 2016-10-18 10:55:01 +00:00
ParseStmtAsm.cpp MS inline asm: Filter MXCSR out of the inferred clobber list 2017-02-14 21:38:17 +00:00
ParseTemplate.cpp Fix hole in our enforcement of rule requiring 'typename' prior to a dependent 2017-02-01 21:36:38 +00:00
ParseTentative.cpp regcall: Implement regcall Calling Conv in clang 2016-11-02 18:29:35 +00:00
Parser.cpp P0091R3: Implement basic parsing support for C++17 deduction-guides. 2017-02-07 01:37:30 +00:00
RAIIObjectsForParser.h