- 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
- e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
- ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
- 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
- ffdf686 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
- 6bd4e2b Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
- 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
- be2fa7e Mark unimplemented copy constructors and copy assignment operators with LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
- 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
- 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
- f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
- fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
- 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
- 9d8c9d3 Added an example of an empty case label to avoid confusion. by Alexander Kornienko · 12 years ago
- 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
- 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
- 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
- 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
- 8f411c3 Don't write uninitialized values even if nobody ever asks for it. by Axel Naumann · 12 years ago
- b626280 Run install_name_tool to fix the dynamic library ID after it has been copied. by Alexander Potapenko · 12 years ago
- 6944e20 Open up a few higher-level functions for tools. by Axel Naumann · 12 years ago
- 536cebd Fix dead store found by static analyzer. by Ted Kremenek · 12 years ago
- 72e4f25 Update the PCH internals documentation to cover chained precompiled by Douglas Gregor · 12 years ago
- 19ec962 Comment parsing: support \namespace like other commands that contain just a by Dmitri Gribenko · 12 years ago
- ec504e0 Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 12 years ago
- f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
- ec1b330 Make PTHManager properly noncopyable. by Dmitri Gribenko · 12 years ago
- d11aa85 Address a long-standing FIXME: remove an unused copy constructor and make by Dmitri Gribenko · 12 years ago
- ba77cb9 Fix includes of llvm and clang files that used angle brackets. by Craig Topper · 12 years ago
- c69e067 Add bindings for clang_getCompletionBriefComment to cindex.py. by Dmitri Gribenko · 12 years ago
- bc57b10 const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in by Richard Smith · 12 years ago
- e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
- e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
- 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 12 years ago
- 12f5fe5 compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries. by Daniel Dunbar · 12 years ago
- 66dfef1 In StringLiteral::setString make sure that we copy the number of by Argyrios Kyrtzidis · 12 years ago
- 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
- f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
- a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
- b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 12 years ago
- a6ddea6 When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer. by Richard Smith · 12 years ago
- 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
- 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
- 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
- 867c179 Add missing test from r163874. by Douglas Gregor · 12 years ago
- 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
- 388a594 Comment parsing: support the "\invariant" command. by Dmitri Gribenko · 12 years ago
- 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
- 2c8e81e Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam! by Douglas Gregor · 12 years ago
- 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
- dd08427 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 12 years ago
- 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
- 82bad6b Fix thunk emission for covariant virtual functions in cases which require by Eli Friedman · 12 years ago
- cf15f17 Fix line endings. by Eli Friedman · 12 years ago
- b3b6c22 Fix abbreviation for CharacterLiteral in AST serialization. PR13806. by Eli Friedman · 12 years ago
- 84dd82e When computing the decltype of an expression, consider Objective-C by Douglas Gregor · 12 years ago
- 7fcd136 Fix incorrect comment. by Richard Smith · 12 years ago
- b5ea91c Fix up after r163846. Sorry! by Richard Smith · 12 years ago
- bed51fe Actually rebuild function types properly when adjusting the function by Douglas Gregor · 12 years ago
- 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
- 71074fd When we substitute into the type of a function based on the by Douglas Gregor · 12 years ago
- 7b4362e Comment to XML conversion: we try not to emit empty <Discussion> elements, but by Dmitri Gribenko · 12 years ago
- e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
- ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
- abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
- 9fb6f79 remove duplicate code. by Fariborz Jahanian · 12 years ago
- 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
- ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
- 45b76ba Fix grammar. by Ted Kremenek · 12 years ago
- 3686c71 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 12 years ago
- a406849 Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters. by Richard Smith · 12 years ago
- a1a32f7 Move back the stuff about missing ownership attribute warning by Fariborz Jahanian · 12 years ago
- c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
- be87972 When warning about unsafe uses of dispatch_once, specially handle the by Ted Kremenek · 12 years ago
- ca5c4c9 Move no explicit ownership warning to SemaType.cpp. // rdar://12280826 by Fariborz Jahanian · 12 years ago
- 67330f1 Add tests for r163778. by Ted Kremenek · 12 years ago
- 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
- 7604023 ASTMatchersMacros.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
- a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
- 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
- 30c8a1f Add missing accessor. by Manuel Klimek · 12 years ago
- 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
- dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
- 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
- e5b89ed clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] by NAKAMURA Takumi · 12 years ago
- 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
- 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
- 5f7c0ad [analyzer] Don't reimplement an existing function. by Anna Zaks · 12 years ago
- 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
- 4ef1920 Refactor logic in ExprEngine for detecting 'noreturn' methods by Ted Kremenek · 12 years ago
- 3ef95a5 Add a few FIXMEs. by Chad Rosier · 12 years ago
- b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
- d5a73dc Reapply: by Eric Christopher · 12 years ago
- e6f18c3 Add two new functions to Qualifiers. by Richard Trieu · 12 years ago
- 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
- 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
- 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
- 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
- 1a7bcc4 [analyzer] Fix another use of the address of a temporary, like r163402. by Jordan Rose · 12 years ago
- 3225d07 [analyzer] Re-add reinterpret_cast virtual call test case from r163644. by Jordan Rose · 12 years ago