- 5b07e80 Tighten up the rules for precise lifetime and document by John McCall · 12 years ago
- 365bc03 Test for LLVM r176911 by Matt Beaumont-Gay · 12 years ago
- 1d0d2fe Objective-C: In my last path, also check by Fariborz Jahanian · 12 years ago
- 054d047 Make modules.m test portable, now that autolinking is dependent on whether or not the target uses the integrated assembler. by Ted Kremenek · 12 years ago
- 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 12 years ago
- 4c1adcc [driver] Only enable -fmodules-autolink if we are using the integrated assembler. by Ted Kremenek · 12 years ago
- 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 12 years ago
- 61d16c1 Driver: -ccc-install-dir should affect cc1 -resource-dir by Jim Grosbach · 12 years ago
- 327a6d9 Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for a while." by Bob Wilson · 12 years ago
- 82aaebe Add an interesting testcase we already handle correctly. by Rafael Espindola · 12 years ago
- 6114a3c Objective-C: Issue warning in couple of obscure cases by Fariborz Jahanian · 12 years ago
- c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 12 years ago
- a29e0fa Revert r166370 and r166540 now that Xcode 4.6 has been available for a while. by Bob Wilson · 12 years ago
- c06fcdf Revert "Disallow using -fmodules with -no-integrated-as." by Ted Kremenek · 12 years ago
- 024c119 We already reported an error for by Rafael Espindola · 12 years ago
- e96bc52 Modify comment in user test. by Fariborz Jahanian · 12 years ago
- 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
- 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 12 years ago
- 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 12 years ago
- e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 12 years ago
- 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 12 years ago
- ebf0f43 Disallow using -fmodules with -no-integrated-as. by Ted Kremenek · 12 years ago
- ebbd7e0 Improve the caching of debuginfo Objective C interface types. by Adrian Prantl · 12 years ago
- d4bf760 Add -Wc99-compat warning for C11 unicode string and character literals. by Richard Smith · 12 years ago
- f96df90 Partly revert "Move clang tests that depend on llvm/ADT/Statistic.h to a subdir". by Jan Wen Voung · 12 years ago
- 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 12 years ago
- 44abff7 Add a test case for the 'vec_type_hint' attribute that was introduced in by Joey Gouly · 12 years ago
- 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 12 years ago
- d436c99 Fix indirect byval passing of records in address spaced memory. Allocate memory on stack, and memcpy the actual value before the call. by Guy Benyei · 12 years ago
- 0093e12 When lexing in C11 mode, accept unicode character and string literals, per C11 by Richard Smith · 12 years ago
- 0b91cc4 Handle _Pragma on a u8, u, or U string literal per the C11 specification. Also by Richard Smith · 12 years ago
- 0415998 [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at by Anna Zaks · 12 years ago
- 80412c4 [analyzer] Rename AttrNonNullChecker -> NonNullParamChecker by Anna Zaks · 12 years ago
- 6cc4e25 [analyzer] Add test case for reference to null pointer param check by Anna Zaks · 12 years ago
- 9fe09f3 [analyzer] Be more consistent about Objective-C methods that free memory. by Jordan Rose · 12 years ago
- 41d0164 Adjust the special non-C++ enum block return type inference by John McCall · 12 years ago
- 0183768 [analyzer] Look for lvalue nodes when tracking a null pointer. by Jordan Rose · 12 years ago
- 325de0c Move clang tests that depend on llvm/ADT/Statistic.h to a subdir. by Jan Wen Voung · 12 years ago
- 0918989 Sema: Preserve attributes on parameters in instantiated function templates. by Jordan Rose · 12 years ago
- c61361b <rdar://problem/13094134> Don't try to wire up typedef names for invalid anonymous tag declarations encountered during template instantiation. by Douglas Gregor · 12 years ago
- 303b96f <rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope. by Douglas Gregor · 12 years ago
- f8f373f [PCH] When complaining that a header from the PCH was modified, also mention by Argyrios Kyrtzidis · 12 years ago
- 37453b9 Add support for the OpenCL attribute 'vec_type_hint'. by Joey Gouly · 12 years ago
- ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 12 years ago
- 480760f [driver] If we're just linking, don't report --param X as unused option. by Chad Rosier · 12 years ago
- 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
- 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 12 years ago
- 1344e94 Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-C object type <rdar://problem/13338107>. by Douglas Gregor · 12 years ago
- 6cda3e6 When possible, move __block variables to the heap rather than copying them. by Douglas Gregor · 12 years ago
- 9eda3ab Promote atomic type sizes up to a power of two, capped by by John McCall · 12 years ago
- 1723f63 Evaluate compound literals directly into the result aggregate by John McCall · 12 years ago
- 018e9aa [analyzer] Warn on passing a reference to null pointer as an argument in a call by Anna Zaks · 12 years ago
- c236b73 [analyzer] Check for returning null references in ReturnUndefChecker. by Jordan Rose · 12 years ago
- 4919de6 Ensure that DIType is regenerated after we visit an implementation by Adrian Prantl · 12 years ago
- 42773d6 [analyzer] Pass the correct Expr to the bug reporter visitors when dealing with CompoundLiteralExpr by Anna Zaks · 12 years ago
- 713e075 [analyzer] IDC: Add config option; perform the idc check on first “null node” rather than last “non-null”. by Anna Zaks · 12 years ago
- 26facfa Spell Objective-C correctly. by Fariborz Jahanian · 12 years ago
- 88f070f say objective-C in the warning and streamline by Fariborz Jahanian · 12 years ago
- f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
- 7e73f94 [Sanitize] Don't emit function attribute sanitize_address/thread/memory if the function is blacklisted. by Alexey Samsonov · 12 years ago
- 360355d revert r176531 due to clan-native-arm fails by Weiming Zhao · 12 years ago
- 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
- eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
- 75525c4 objective-C: don't crash after diagnosing by Fariborz Jahanian · 12 years ago
- cf2c2e9 Preprocessor: don't keep comments under -traditional-cpp. by Jordan Rose · 12 years ago
- 46a2290 PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 12 years ago
- 693fdfa Preprocessor: don't consider // to be a line comment in -E -std=c89 mode. by Jordan Rose · 12 years ago
- 99a7057 doc. parsing. Improve on diagnostics on my last patch. // rdar://13094352. by Fariborz Jahanian · 12 years ago
- 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago
- bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 12 years ago
- 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
- ebed32c Add a test that we are passing the -fobjc-default-synthesize flag for Apple and by David Chisnall · 12 years ago
- 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 12 years ago
- 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
- 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
- 5aff3f1 [analyzer] Don't let cf_audited_transfer override CFRetain semantics. by Jordan Rose · 12 years ago
- 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
- d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 12 years ago
- 8cc9c9d Comment parsing tests: move a test into a group of similar tests by Dmitri Gribenko · 12 years ago
- c932009 [comment parsing] source fidelity for tparam command too. // rdar://13066276 by Fariborz Jahanian · 12 years ago
- 151b2ac warn-documentation.cpp: reorganize tests by Dmitri Gribenko · 12 years ago
- 66f6c24 comment parsing. Missed a case of referring by Fariborz Jahanian · 12 years ago
- 2f8845f Correction to r176432: the bug actually fixed was <rdar://13025708>. by John McCall · 12 years ago
- 48f9042 Centralize and refine the __unknown_anytype argument rules by John McCall · 12 years ago
- 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 12 years ago
- 68f94db Check for warnings in a bunch of the linker invocations, and add one by Chandler Carruth · 12 years ago
- 7a534b9 Perform non-overload placeholder conversions on the operands by John McCall · 12 years ago
- 0074d38 Beef up the testing of our 'ld' invocation on linux to cover static by Chandler Carruth · 12 years ago
- b00150a Remove unused check from test. by David Chisnall · 12 years ago
- 72c1dba Improve C11 atomics support: by David Chisnall · 12 years ago
- 65611bf Process #pragma weak only after we know the linkage of the function or variable by Rafael Espindola · 12 years ago
- cc5dbda [analyzer] Simple inline defensive checks suppression by Anna Zaks · 12 years ago
- d764e20 [analyzer] Special-case bitfields when finding sub-region bindings. by Jordan Rose · 12 years ago
- c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 12 years ago
- 9abf1b4 [analyzer] Suppress paths involving a reference whose rvalue is null. by Jordan Rose · 12 years ago
- 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
- b2381b1 Attempt to not place ownership qualifiers on the result type by John McCall · 12 years ago
- d1084f6 Fix warning text of my last patch. // rdar://13158394 by Fariborz Jahanian · 12 years ago
- be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
- ced0e65 objective-C: clang, following gcc, warns on by Fariborz Jahanian · 12 years ago