- 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
- 6fb46b0 Ignore contents of #if 0 blocks. by Alexander Kornienko · 11 years ago
- d3bb9ff Fix printing CXXTemporaryObjectExpr with default args. by Rafael Espindola · 11 years ago
- 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
- 3a8aff9 Add -lrt to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
- 809b981 Fix comment typo pointed out by maslen on IRC. by Duncan Sands · 11 years ago
- 1783b07 User correct case for 'FileCheck'. by Argyrios Kyrtzidis · 11 years ago
- 3b7deda [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. by Argyrios Kyrtzidis · 11 years ago
- 989741b Update static analyzer build to checker-275. by Ted Kremenek · 11 years ago
- 2c2f09e Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 11 years ago
- d5dcdb2 Constify the 'dump' method so that it can be called by a const object. by Bill Wendling · 11 years ago
- e69fb20 Fix assert on temporary std::initializer_list. by Richard Smith · 11 years ago
- ce93356 More tests and a fix for braced init lists. by Daniel Jasper · 11 years ago
- 0d2223f [analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm. by Ted Kremenek · 11 years ago
- 854ca79 Fix aligning of comments. by Manuel Klimek · 11 years ago
- 23ad339 Fix aligning of comments that are at the start of the line. by Manuel Klimek · 11 years ago
- ef7c6e7 Add caveat to __builtin_readcyclecounter documentation. by Tim Northover · 11 years ago
- de0d61f Increase test coverage for braced init lists. by Daniel Jasper · 11 years ago
- 1bee073 Improve formatting of braced lists. by Daniel Jasper · 11 years ago
- 4507a2c clang-format integration for git. by Daniel Jasper · 11 years ago
- b1a4d37 Make helper functions static. by Benjamin Kramer · 11 years ago
- ebfb88c Stop aligning trailing comments which are aligned with the next line. by Manuel Klimek · 11 years ago
- ad3094b Use a SourceRange for the whitespace location in FormatToken. by Manuel Klimek · 11 years ago
- 2424eef Improve formatting of braced lists. by Daniel Jasper · 11 years ago
- a3e2179 Fix no-assert compiles. by Manuel Klimek · 11 years ago
- 80829bd Expand parsing of braced init lists. by Manuel Klimek · 11 years ago
- 0fa3504 [analyzer;alternate edges] fix type that was causing the wrong path piece to get removed. by Ted Kremenek · 11 years ago
- e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
- 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
- aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
- 9a84529 Debug Info: Handle function/method types using the most specific type by David Blaikie · 11 years ago
- 0cb0002 Comment and cleanup. by Adrian Prantl · 11 years ago
- 34bd333 Insert explicit casts to try appease overload resolution in the buildbots by Pete Cooper · 11 years ago
- 13feb92 Use scope-resolution operator to hopefully unbreak Windows builds. by Ted Kremenek · 11 years ago
- a705980 Simplifiy code using return value of erase(). by Ted Kremenek · 11 years ago
- 1d85a9e [analyzer; alternate edges] remove redundant adjacent "events" with the same text. by Ted Kremenek · 11 years ago
- c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
- de7bc0d [analyzer;alternate edges] remove puny edges on the same line that span less than 3 columns. by Ted Kremenek · 11 years ago
- ddf6e84 Remove unnecessary assignment. by Ted Kremenek · 11 years ago
- 5fc764a Remove unused #include <map> by Reid Kleckner · 11 years ago
- c810bff scan-build: use the xcodebuild specified by the user. by Jordan Rose · 11 years ago
- eb41640 [analyzer] Don't crash if a block doesn't have a type signature. by Jordan Rose · 11 years ago
- f0219cd Use StringMap in MicrosoftMangle to resolve FIXME. by Reid Kleckner · 11 years ago
- 0cd57b5 Fix uninitialized access error found by valgrind. by Manuel Klimek · 11 years ago
- 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
- e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
- 6e6efa7 Improve clang-format's stream formatting. by Daniel Jasper · 11 years ago
- 24e19e4 Fix function declaration behavior. by Daniel Jasper · 11 years ago
- 5ad72bb Improve handling of trailing 'const'. by Daniel Jasper · 11 years ago
- 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
- 61dfd6f [analyzer] Do not assert on reports ending in calls within macros. by Anna Zaks · 11 years ago
- 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
- bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
- 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
- 52f926c [analyzer;alternate edges] prune out extra edges to a subexpression where we dive-in and out of a subexpression. by Ted Kremenek · 11 years ago
- a327bb1 [analyzer; alternated edges] look through expressions just like Environment does. by Ted Kremenek · 11 years ago
- 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
- 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
- e2eb89a Debug Info: Simplify the code changed in r182403 to reduce indent & avoid a duplicate lookup in the insertion case by David Blaikie · 11 years ago
- 297dee8 Debug Info: don't bother reinserting elements into maps we just retrieved them from by David Blaikie · 11 years ago
- 1e97c1e Fix whitespace by David Blaikie · 11 years ago
- 02fb580 Fix off-by-one error in clang-format's emacs integration. by Daniel Jasper · 11 years ago
- 33886c7 Fix behavior of clang-format's -cursor flag. by Daniel Jasper · 11 years ago
- 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
- 800ff45 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
- e033e87 Allow breaking before a trailing const. by Daniel Jasper · 11 years ago
- 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
- e86ee1a2 [analyzer; alternate edges] optimize edges for ObjC fast enumeration loops. by Ted Kremenek · 11 years ago
- dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
- cc8e22b Revert r182331, these checks should be based on the target not the host. by Richard Smith · 11 years ago
- 7efb8af Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing by Richard Smith · 11 years ago
- fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
- beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
- 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
- 3a7d82c Make this const since it never changes (and should never change). by Eric Christopher · 11 years ago
- 451f8e4 Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov. by DeLesley Hutchins · 11 years ago
- 355103b ReleaseNotes.rst: typo by Hans Wennborg · 11 years ago
- 107db3c Minor fix: don't crash on empty configuration file, consider empty configuration files invalid. by Alexander Kornienko · 11 years ago
- 0437e0d ReleaseNotes: add note about ASTContext::WCharTy and WideCharTy by Hans Wennborg · 11 years ago
- f8d4a6b Nuke build of static ASan runtime on Mac OS - clang part by Alexey Samsonov · 11 years ago
- f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
- 26afaf0 Extend default blacklist logic to MSan and TSan. by Evgeniy Stepanov · 11 years ago
- 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
- a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
- 7baff64 Fix broken test by Douglas Gregor · 11 years ago
- 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
- 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
- 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
- 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
- 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
- 08cf30e [analyzer] Extend the checker developer manual. A patch by Sam Handler! by Anna Zaks · 11 years ago
- b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
- edc3133 Slight reorganization of the fast-math tests which test for errno by Chandler Carruth · 11 years ago
- fa047c5 Removed invalid character. by Serge Pavlov · 11 years ago
- 6d0da60 [analyzer] New edges: include an edge to the end-of-path location. by Jordan Rose · 11 years ago
- b9fdfb5 [analyzer] "Fix" ParentMap to handle non-syntactic OpaqueValueExprs. by Jordan Rose · 11 years ago
- d1913d8 [analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces. by Jordan Rose · 11 years ago
- bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
- ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
- b509224 Drop the const from the isa test. by Adrian Prantl · 11 years ago