DirectXShaderCompiler/tools/clang/lib/Parse
Tristan Labelle d832ff89fc
Apply #pragma pack_matrix at the right token-level granularity (#1806)
This ensures that #pragma pack_matrix is applied as close to as possible to the same token-level granularity as FXC. Also fix a crash when combining `uniform` or `out` with `row_major` or `column_major`.
2018-12-21 15:07:46 -08:00
..
CMakeLists.txt Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
HLSLRootSignature.cpp Add root signature flags (#1663) 2018-11-02 23:52:32 -07:00
HLSLRootSignature.h Add root signature flags (#1663) 2018-11-02 23:52:32 -07:00
ParseAST.cpp Close #62: strange error output on recursive function calls (#150) 2017-03-28 00:12:55 +01:00
ParseCXXInlineMethods.cpp Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ParseDecl.cpp Apply #pragma pack_matrix at the right token-level granularity (#1806) 2018-12-21 15:07:46 -08:00
ParseDeclCXX.cpp Fix nested anon struct, allow nested class/struct (HV > 2015) (#1463) 2018-07-30 14:14:41 -07:00
ParseExpr.cpp Allow using modifier as field names for fxc compatibility (#1419) 2018-07-13 12:38:33 -04:00
ParseExprCXX.cpp Treat min10float and min12int as min16float and min16int in AST (#509) 2017-08-03 23:50:57 -07:00
ParseHLSL.cpp [spirv] Support space only :register() (#1503) 2018-10-05 08:24:37 -04:00
ParseInit.cpp Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ParseObjc.cpp Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ParseOpenMP.cpp Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00
ParsePragma.cpp Fix memory allocation issues (#1679) 2018-11-07 12:51:37 -08:00
ParseStmt.cpp Turn modifier 'center' and friends into identifiers in more cases (#1423) 2018-07-13 19:55:02 -04:00
ParseStmtAsm.cpp [linux-port] Evade unused in LLVM code (#1327) 2018-06-05 14:07:51 -04:00
ParseTemplate.cpp [linux-port] Correct conditional groupings (#1326) 2018-06-02 04:19:14 -04:00
ParseTentative.cpp Merged PR 113: Add -default-linkage option and export keyword 2018-07-31 20:38:39 +00:00
Parser.cpp [linux-port] Correct conditional groupings (#1326) 2018-06-02 04:19:14 -04:00
RAIIObjectsForParser.h Revert license text in banner comments to original llvm verbage (#33) 2017-01-24 17:54:00 -08:00