- b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
- b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
- 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
- 8b56788 clang/test/Modules/self-import-header/test.m: Add explicit -target. by NAKAMURA Takumi · 11 years ago
- 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
- 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
- 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
- ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
- 6a15bde Add a test to verify that -flimit-debug-info is working in some way. by Eric Christopher · 11 years ago
- 8ef2b10 Fix comment. by Eric Christopher · 11 years ago
- 59ecb6a Remove xfail'd test. This method of limiting debug info isn't by Eric Christopher · 11 years ago
- 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
- 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
- a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
- 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
- 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
- 92b522d Fix test breakage caused by change in clang-format. by Daniel Jasper · 11 years ago
- 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
- caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
- 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
- fcec0c9 Use correct types for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
- cd76539 ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. by Jim Grosbach · 11 years ago
- 8a793dc Use 'env' in tests that set environment variables. by Jordan Rose · 11 years ago
- 1bb8cb5 Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 11 years ago
- 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
- 86a8730 Don't mark a type specifier as "owned" if there is no declaration to own. by Douglas Gregor · 11 years ago
- 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 11 years ago
- 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
- d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
- 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
- 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
- a9d7b46 AArch64: add test for updated __clear_cache definition by Tim Northover · 11 years ago
- f039e3e Suppress bogus "use of undefined constexpr function" error if the function body by Richard Smith · 11 years ago
- 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
- 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
- ef202c3 [analyzer] Refactor: address Jordan’s code review of r181738. by Anna Zaks · 11 years ago
- b834a78 [analyzer] Warn about nil elements/keys/values in array and dictionary literals. by Anna Zaks · 11 years ago
- 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
- fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
- 52a4693 Fix test/CodeGenCXX/captured-statements.cpp on powerpc64 by Ben Langmuir · 11 years ago
- f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
- 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
- d449468 Add missing triple to CodeGen test. by Richard Smith · 11 years ago
- d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
- 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
- f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
- 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
- 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
- 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
- 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
- 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
- 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
- 42860f1 PR15966: don't get confused by a complex integer -> complex integer conversion by Richard Smith · 11 years ago
- f2d8fbe [analyzer] Assume [NSNull null] does not return nil. by Anna Zaks · 11 years ago
- 2654489 [analyzer] Do not check if sys/queue.h file is a system header. by Anna Zaks · 11 years ago
- 374ae32 [analyzer] Indirect invalidation counts as an escape for leak checkers. by Jordan Rose · 11 years ago
- 0b6d846 Codegen tests for captured statements with templates by Wei Pan · 11 years ago
- 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
- 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
- 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
- 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
- 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago
- f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
- eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
- 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
- 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
- 2f78786 Add pragma-comment.c test case for r181426 that I forgot to add by Reid Kleckner · 11 years ago
- f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
- cadfe42 Fix captured statements codegen test on ARM by Ben Langmuir · 11 years ago
- 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
- de8e443 Add testcase missed from r181527. by Richard Smith · 11 years ago
- ad022b0 Remove trailing whitespace by David Blaikie · 11 years ago
- f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
- 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
- ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
- 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
- d7ceab3 Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. by Nico Weber · 11 years ago
- d3220db [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module. by Argyrios Kyrtzidis · 11 years ago
- ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 11 years ago
- 1c8f270 Fix test in two ways: remove incorrect comment (the intrinsic generated now by Eli Bendersky · 11 years ago
- 7ba376b Add missing triple to unit test. by Richard Smith · 11 years ago
- 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
- 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
- 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
- 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago
- 384af4a Add test forgotten in r181388. by Richard Smith · 11 years ago
- a49a7fe C++1y constant expression evaluation: compound assignment support for floating-point and pointer types. by Richard Smith · 11 years ago
- d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 11 years ago
- 4c71b8c Don't crash in IRGen if a conditional with 'throw' in one of its branches is by Richard Smith · 11 years ago
- 28b34d8 Fix crash on invalid in template type diffing. by Richard Trieu · 11 years ago
- 99e9fe0 Try to recognise hidden tag type names in potential declarations, in ObjC code as well. by Argyrios Kyrtzidis · 11 years ago
- 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
- 636478e [analyzer] Fix a crash triggered by printing a note on a default argument by Anna Zaks · 11 years ago
- 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 12 years ago
- d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 12 years ago
- b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 12 years ago
- a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 12 years ago
- c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 12 years ago
- 993f43f Grab-bag of bit-field fixes: by John McCall · 12 years ago
- 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 12 years ago