llvm-project/clang/lib
Ben Langmuir c589462beb [Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag
This makes non-C++ languages find the same decl as C++ does to
workaround a regression introduced in r252960.

rdar://problem/23784203

llvm-svn: 255267
2015-12-10 17:28:51 +00:00
..
ARCMigrate Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 2015-11-06 01:26:37 +00:00
AST PR25416: Improve performance of processing inline assembly consisting of many 2015-12-10 01:11:47 +00:00
ASTMatchers Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwing exception specification. 2015-12-02 15:23:59 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic unique_ptrify some collections in FileManager 2015-12-09 17:23:13 +00:00
CodeGen Mark MS inline ASM 'nodplicate' it it has labels (PR23715) 2015-12-10 01:38:04 +00:00
Driver [Hexagon] Use integrated assembler by default 2015-12-09 16:34:24 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Make wrapping after "./->" cheaper, even if the element 2015-12-07 19:50:48 +00:00
Frontend Module file extensions: pass a Sema through to the extension writer. 2015-12-08 22:43:32 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [x86][avx512] more changes in intrinsics to be align with gcc format 2015-12-08 12:34:38 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex [clang] Disable Unicode in asm files 2015-11-20 23:42:39 +00:00
Parse Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." 2015-12-09 04:35:57 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema [Modules] Fix regression when an elaborated-type-specifier mentions a hidden tag 2015-12-10 17:28:51 +00:00
Serialization Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." 2015-12-09 04:35:57 +00:00
StaticAnalyzer [analyzer] Fix symbolic element index lifetime. 2015-12-10 09:28:06 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00