- defa32e <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue reference to an lvalue of compatible type. by Douglas Gregor · 12 years ago
- ddb6176 [analyzer] Better test for r178063. by Anna Zaks · 12 years ago
- 1533833 [analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks. by Anna Zaks · 12 years ago
- 0162c1c <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship returns consistent results with invalid types. by Douglas Gregor · 12 years ago
- e79ce29 <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing return types. by Douglas Gregor · 12 years ago
- 8a660eb [analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level. by Anna Zaks · 12 years ago
- 4e493bd clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now. by NAKAMURA Takumi · 12 years ago
- 72339a0 Add PRFCHW intrinsic support by Michael Liao · 12 years ago
- 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 12 years ago
- 231b2bc Actually mark ASan-unfriendly test as XFAIL by Alexey Samsonov · 12 years ago
- 48c0834 Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. by Alexey Samsonov · 12 years ago
- 8af742a Handle CXXOperatorCallExpr when checking self referrnce during initialization of by Richard Trieu · 12 years ago
- f9223aa Remove FIXMEs: these are covered by a core issue which we don't yet implement by Richard Smith · 12 years ago
- 2db075b Implement special-case name lookup for inheriting constructors: member by Richard Smith · 12 years ago
- b501aeb Objective-C: Property declaration overiding one in by Fariborz Jahanian · 12 years ago
- 4d553c9 clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
- 6c5aaed <rdar://problem/13395022> Strip references when extracting an initializer_list's element type during application of an initialization sequence. by Douglas Gregor · 12 years ago
- dc392c1 <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union. by Douglas Gregor · 12 years ago
- b27564e Fix testcase. by Ted Kremenek · 12 years ago
- 6edb029 For printf checking, handle nested typedefs for darwin-specific checking. by Ted Kremenek · 12 years ago
- abde2c7 <rdar://problem/13459871> Allow forward declaration of enums with a fixed underlying type in Objective-C (as well as C++11). by Douglas Gregor · 12 years ago
- e915442 Remove local path from test. by Douglas Gregor · 12 years ago
- 5d83526 Use xargs rather than by Douglas Gregor · 12 years ago
- 5dca66c Use 'touch -t', which both BSD and Linux support. by Douglas Gregor · 12 years ago
- cdd81e5 Try harder to be signal-safe inside our signal handler. The most prominent behavioural by Nick Lewycky · 12 years ago
- d44d287 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 12 years ago
- 14df23b Emit an error message instead of crashing when dereferencing an incomplete pointer type. by Bill Wendling · 12 years ago
- 1f1df1f IR-gen should not generate an MMX types unless the code is explicitly using MMX by Chad Rosier · 12 years ago
- 5db8fac [analyzer] Set concrete offset bindings to UnknownVal when processing symbolic offset binding, even if no bindings are present. by Anna Zaks · 12 years ago
- 4eb17e5 Added PR number for failing win64 tests. by Fariborz Jahanian · 12 years ago
- 0ff72fc Re-add clang-format tests to clang/test. by Daniel Jasper · 12 years ago
- 2de19ed [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 12 years ago
- 8f7bfb4 [analyzer] Teach ConstraintManager to ignore NonLoc <> NonLoc comparisons. by Jordan Rose · 12 years ago
- 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
- 1db7040 Generate metadata to implement the -cl-kernel-arg-info option. by Guy Benyei · 12 years ago
- e8b87f9 Don't actually invoke codegen in driver test. by Benjamin Kramer · 12 years ago
- 495cfa4 Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. by Nadav Rotem · 12 years ago
- 4a79296 Revert svn r176894 and r177658. by Bob Wilson · 12 years ago
- b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 12 years ago
- 060fe33 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 12 years ago
- 4708b3d [analyzer] Teach constraint managers about unsigned comparisons. by Jordan Rose · 12 years ago
- 2816989 [analyzer] Also transform "a < b" to "(b - a) > 0" in the constraint manager. by Jordan Rose · 12 years ago
- 78114a5 [analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager. by Jordan Rose · 12 years ago
- 8958efa [analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'. by Jordan Rose · 12 years ago
- 1686137 documentation parsing: when providing code completion comment by Fariborz Jahanian · 12 years ago
- b095782 [analyzer] Warn when a nil key or value are passed to NSMutableDictionary and ensure it works with subscripting. by Anna Zaks · 12 years ago
- 76e6e13 If a .syms file is available alongside a sanitizer runtime, pass it to the by Richard Smith · 12 years ago
- 984f278 Use RequireCompleteType() instead of isIncompleteType(). by Bill Wendling · 12 years ago
- 88de5a0 Add test case for PR 12921. by Ted Kremenek · 12 years ago
- 03af377 [analyzer] Fix test to actually test what was intended. by Jordan Rose · 12 years ago
- a8a0f76 [ms-cxxabi] Implement member data pointers for non-dynamic classes by Reid Kleckner · 12 years ago
- c02ddb2 documentation parsing. Provide code completion comment by Fariborz Jahanian · 12 years ago
- 82f0aff These tests fail on our Window64 machine. by Fariborz Jahanian · 12 years ago
- 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
- c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 12 years ago
- 08f8539 test commit by Alexey Bataev · 12 years ago
- 437da05 Warn about attempts to reinterpret_cast between two types that are by John McCall · 12 years ago
- b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
- bf8487a ubsan: Pass floating-point arguments to the runtime by value if they fit the by Richard Smith · 12 years ago
- daf2e1c <rdar://problem/13479214> Make Clang's <stddef.h> robust against system headers defining size_t/ptrdiff_t/wchar_t. by Douglas Gregor · 12 years ago
- df713ab Update debug info test case for more incoming DIBuilder changes by David Blaikie · 12 years ago
- 563060f Update debug info test case for an incoming change to DIBuilder in LLVM by David Blaikie · 12 years ago
- 892b6fb <rdar://problem/13477190> Give the Clang module cache directory some structure, so it's easier to find. by Douglas Gregor · 12 years ago
- 5bdaef5 Objective-C: Tighten the rules when warning by Fariborz Jahanian · 12 years ago
- cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 12 years ago
- 595b1bc This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited. Fixes a test breakage since r176894. by Aaron Ballman · 12 years ago
- 7b79384 Delayed template parsing is not supported by the AST serialization system yet, so turning it off. This fixes a test breakage caused by r177336. by Aaron Ballman · 12 years ago
- cdf2808 <rdar://problem/13037793> Allow the names of modules to differ from the name of their subdirectory in the include path. by Douglas Gregor · 12 years ago
- b9da713 Further weaken block conversion rules to permit blocks with by John McCall · 12 years ago
- b79f589 Add more testing cases for tbaa.struct by Manman Ren · 12 years ago
- 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 12 years ago
- 61a574f Split ubsan runtime into three pieces (clang part): by Richard Smith · 12 years ago
- ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 12 years ago
- 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 12 years ago
- f8e2c06 [analyzer] Don't invalidate globals when there's no call involved. by Jordan Rose · 12 years ago
- 74f6982 [analyzer] Track malloc'd memory into struct fields. by Jordan Rose · 12 years ago
- f8ddc09 [analyzer] Invalidate regions indirectly accessible through const pointers. by Jordan Rose · 12 years ago
- fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 12 years ago
- 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 12 years ago
- 695031c Do the error recovery for @end only. by Fariborz Jahanian · 12 years ago
- 4cc0cf1 Objective-C [qoi] more gracefull recovery when by Fariborz Jahanian · 12 years ago
- 36771d9 PR7256: Provide a fixit for incorrect destructor declarations by David Blaikie · 12 years ago
- 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
- 3309229 Fix redundant comparison in gcc::Common::ConstructJob. by Hans Wennborg · 12 years ago
- c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 12 years ago
- 576f32c Teach statement / declaration disambiguation about C++11-style generalized initializers. by Richard Smith · 12 years ago
- 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 12 years ago
- c96cd7a Don't look outside the innermost enclosing namespace when by John McCall · 12 years ago
- f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
- 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 12 years ago
- 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 12 years ago
- 4d25b51 [analyzer] Add an integer version of the Circle tests in uninit-vals.m. by Jordan Rose · 12 years ago
- 9f3495a [analyzer] Do not believe lazy binding when symbolic region types do not match by Anna Zaks · 12 years ago
- 6e65e10 [analyzer] Add a test case for diagnostic suppression on a graph with cycles. by Jordan Rose · 12 years ago
- c7936c9 Test case for r177439 and r177440. by Chad Rosier · 12 years ago
- 5bba867 Objective-C [qoi]: Provide improved parse diagnostics when by Fariborz Jahanian · 12 years ago
- fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 12 years ago
- 8eecaaa Update test for r177413. by Chad Rosier · 12 years ago
- 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 12 years ago
- ccc45d2 Go back to using the integrated assembler on windows ever when passed by Rafael Espindola · 12 years ago