- 724d0dc Python bindings: Add missing availability kind. by Benjamin Kramer · 12 years ago
- 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
- a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
- 09fa33b List of potential checkers: smart pointer checker: actually, unique_ptr<T[]> by Dmitri Gribenko · 12 years ago
- b4e4529 Clang static analyzer docs: fix a couple of HTML markup issues and non-UTF-8 by Dmitri Gribenko · 12 years ago
- 9074fbe List of potential checkers: more C++11 details for the smart pointer checker. by Dmitri Gribenko · 12 years ago
- d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
- 0b06e33 Place warn_impcast_different_enum_types in a new warning group, -Wenum-conversion, that is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
- e3af20d Add link to potential future checkers. by Ted Kremenek · 12 years ago
- 41c1c71 Add list of potential checkers. Provided by Anton Yartsev! by Ted Kremenek · 12 years ago
- b1368c8 [analyzer] Tweak test to run the retain-count checker even on non-Darwin. by Jordan Rose · 12 years ago
- 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
- cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
- d29245c [libclang] Fix the comments, as suggested by Dmitri. by Argyrios Kyrtzidis · 12 years ago
- 53d6ded [libclang] Don't disable the preprocessing record while indexing so as by Argyrios Kyrtzidis · 12 years ago
- cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
- 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
- c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago
- 26994a1 FileCheckize test by Alex Rosenberg · 12 years ago
- ef2388b Thread-safety analysis: allow attributes on constructors to refer to 'this'. by DeLesley Hutchins · 12 years ago
- efdfc1d Add color output to 'diagtool tree' to show what warnings are enabled by default. by Ted Kremenek · 12 years ago
- 54db324 Changing line endings from Windows to Unix. No functional changes. by Aaron Ballman · 12 years ago
- 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
- abd5fa2 Added forgotten break. by Abramo Bagnara · 12 years ago
- e6b39bc Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
- c969e6a Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about what's going on, per Sean Silva's suggestion. by Richard Smith · 12 years ago
- b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
- 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
- 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
- c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
- f03b888 [preprocessing record] Have PPEntityID be independent of the size of the by Argyrios Kyrtzidis · 12 years ago
- 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
- 76dd249 Test case for r165275. by Chad Rosier · 12 years ago
- 36ef0d5 If we flow off the end of a value-returning function: by Richard Smith · 12 years ago
- c339393 libstdc++-4.6 needs the same common_type fix as libstdc++-4.7. Other than that, by Richard Smith · 12 years ago
- d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
- 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
- 635311f Fixed instantiated operators source range. by Abramo Bagnara · 12 years ago
- 03a4005 Fixed friend decl source range. by Abramo Bagnara · 12 years ago
- 16467f2 Fixed ParamDecl source range for implicit typed k&r parameters. by Abramo Bagnara · 12 years ago
- 3645056 Fix the CodeGen/ppc64-varargs-struct.c test case to tolerate release builds. by Bill Schmidt · 12 years ago
- 61e404e Add a test case for r156143, which enabled general varargs support for the by Bill Schmidt · 12 years ago
- e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
- 45bed13 Fix scope location when parsing GNU attributes. by Michael Han · 12 years ago
- 763794a Revert 165129 by Preston Gurd · 12 years ago
- cbdc1a3 Prefer StringRef::startswith to the strncmp/strlen contraption. by Benjamin Kramer · 12 years ago
- 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
- 351dbbe Fix r165005: The lexical DeclContext is not the right place to make a decision about whether we need to call tryAddTopLevelDecl or not. That call should be made when the DeclContext's redeclaration context is the translation unit. by Axel Naumann · 12 years ago
- acf0bb4 Add missing comment for mangling. by Nick Lewycky · 12 years ago
- ff4ae6d Fail early with a clear assert if an operation with multiple uses somehow ends by Lang Hames · 12 years ago
- eddb00a Test file-scoped FP_CONTRACT pragma. by Lang Hames · 12 years ago
- 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
- 731a262 Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 12 years ago
- 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
- 36d0676 Update test case for r165174. by Chad Rosier · 12 years ago
- de3832b tblgen: Migrate clang-tblgen to new TableGenMain API. by Sean Silva · 12 years ago
- 2ceac2d Remove the directory that these are already in. by Bill Wendling · 12 years ago
- 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 12 years ago
- 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
- 1a71112 PR14004: Fix typo in documentation. by Richard Smith · 12 years ago
- 2df1bd4 Fix invalid reads by memcmp. by Benjamin Kramer · 12 years ago
- ddc5733 Always initialize FPContractable. by Benjamin Kramer · 12 years ago
- 9b7dcdb [Options] Store the owning OptTable in Option so it can construct Group and Alias. by Michael J. Spencer · 12 years ago
- fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
- 2fc107f This patch enables general varargs support for the 64-bit PPC SVR4 ABI. by Bill Schmidt · 12 years ago
- 5b82073 Fix a typo in my last patch reported by Erik Schwiebert. by Fariborz Jahanian · 12 years ago
- 3021475 Remove ASTReader::needPendingInstantiation(), introduced in r164993, by Douglas Gregor · 12 years ago
- 8d45c2b Add some FIXMEs to the ASTReader code by Douglas Gregor · 12 years ago
- e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
- 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
- f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
- f2a2dae Fix failure of newly added test, by using %clang instead of %clang_cc1 by Preston Gurd · 12 years ago
- d73ea0b Adds a test to verify that Clang does the optimization to use a by Preston Gurd · 12 years ago
- ff63227 Revert "InlineObjCInstanceMethod.m: Remove lines introduced in r165079." by Jordan Rose · 12 years ago
- 1215057 clang-check: Add clangRewriteCore.a to the Makefile build to make it link again. by Benjamin Kramer · 12 years ago
- 72a91dd Matching block names with FileCheck requires asserts. by Benjamin Kramer · 12 years ago
- 7b2f93c CodeGen: Fix a silly typo when emitting subs of block addresses. by Benjamin Kramer · 12 years ago
- 385b91f When mangling an APSInt with the ms abi, make sure to look at all nibbles. by Nico Weber · 12 years ago
- 5e5f726 As opposed to the clang-fixit tool described on by Daniel Jasper · 12 years ago
- bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
- 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
- 2bf8980 The top-level clang Makefile is #included into other Makefiles. (sigh) So we by Bill Wendling · 12 years ago
- 4f0b2d1 Add the missing backslash-newline which was causing make errors. by Bill Wendling · 12 years ago
- 2985cbc Make sure 32-bit ASan runtime is available on 64-bit Linux platforms by Alexey Samsonov · 12 years ago
- c950bc9 While I'm here, resync a %select with the enum definition it selects on. by Nico Weber · 12 years ago
- 2225556 Move expression mangling in the microsoft mangler to its own function. by Nico Weber · 12 years ago
- 88a374a Replace a default: with an explicit list of cases. No functionality change. by Nico Weber · 12 years ago
- 4b70070 Update the block specification for some long-settled subleties. by John McCall · 12 years ago
- d09074f InlineObjCInstanceMethod.m: Remove lines introduced in r165079. It broke some builds, on FreeBSD, Linux and Windows. by NAKAMURA Takumi · 12 years ago
- bebae7c [PCH] Fix serialization of an ImportDecl. by Argyrios Kyrtzidis · 12 years ago
- d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 12 years ago
- 50e71f1 Add a FIXME. by Argyrios Kyrtzidis · 12 years ago
- d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 12 years ago
- 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 12 years ago
- 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
- 48314cf [analyzer] Adjust the return type of an inlined devirtualized method call. by Jordan Rose · 12 years ago
- aa66b08 [analyzer] Push evalDynamicCast and evalDerivedToBase up to Store. by Jordan Rose · 12 years ago
- 041ce8e Teach getCXXRecordDeclForPointerType about references. by Jordan Rose · 12 years ago
- 6b2cc42 Change how the SelfReferenceChecker handles MemberExpr. Instead of treating by Richard Trieu · 12 years ago
- 3d3f1f7 Revert 165058, per Jim request. This requires further discussion. by Chad Rosier · 12 years ago