2012-07-20 |
Fariborz Jahanian | Fixes an ObjC++ parse crash caused by delayed parsing |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Dmitri Gribenko | CommentBriefParser: coding style fix |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Dmitri Gribenko | CommentBriefParser: use \returns if we can't find the... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
NAKAMURA Takumi | CMake: clang should depend on clang-headers, or bin... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Nico Weber | Revert r160319, it caused PR13417. Add a test for PR13417. |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Nico Weber | Let Expr::HasSideEffects() return false for NULL, bool... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Nico Weber | Rename warn-unused-member.cpp to warn-unused-private... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Chandler Carruth | Switch to the canonical pipe-based testing of clang... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Chandler Carruth | Remove dos line endings. Please remember to configure... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Anna Zaks | [analyzer] Refactor VisitObjCMessage and VisitCallExpr... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Eric Christopher | FileCheck-ize. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Eric Christopher | Remove HasSynthBitfield and all callers/writers/etc... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Eric Christopher | Reset the layout of an ObjC class if we see an ivar... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Aaron Ballman | Removing a spurious comment, no functionality changes. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Dmitri Gribenko | CommentDumper: print word-like arguments for block... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Jordan Rose | For varargs, diagnose passing ObjC objects by value... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Jordan Rose | Capitalize "Objective-C" and "C++" in user-facing contexts. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Jordan Rose | Don't crash checking a format string if one of the... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Argyrios Kyrtzidis | Add a test case for rdar://11806334. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Ted Kremenek | Simplify UninitializedValues.cpp by removing logic... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Michael Han | Remove an unused header |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Bob Wilson | Define __FINITE_MATH_ONLY__ based on -ffast-math and... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Aaron Ballman | Relaxed enumeration constant naming rules for scoped... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Richard Smith | Silence another GCC warning. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
NAKAMURA Takumi | Revert r160404, "Eliminating the GCC_CAST hack, take... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Richard Smith | Silence GCC warnings. |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Bob Wilson | Force the OS X version to 10.6 for old-style simulator... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Dmitri Gribenko | CommentSema: add more inline commands to tables |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Dmitri Gribenko | Fix ParagraphComment::isWhitespace(): a paragraph witho... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Richard Smith | Fix OverloadCandidateSet::clear to not leak PartialDiag... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | Comment::dump(): show name of inline command |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | Comment parsing: don't parse whitespace before \endverb... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Aaron Ballman | Rolling this change back because the fix doesn't fit... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jordan Rose | [analyzer] Combine all ObjC message CallEvents into... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jordan Rose | [analyzer] Rename addExtraInvalidatedRegions to get... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jordan Rose | [analyzer] Make CallEvent a value object. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jordan Rose | [analyzer] Remove obsolete ObjCPropRef SVal kind. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Jordan Rose | [analyzer] Remove unused ExprEngine::VisitCXXTemporaryO... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Aaron Ballman | Fixing up a test case that was failing due to the lack... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | This fits into 80 columns without wrapping. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | Add caching for TextComment::isWhitespace(), ParagraphC... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Benjamin Kramer | Remove trivial destructor from SVal. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | On Darwin, the linker removes functions in CommentDumpe... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Alexander Kornienko | Reverted custom init hook from r160369. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ted Kremenek | Fix crash in RegionStoreManager::evalDerivedToBase... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Ted Kremenek | Teach CFG construction about destructors resulting... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Richard Smith | PR13381, part 2: when determining if a defaulted specia... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Richard Smith | PR13381: consider cv-qualifiers on a class member's... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Richard Smith | PR13386: When matching up parameters between a function... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Eli Friedman | Fix test so it works the same way on 32-bit and 64... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Dmitri Gribenko | CommentSema: \short is the same as \brief. |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Douglas Gregor | When performing the deduced/actual argument type check... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
Joel Jones | More replacing of target-dependent intrinsics with... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Remove unnecessary spacing around Objective-C object... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Aaron Ballman | Adding a fixit for includes that cannot be found with... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Improve comment for TypeDecl::getTypeForDecl(), from... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Eliminating the GCC_CAST hack, take two. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | Comment AST nodes: rename Num*Bitfields to Num*Bits... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Reinstate the GCC_CAST hack; I apparently did not appea... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | Implement an optimization for finding the comment that... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Eric Christopher | Robustify test in the face of no assertions. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Try to eliminate GCC_CAST hack in a manner that should... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | CommentBriefParser: use StringSwitch::Cases to group... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Douglas Gregor | Teach the ASTImporter how to handle anonymous structs... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Eli Friedman | Don't treat overflow in floating-point conversions... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Rafael Espindola | Handle the case where the base type is not dependent... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Joao Matos | Fixed whitespace issue introduced in r160373. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | Minor cleanups and additions to the users manual. ... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Eric Christopher | Fix regexp for this test to properly check. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | CommentBriefParser: make \short should equivalent to... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Fariborz Jahanian | Issue warning when assigning out-of-range integer value... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Jordan Rose | -Wobjc-literal-compare: don't warn when comparing again... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Jordan Rose | Add -Wobjc-string-compare under -Wobjc-literal-compare. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Jordan Rose | Now that -Wobjc-literal-compare is a warning, put the... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Jordan Rose | [analyzer] Remove stale result type lvalue code. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Joao Matos | [Windows] Abstract pure virtual method calls in the... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexander Kornienko | Add a custom initialize hook for clang tools + minor... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Rafael Espindola | Merge visibility from previous decls before looking... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
NAKAMURA Takumi | test/Driver/crash-report.c: Remove "REQUIRES: shell... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Daniel Jasper | Fix unit test dependency in Makefile and remove unnecce... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Daniel Jasper | Add missing dependency for unit test. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Daniel Jasper | Finishing the move of RefactoringCallbacks and fixing... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Simon Atanasyan | Revert commit r160308. We decide to move builtins selec... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Daniel Jasper | Move RefactoringCallbacks to Tooling to avoid dependenc... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexey Samsonov | Fixup for r160345 - uintptr_t is not always unsigned |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Daniel Jasper | Make the isDerivedFrom matcher more generic. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Galina Kistanova | Fixed few warnings. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
NAKAMURA Takumi | [Win32] Rework crash-report since r145389. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
NAKAMURA Takumi | test/Driver/crash-report.c: Small tweaks. 1) Use %t... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Rafael Espindola | Record visibility pragmas when we see a tag declaration... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Richard Smith | Uninitialized variables: two little changes: |
commit | commitdiff | tree | snapshot |
2012-07-17 |
NAKAMURA Takumi | clang/test/Tooling/clang-ast-dump.cpp: Mark it as REQUI... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Dmitri Gribenko | Move clang_Cursor_getBriefCommentText implementation... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Richard Smith | -Wuninitialized: Split the classification of DeclRefExp... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jordan Rose | [analyzer] Handle new-expressions with initializers... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Jordan Rose | Weaken Unicode fixit test to work even if the character... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Dmitri Gribenko | Fix BlockCommandComment::classof() to return true for... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ted Kremenek | This test appears to fail on win32. |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ted Kremenek | Add hack (provided by Jonathan Sauer) to fall back... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Ted Kremenek | This test appears to be passing on win32. |
commit | commitdiff | tree | snapshot |
next |