llvm-project/clang/lib/Parse
Benjamin Kramer 0b94bfc709 std::function -> llvm::function_ref. NFC.
llvm-svn: 312336
2017-09-01 16:51:51 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
ParseAST.cpp C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
ParseCXXInlineMethods.cpp PR34163: Don't cache an incorrect key function for a class if queried between 2017-08-12 01:46:03 +00:00
ParseDecl.cpp Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
ParseDeclCXX.cpp [c++2a] P0683R1: Permit default member initializers for bit-fields. 2017-08-28 00:28:14 +00:00
ParseExpr.cpp std::function -> llvm::function_ref. NFC. 2017-09-01 16:51:51 +00:00
ParseExprCXX.cpp [Parser] Correct initalizer typos before lambda capture type is deduced. 2017-08-22 17:55:19 +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 Place implictly declared functions at block scope 2017-08-10 15:43:06 +00:00
ParseOpenMP.cpp Place implictly declared functions at block scope 2017-08-10 15:43:06 +00:00
ParsePragma.cpp Place implictly declared functions at block scope 2017-08-10 15:43:06 +00:00
ParseStmt.cpp Place implictly declared functions at block scope 2017-08-10 15:43:06 +00:00
ParseStmtAsm.cpp Update for llvm change. 2017-08-02 20:32:35 +00:00
ParseTemplate.cpp [NFC] Remove a cstyle cast and replace some uses of Decl with NamedDecl during the processing of TemplateParameterLists. 2017-08-25 18:24:20 +00:00
ParseTentative.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:29:45 +00:00
Parser.cpp Fixed a crash on replaying Preamble's PP conditional stack. 2017-08-21 12:03:08 +00:00