- 2f834a5 [ms-inline asm] Add support for clobbers in CodeGen. by Chad Rosier · 13 years ago
- 1ac64aa [ms-inline asm] Have MC start parsing the asms. by Chad Rosier · 13 years ago
- 1e059da [ms-inline asm] Mark getClobber() const. by Chad Rosier · 13 years ago
- cd6873e [analyzer] A base class needs a complete definition to provide offsets. by Jordan Rose · 13 years ago
- 1b4b146 Check local static variables for self reference on initialization. by Richard Trieu · 13 years ago
- 27ef16b [ms-inline asm] More test cases to make sure buildMSAsmString() doesn't regress. by Chad Rosier · 13 years ago
- 92570bd [ms-inline asm] Remove the last bits of LineEnds. by Chad Rosier · 13 years ago
- 9fbf327 Remove trailing return flag from FunctionTypeLoc, since we now carry that by Richard Smith · 13 years ago
- c95ad00 Fix undefined behavior: reference bound to dereferenced null pointer. by Richard Smith · 13 years ago
- 13a178f [ms-inline asm] Simplify more logic by using the Token::hasLeadingSpace() and by Chad Rosier · 13 years ago
- 0435943 Small change to avoid confusion on what "used by" means for a compiler. by Rafael Espindola · 13 years ago
- 5dfc441 [ms-inline asm] Address a potential buffer overflow. by Chad Rosier · 13 years ago
- fdbd3c5 [ms-inline asm] Simplify the logic in patchMSAsmString. We no longer need to by Chad Rosier · 13 years ago
- ce23bb7 irgen: inline code for several of complex builtin calls. // rdar://8315199 by Fariborz Jahanian · 13 years ago
- 21ef711 [ms-inline asm] Add a helpful assert. by Chad Rosier · 13 years ago
- 38aee3b [analyzer]Assume that the properties cannot be overridden when dot by Anna Zaks · 13 years ago
- 95b277e [analyzer] Address Jordan's comments for r161822, r161683. by Anna Zaks · 13 years ago
- 550a9d8 Avoid using i64 types for vld1q_lane/vst1q_lane intrinsics. by Bob Wilson · 13 years ago
- c41ace9 Attaching comments to redeclarations: fix wrong assumptions by Dmitri Gribenko · 13 years ago
- 5375d82 Changing an enumeration to a const int to fix MSVC compiler warnings. by Aaron Ballman · 13 years ago
- c6ba23f [analyzer] Remove other #if 0 from Retain Count checker. by Anna Zaks · 13 years ago
- 81f01c6 [analyzer] Remove autorelease pools code from the Retain Count checker. by Anna Zaks · 13 years ago
- 42c72c2 Do NOT use inline functions with LLVM_ATTRIBUTE_USED. by Benjamin Kramer · 13 years ago
- 9071def Remove and simplify unused checking code. by Benjamin Kramer · 13 years ago
- fac8e43 Fix horribly broken sema of __attribute__((pcs())). by Benjamin Kramer · 13 years ago
- 5d46db8 Added description of clang-check -ast-dump* options. by Alexander Kornienko · 13 years ago
- 2372ffc Emphasize that clang-fixit is planned but not yet contributed. I should by Chandler Carruth · 13 years ago
- ec2d7b7 Fix some of my terrible spelling. by Chandler Carruth · 13 years ago
- e56f3a6 Add initial documentation about the new tools repository and the by Chandler Carruth · 13 years ago
- f345ffb [analyzer] Fixup to r161821 by Anna Zaks · 13 years ago
- 00aae52 Fix undefined behavior: don't bind a dereferenced null pointer to a reference. by Richard Smith · 13 years ago
- b27660a Placate the mingw32 buildbot by suffixing 64-bit constants with ULL. by Richard Smith · 13 years ago
- 026b358 Fix undefined behavior in code completion, caught by by Richard Smith · 13 years ago
- 2217f85 Make __is_convertible_to handle abstract types correctly. PR13591. by Eli Friedman · 13 years ago
- f8ee6bc Fix undefined behavior (and wrong code, as far as I can tell) in NEON builtin by Richard Smith · 13 years ago
- 4bc2d1e Clean up the basic instructions for getting started with clang to always by Chandler Carruth · 13 years ago
- c739406 [analyzer] Teach live variable analyzes that super uses self pointer. by Anna Zaks · 13 years ago
- c95bb76 [analyzer] Disable autorelease pool tracking. by Anna Zaks · 13 years ago
- 8d6b43c [analyzer] Refactor RetainReleaseChecker to go through a function call by Anna Zaks · 13 years ago
- 955cd44 [analyzer] Add getStackFrame() to CheckerContext and ExplodedNode. by Anna Zaks · 13 years ago
- f41c0dd [analyzer] Look up DynamicTypeInfo by region instead of symbol. by Jordan Rose · 13 years ago
- 645baee [analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall. by Jordan Rose · 13 years ago
- 8ec104b [analyzer] Be more careful when downcasting for devirtualization. by Jordan Rose · 13 years ago
- 0a56298 [analyzer] Handle dynamic_casts that turn out to be upcasts. by Jordan Rose · 13 years ago
- b11a3ad [analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts. by Jordan Rose · 13 years ago
- 58d33ad [ms-inline asm] Add a helpful assert. by Chad Rosier · 13 years ago
- d8238a4 [ms-inline asm] Address a potential buffer overflow. by Chad Rosier · 13 years ago
- 7657fd7 PR13570: When an unresolved overloaded call appeared in a dependent context, we by Richard Smith · 13 years ago
- 634b3d2 ARM: enable struct byval for AAPCS-VFP. by Manman Ren · 13 years ago
- 10caec2 c: small refactoring of checking for __attribute__(const)) by Fariborz Jahanian · 13 years ago
- 265f538 [ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings. by Chad Rosier · 13 years ago
- 0d72910 Factor out computation of whether a typeid's expression is potentially by Richard Smith · 13 years ago
- 37f7a33 Minor rework of code example for clarity. No functionality change by Marshall Clow · 13 years ago
- a784685 c: make __has_attribute(const) work for const by Fariborz Jahanian · 13 years ago
- 843dd7d Ignore the tools/extra directory. by David Blaikie · 13 years ago
- 8664cd8 Teach Git to ignore the tools/extra directory. by David Blaikie · 13 years ago
- cd81df2 When looking for the comment associated with a declaration, adjust the by Douglas Gregor · 13 years ago
- 21efbb6 When the header file search resolves a quoted include to a file in the by Douglas Gregor · 13 years ago
- 4846470 Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-check by Alexander Kornienko · 13 years ago
- cd6df66 Added some preprocessor memory usage stats to -cc1 -print-stats by Alexander Kornienko · 13 years ago
- 860de6b This is always going to be true so the cast isn't necessary. by Eric Christopher · 13 years ago
- f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 13 years ago
- f9c2908 [analyzer] Remove unused StoreManager::CastResult class. by Jordan Rose · 13 years ago
- e6b3fea Removed an unused function I added a while back. by Fariborz Jahanian · 13 years ago
- b6d2bea [analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls. by Jordan Rose · 13 years ago
- 9584f67 [analyzer] Try to devirtualize even if the static callee has no definition. by Jordan Rose · 13 years ago
- e5399f1 [analyzer] Add clang_analyzer_checkInlined for debugging purposes. by Jordan Rose · 13 years ago
- 1afc5f2 objective-C: test for delayed parsing of K&R funcitons by Fariborz Jahanian · 13 years ago
- 33c72e1 [ms-inline asm] Avoid extra allocations by making this an array of StringRefs. by Chad Rosier · 13 years ago
- 60e2580 Add comments for turning on byval by Manman Ren · 13 years ago
- 5e8d300 [ms-inline asm] PatchMSAsmString() doesn't correctly patch non-simple asm by Chad Rosier · 13 years ago
- c972c92 Don't emit an invoke whose normal destination is a landingpad. Fixes test by Eli Friedman · 13 years ago
- 9e5df31 objective-C++: dalyed parsing of ctors with member by Fariborz Jahanian · 13 years ago
- e790bc3 [ms-inline asm] Fix a memory leak introduced in r161686. by Chad Rosier · 13 years ago
- bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 13 years ago
- 16ba7c8 ARM: enable struct byval for AAPCS. by Manman Ren · 13 years ago
- dbd6945 objective-C++: delay parsing of ctor with try block by Fariborz Jahanian · 13 years ago
- ee2f032 Thread-safety-analysis: adds existential quantification over lock by DeLesley Hutchins · 13 years ago
- a74b715 Thread safety analysis: refactor to support more sophisticated handling by DeLesley Hutchins · 13 years ago
- 4399ea9 [ms-inline asm] Add clobbers to AST representation. by Chad Rosier · 13 years ago
- 6bd3291 Frontend: define _LP64 in a target-independent way by Dylan Noblesmith · 13 years ago
- 5498e3a [analyzer] ObjC Inlining: add tests for ivars and properties. by Anna Zaks · 13 years ago
- 54918ba [analyzer] Track if a region can be a subclass in the dynamic type info. by Anna Zaks · 13 years ago
- 3f558af [analyzer] Optimize dynamic dispatch bifurcation by detecting the cases by Anna Zaks · 13 years ago
- a1fa471 Refactor thread safety analysis to use a different data structure by DeLesley Hutchins · 13 years ago
- f9a6a41 [ms-inline asm] Use asserts as these calls are now guarded by identical checks. by Chad Rosier · 13 years ago
- 2eb362b objective-C++: delayed parsing of member function with by Fariborz Jahanian · 13 years ago
- 1093f49 Whitespace. by Chad Rosier · 13 years ago
- be1d4ec objective-C++: Delayed parsing of most common by Fariborz Jahanian · 13 years ago
- 7094dee Add missing cctype includes. by Joerg Sonnenberger · 13 years ago
- 8ce9cca Decrementing std::string::end is not portable, use array access instead. by Joerg Sonnenberger · 13 years ago
- d1a4f68 Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 13 years ago
- a59114b c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. by NAKAMURA Takumi · 13 years ago
- 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 13 years ago
- 7c304f5 Update VerifyDiagnosticConsumer to only get directives during parsing. by Jordan Rose · 13 years ago
- af6cf43 Make sure to call EndSourceFile even if we can't continue compiling. by Jordan Rose · 13 years ago
- 4ef832f Provide isConst/Volatile on CXXMethodDecl. by David Blaikie · 13 years ago
- 74896e0 [ms-inline asm] Use the new Inline Asm Non-Standard Dialect attribute. by Chad Rosier · 13 years ago
- 5ad76c0 [analyzer] Merge RegionStore's KillStruct and CopyLazyBindings: BindAggregate. by Jordan Rose · 13 years ago
- 1e93443 [analyzer] Cluster bindings in RegionStore by base region. by Jordan Rose · 13 years ago