llvm-project/clang/lib
Richard Smith 97047d8cb6 Preserve source location information for qualified names used in a constructor
initializer list to name a base class. Patch by Shahms King!

llvm-svn: 255420
2015-12-12 02:17:54 +00:00
..
ARCMigrate Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 2015-11-06 01:26:37 +00:00
AST [OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic 2015-12-11 17:41:19 +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 [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
CodeGen Revert r254647. 2015-12-12 01:11:09 +00:00
Driver Driver: add multilibs for ARM EB 2015-12-11 06:20:59 +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 Do not generate DW_TAG_imported_module for anonymous namespaces (even nested) for all the platforms except PS4. 2015-12-10 18:52:50 +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 In Objective-C, ignore attempts to redefine the ARC/GC qualifier macros. 2015-12-10 23:31:01 +00:00
Parse Objective-C properties: merge attributes when redeclaring 'readonly' as 'readwrite' in an extension. 2015-12-10 23:02:09 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema Preserve source location information for qualified names used in a constructor 2015-12-12 02:17:54 +00:00
Serialization [modules] If the semantic and lexical DC of a decl are the same, write out the 2015-12-11 22:41:00 +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