- 21625c6 Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling references by Ted Kremenek · 12 years ago
- 88237bf Teach CFG construction about destructors resulting from references to array types. Fixes crash in <rdar://problem/11671507>. by Ted Kremenek · 12 years ago
- 517bb84 PR13381, part 2: when determining if a defaulted special member function should by Richard Smith · 12 years ago
- 6a06e5f PR13381: consider cv-qualifiers on a class member's type when determining which by Richard Smith · 12 years ago
- 500d729 PR13386: When matching up parameters between a function template declaration by Richard Smith · 12 years ago
- 5912597 Fix test so it works the same way on 32-bit and 64-bit. by Eli Friedman · 12 years ago
- 3d3d22c CommentSema: \short is the same as \brief. by Dmitri Gribenko · 12 years ago
- b251302 When performing the deduced/actual argument type check for C++ by Douglas Gregor · 12 years ago
- 1638f2e More replacing of target-dependent intrinsics with target-indepdent by Joel Jones · 12 years ago
- 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 12 years ago
- a52f5a3 Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. by Aaron Ballman · 12 years ago
- 8c77758 Improve comment for TypeDecl::getTypeForDecl(), from Sean Silva! by Douglas Gregor · 12 years ago
- d47bc51 Eliminating the GCC_CAST hack, take two. by Douglas Gregor · 12 years ago
- befceba Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stmt AST nodes. by Dmitri Gribenko · 12 years ago
- 8de0956 Reinstate the GCC_CAST hack; I apparently did not appease GCC with r160397. by Douglas Gregor · 12 years ago
- a444f18 Implement an optimization for finding the comment that occurs just after a by Dmitri Gribenko · 12 years ago
- 75d4b1e Robustify test in the face of no assertions. by Eric Christopher · 12 years ago
- 75c5754 Try to eliminate GCC_CAST hack in a manner that should work for both by Douglas Gregor · 12 years ago
- 76e7edd CommentBriefParser: use StringSwitch::Cases to group synonyms. Thanks Jordan! by Dmitri Gribenko · 12 years ago
- 93ed7cf Teach the ASTImporter how to handle anonymous structs/unions by Douglas Gregor · 12 years ago
- 26dc97c Don't treat overflow in floating-point conversions as a hard error in constant evaluation. <rdar://problem/11874571>. by Eli Friedman · 12 years ago
- 251c449 Handle the case where the base type is not dependent, but the derived one is. by Rafael Espindola · 12 years ago
- e9af3e6 Fixed whitespace issue introduced in r160373. by Joao Matos · 12 years ago
- 1dfb72f Minor cleanups and additions to the users manual. UsersManual.html now validates as HTML 4.01 Strict. by Dmitri Gribenko · 12 years ago
- 74976f2 Fix regexp for this test to properly check. by Eric Christopher · 12 years ago
- 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 12 years ago
- 379b281 Issue warning when assigning out-of-range integer values to enums. by Fariborz Jahanian · 12 years ago
- d5209ae -Wobjc-literal-compare: don't warn when comparing against nil. by Jordan Rose · 12 years ago
- eec207f Add -Wobjc-string-compare under -Wobjc-literal-compare. by Jordan Rose · 12 years ago
- 8d872ca Now that -Wobjc-literal-compare is a warning, put the fixit on a note. by Jordan Rose · 12 years ago
- a6a1aba [analyzer] Remove stale result type lvalue code. by Jordan Rose · 12 years ago
- 285baac [Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI to forward to the correct function. by Joao Matos · 12 years ago
- e1da330 Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h by Alexander Kornienko · 12 years ago
- 71adc5b Merge visibility from previous decls before looking at visibility pragma. This by Rafael Espindola · 12 years ago
- a555f2b test/Driver/crash-report.c: Remove "REQUIRES: shell". env(1) can be used also with gnuwin32. by NAKAMURA Takumi · 12 years ago
- 7c07702 Fix unit test dependency in Makefile and remove unneccessary dependency again. by Daniel Jasper · 12 years ago
- 62fb1e3 Add missing dependency for unit test. by Daniel Jasper · 12 years ago
- 8ee0448 Finishing the move of RefactoringCallbacks and fixing the corresponding by Daniel Jasper · 12 years ago
- e87f3f6 Revert commit r160308. We decide to move builtins selection to the backend. by Simon Atanasyan · 12 years ago
- d5c66dd Move RefactoringCallbacks to Tooling to avoid dependency from by Daniel Jasper · 12 years ago
- 19e88c0 Fixup for r160345 - uintptr_t is not always unsigned by Alexey Samsonov · 12 years ago
- 20b802d Make the isDerivedFrom matcher more generic. by Daniel Jasper · 12 years ago
- e4ed215 Fixed few warnings. by Galina Kistanova · 12 years ago
- df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
- e575679 test/Driver/crash-report.c: Small tweaks. 1) Use %t instead %T for TMP. 2) Set all of $TMPDIR, $TEMP and $TMP, or a certain host might set $TEMP. by NAKAMURA Takumi · 12 years ago
- becfc23 Record visibility pragmas when we see a tag declaration. We might use it by Rafael Espindola · 12 years ago
- 6cfa78f Uninitialized variables: two little changes: by Richard Smith · 12 years ago
- 3df9a75 clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUIRES: asserts, for now. by NAKAMURA Takumi · 12 years ago
- b619e78 Move clang_Cursor_getBriefCommentText implementation under `extern "C"'. by Dmitri Gribenko · 12 years ago
- 9532e0d -Wuninitialized: Split the classification of DeclRefExprs as initialization or by Richard Smith · 12 years ago
- 89e5aaf [analyzer] Handle new-expressions with initializers for scalars. by Jordan Rose · 12 years ago
- b04a457 Weaken Unicode fixit test to work even if the character is printed escaped. by Jordan Rose · 12 years ago
- beef1cb Fix BlockCommandComment::classof() to return true for objects of derived classes. by Dmitri Gribenko · 12 years ago
- ee07db7 This test appears to fail on win32. by Ted Kremenek · 12 years ago
- b8971b2 Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is installed in /Developer by Ted Kremenek · 12 years ago
- 3b71176 This test appears to be passing on win32. by Ted Kremenek · 12 years ago
- 6f977c3 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 12 years ago
- 980343b Simplify float comparison checks by using early return. by David Blaikie · 12 years ago
- b2d8e63 Fix copy-paste mistake for CMake dependency. by Ted Kremenek · 12 years ago
- 7acc407 [analyzer] Make CmpRuns external-user friendly. by Anna Zaks · 12 years ago
- 61918d8 Looks like libTooling might also depend on ClangDiagnosticCommon. by Ted Kremenek · 12 years ago
- 4e56c42 Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. by Ted Kremenek · 12 years ago
- d7bad05 MIPS: Implement __builtin_mips_shll_qb builtin function overloading. by Simon Atanasyan · 12 years ago
- 85f485a Fix rejects-valid: explicit specialization of redeclared deleted function template. by David Blaikie · 12 years ago
- daa872b modern objective-c translator: conditionally include by Fariborz Jahanian · 12 years ago
- 177f1be Fixing an MSVC warning -- the compiler did not like the cast added to work around a g++ bug (it would claim to possibly emit incorrect code). by Aaron Ballman · 12 years ago
- 6e39d05 Fixing an obvious bug in a test. by Alexander Kornienko · 12 years ago
- dea8fba The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool by Alexander Kornienko · 12 years ago
- e994bb6 Add two more missing parameters in diagnostics. by Daniel Jasper · 12 years ago
- fef3f6f Fix diagnostic adding missing parameter. by Daniel Jasper · 12 years ago
- f85f60a Prevent unused-variable warning in optimized builds. by Daniel Jasper · 12 years ago
- fe7beeb Add refactoring callbacks to make common kinds of refactorings easy. by Daniel Jasper · 12 years ago
- a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 12 years ago
- 32bb534 Place checker build at alternate URL. by Ted Kremenek · 12 years ago
- aa488ea More for PR11848: a pack expansion type isn't necessarily type-dependent (its by Richard Smith · 12 years ago
- 7e54fb5 PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument by Richard Smith · 12 years ago
- d8672ef Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack from by Richard Smith · 12 years ago
- 9123940 Revert change accidentally committed in r160240. by Richard Smith · 12 years ago
- f5baeb4 PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSD by Richard Smith · 12 years ago
- 6bebe5a Update Clang to reflect the move of MDBuilder in r160237. by Chandler Carruth · 12 years ago
- e091e95 Add test case for tweaks to clang driver. by David Chisnall · 12 years ago
- ff2fcb8 Fix spelling of anyOf matcher and add missing test. by Daniel Jasper · 12 years ago
- 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
- d320ffc Without this patch clang warns on by Rafael Espindola · 12 years ago
- 4b044c6 Make const the argument of getDefinition. by Rafael Espindola · 12 years ago
- 2b884a8 Use llvm::APSInt::isSameValue to compare for the same value. by Eric Christopher · 12 years ago
- 81695fa Replace IsSameValue with the llvm::APSInt/llvm::APInt versions by Eric Christopher · 12 years ago
- 71bcc68 Capitalize comment. by Eric Christopher · 12 years ago
- 3f635c0 Refine CFG so that '&&' and '||' don't lead to extra confluence points when used in a branch, but by Ted Kremenek · 12 years ago
- 5c3ea5c Hoist CFG builder logic for '&&' and '||' into helper method. No funcationlity change. by Ted Kremenek · 12 years ago
- 449d4d5 Remove unused method declaration. by Ted Kremenek · 12 years ago
- 6960ee6 Sort prototypes. No functionality change. by Ted Kremenek · 12 years ago
- 08c39d8 Update Sema diagnostic messages to take advantage of template type diffing. by Richard Trieu · 12 years ago
- f9e9af7 Add a per target max vector alignment field (e.g., 32-byte alignment for x86 due to by Chad Rosier · 12 years ago
- 558e887 PR13360: When deciding the earliest point which inevitably leads to an by Richard Smith · 12 years ago
- 0bab9da Move option test earlier in the function. by Rafael Espindola · 12 years ago
- 87d747b This is one of the first steps at moving to replace target-dependent by Joel Jones · 12 years ago
- d64e2ee Comment.h: reword comments by Dmitri Gribenko · 12 years ago
- 5561977 Modify tree printing mode for template type diffing. If a diagnostic has by Richard Trieu · 12 years ago
- f195f2c add support for conditional expressions in Expr::HasSideEffects() by Nuno Lopes · 12 years ago