llvm-project/clang/lib/Parse
Denis Zobnin 10c4f451a8 [MS] Make #pragma pack use PragmaStack<> class.
Make implementation of #pragma pack consistent with other "stack" pragmas.
Use PragmaStack<> class instead of old representation of internal stack.
Don't change compiler's behavior.

TODO:
  1. Introduce diagnostics on popping named slots from pragma stacks.

Reviewer: rnk

Differential revision: http://reviews.llvm.org/D19727

llvm-svn: 268085
2016-04-29 18:17:40 +00:00
..
CMakeLists.txt [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
ParseAST.cpp Restore PrettyStackTrace state on crash. 2015-08-07 17:48:57 +00:00
ParseCXXInlineMethods.cpp For MS ABI, emit dllexport friend functions defined inline in class 2016-03-30 06:27:31 +00:00
ParseDecl.cpp [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC 2016-04-29 18:05:37 +00:00
ParseDeclCXX.cpp [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC 2016-04-29 18:05:37 +00:00
ParseExpr.cpp Revert 266186 as it breaks anything that includes type_traits on some platforms 2016-04-15 18:04:13 +00:00
ParseExprCXX.cpp Revert 266186 as it breaks anything that includes type_traits on some platforms 2016-04-15 18:04:13 +00:00
ParseInit.cpp OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef 2016-01-15 23:43:34 +00:00
ParseObjc.cpp [Parser][ObjC] Make sure c++11 in-class initialization is done when the 2016-04-18 18:19:45 +00:00
ParseOpenMP.cpp [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive. 2016-04-12 11:02:11 +00:00
ParsePragma.cpp [MS] Make #pragma pack use PragmaStack<> class. 2016-04-29 18:17:40 +00:00
ParseStmt.cpp Recommit "[MS] Improved implementation of stack pragmas (vtordisp, *_seg)" 2016-04-29 11:27:00 +00:00
ParseStmtAsm.cpp Correctly parse GCC-style asm line following MS-style asm line. 2016-04-21 10:59:18 +00:00
ParseTemplate.cpp [Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC 2016-04-29 18:05:37 +00:00
ParseTentative.cpp Revert 266186 as it breaks anything that includes type_traits on some platforms 2016-04-15 18:04:13 +00:00
Parser.cpp [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive. 2016-03-30 10:43:55 +00:00
RAIIObjectsForParser.h Add a new error for unexpected semi-colon before closing delimiter. 2015-05-12 21:36:35 +00:00