- 19b6a70 Suppress -Wunused-variable for variables declared in headers, which may in by Matt Beaumont-Gay · 12 years ago
- 8da488d Remove outdated run lines from tests. by Richard Trieu · 12 years ago
- 1cf97e7 Updating cpp11-migrate transform list in ClangTools docs by Edwin Vane · 12 years ago
- 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 12 years ago
- cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 12 years ago
- 8434722 [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. by Argyrios Kyrtzidis · 12 years ago
- 3c9a024 Objective-C: This patch fixes a none-issuance of warning by Fariborz Jahanian · 12 years ago
- 5999f76 Fix comments before labels. by Daniel Jasper · 12 years ago
- 99b0e14 Again macros without trailing semicolons: don't care about declaration context. by Alexander Kornienko · 12 years ago
- 6391183 Improvements to clang-format integrations. by Daniel Jasper · 12 years ago
- 40db515 Mention the changes in the handling of language linkage in the release notes. by Rafael Espindola · 12 years ago
- cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 12 years ago
- db68e5a One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms that force default PIC (like Darwin x86-64), otherwise specifying -fPIC will produce bogus unused argument warning by Alexey Samsonov · 12 years ago
- 4a1ea52 Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-base-shadow on Android by Alexey Samsonov · 12 years ago
- 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 12 years ago
- a5796f8 [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). by Jordan Rose · 12 years ago
- 045d252 When checking for illegal expressions in a default-argument by John McCall · 12 years ago
- 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 12 years ago
- 391ca9f Mark as referenced the functions from instantiated UserDefinedLiterals. by Argyrios Kyrtzidis · 12 years ago
- 0413023 [analyzer] Keep tracking the pointer after the escape to more aggressively report mismatched deallocator by Anna Zaks · 12 years ago
- 1db6d6b Add test case calling a deprecated method from a subclass that reimplements that method gets a warning. by Ted Kremenek · 12 years ago
- 4b9bcd6 Don't copy just to capture a strong block pointer under ARC. by John McCall · 12 years ago
- 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 12 years ago
- 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 12 years ago
- a1637aa clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing. by NAKAMURA Takumi · 12 years ago
- 3d713a7 Recognize function-like macro usages without semicolon in declaration context. by Alexander Kornienko · 12 years ago
- 0db9d20 Fix typo in assertion. by Nick Lewycky · 12 years ago
- c0783dc The PNaCl target no longer permits __attribute__((regparm)). by Eli Bendersky · 12 years ago
- 3769f38 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 12 years ago
- eef35f8 Fix PR15634, better error message for template deduction failure. by Richard Trieu · 12 years ago
- 1f4b2df Update checker build to checker-273 by Ted Kremenek · 12 years ago
- 12849d0 <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. by Douglas Gregor · 12 years ago
- d83cdd6 fix indentation by Adrian Prantl · 12 years ago
- 493fe6d The recent GCOV changes expect the initial version string to be in forward order. by Bill Wendling · 12 years ago
- bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 12 years ago
- 5696884 Thread safety analysis: turn on checking within lock and unlock functions. by DeLesley Hutchins · 12 years ago
- 1bd077b fixes a typo in my last patch. // rdar://12379114 by Fariborz Jahanian · 12 years ago
- b6e8a86 In the comparison, both clang and GCC are popular and widely adopted. This is no longer a win of GCC. by Chris Lattner · 12 years ago
- cac9ee0 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
- 6f96f4b <rdar://problem/13540921> Cope with instantiations of the C++11 range-based for loop that end up being Objective-C fast enumeration loops. by Douglas Gregor · 12 years ago
- 1cd1f73 <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop. by Douglas Gregor · 12 years ago
- f34cb3d Tweak warning text for nil value in ObjC container warning. by Ted Kremenek · 12 years ago
- 36ec9c2 Test case for r179030. by Chad Rosier · 12 years ago
- 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 12 years ago
- abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 12 years ago
- b3c8817 Remove outdated part of help message. by Daniel Jasper · 12 years ago
- 65622aa Revert accidental commit r179015. by Daniel Jasper · 12 years ago
- c4ff769 x by Daniel Jasper · 12 years ago
- efac8da Sema: Don't crash when trying to emit a warning for a duplicate value in an invalid enum. by Benjamin Kramer · 12 years ago
- 6797204 Remove nondeterminism introduced in r178950. by Richard Smith · 12 years ago
- 0024937 When an internal-linkage function or variable is declared within an extern "C" by Richard Smith · 12 years ago
- 3e5ebf1 [analyzer] When creating a trimmed graph, preserve whether a node is a sink. by Jordan Rose · 12 years ago
- ecc271f [objcmt] Fix a mishandled conversion to objc directory literal. by Argyrios Kyrtzidis · 12 years ago
- 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 12 years ago
- 68eb4c2 [analyzer] Shorten the malloc checker’s leak message by Anna Zaks · 12 years ago
- cb34439 Rework how ObjC method inherit deprecated/availability. by Ted Kremenek · 12 years ago
- 24cac5a [analyzer] Reword error messages for nil keys and values of NSMutableDictionary. by Anna Zaks · 12 years ago
- ea7b481 [analyzer] Remove another redundancy from trackNullOrUndef by Anna Zaks · 12 years ago
- 4b69feb [analyzer] Fix null tracking for the given test case, by using the proper state and removing redundant code. by Anna Zaks · 12 years ago
- f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 12 years ago
- 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 12 years ago
- 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 12 years ago
- 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
- a3989b8 [analyzer] Eliminates all the cases with unknown family. by Anton Yartsev · 12 years ago
- c80e031 Try to appease the atom buildbots by Manman Ren · 12 years ago
- e449edc [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks). by Jordan Rose · 12 years ago
- e85deb3 [analyzer] Split new/delete checker into use-after-free and leaks parts. by Jordan Rose · 12 years ago
- 6b119d6 Allow breaking after 'class' for classes with looong names. by Daniel Jasper · 12 years ago
- 27b91cc Fix bad formatting of overloaded operator definitions. by Daniel Jasper · 12 years ago
- 3a16331 Add triple to testing case to appease poewrpc64 buildbots by Manman Ren · 12 years ago
- b801837 Add test case for r178881. by Chad Rosier · 12 years ago
- 7320295 Proper prefix for doxygen comments by Eli Bendersky · 12 years ago
- dabcbf9 AArch64: bring predefines in line with most recent ACLE document by Tim Northover · 12 years ago
- a3ae937 [analyzer] Path notes for the MismatchedDeallocator checker. by Anton Yartsev · 12 years ago
- 0c2b104 [analyzer] Better name for the test. by Anton Yartsev · 12 years ago
- adc0f09 Improve formatting of multi-variable DeclStmts. by Daniel Jasper · 12 years ago
- 50f9de5 Allow EmitConstantInit() to emit constant initializers for objects with trivial constructors and non-trivial destructors. Test that such objects are ignored by init-order checker. by Alexey Samsonov · 12 years ago
- 418780f [analyzer] Check allocation family more precise. by Anton Yartsev · 12 years ago
- c845431 [analyzer] Corrected the switch statement. by Anton Yartsev · 12 years ago
- 610f79c [analyzer] Show path diagnostic for C++ initializers by Anna Zaks · 12 years ago
- 5a15b9d Add a module testcase with a using declaration. by Rafael Espindola · 12 years ago
- 6e22712 [analyzer] Updated the testcase. by Anton Yartsev · 12 years ago
- 9c6bbb3 [analyzer] Fully-covered switch for families in isTrackedFamily() by Anton Yartsev · 12 years ago
- b3cced9 Add testing case for r178797 by Manman Ren · 12 years ago
- d1b3394 Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86. by Michael J. Spencer · 12 years ago
- 648cb71 [analyzer] Reduced the unwanted correlations between checkers living inside MallocChecker.cpp by Anton Yartsev · 12 years ago
- b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 12 years ago
- 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 12 years ago
- b11a908 [analyzer] Enable destructor inlining by default (c++-inlining=destructors). by Jordan Rose · 12 years ago
- e45dfd1 Add some documentation for PNaClABIInfo. by Eli Bendersky · 12 years ago
- 0b60283 [libclang] Add some checks to make sure the given CXTranslationUnit is not null, before using it. by Argyrios Kyrtzidis · 12 years ago
- 44405b7 [analyzer] RetainCountChecker: refactor annotation handling. by Jordan Rose · 12 years ago
- b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 12 years ago
- 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 12 years ago
- ea4b111 Don't patch the storage class of static data members. by Rafael Espindola · 12 years ago
- 8cfa0ba XFAIL example-dynarray.cpp test for Hexagon as some of the header files by Jyotsna Verma · 12 years ago
- ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 12 years ago
- ea65cb1 Remove the unused MemoryBuffers, no functionality change. by Argyrios Kyrtzidis · 12 years ago
- abfc9c1 Fix bug discovered with address sanitizer. by Daniel Jasper · 12 years ago
- 740991b Objective-C: Issue deprecated warning when using a by Fariborz Jahanian · 12 years ago