2012-03-27 |
Douglas Gregor | Introduce a -cc1-level option -pubnames-dump, which... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | Remove few if-then-else when both branches are the |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Fariborz Jahanian | Commit patch reverted in r153454 with the modified... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
John McCall | Update the ARC specification for several changes made... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Richard Smith | Add cross-referencing comments to ParseDirectDeclarator... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Ted Kremenek | Change RetainCountChecker to eagerly "escape" retained... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Richard Smith | When we see 'Class(X' or 'Class::Class(X' and we suspec... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Put -cpp-precomp and -no-cpp-precomp under... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Testcase for r153469, r153470, and r153478. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] Fix unused argument warnings. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] -mkernel implies -fno-common, so claim the... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Chad Rosier | [driver] -mkernel implies -fno-builtin, so claim the... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Forward-declared enumerations are now complete, except... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Add a special-case diagnostic for one of the more obnox... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Daniel Dunbar | [tests] Fix test failure in release mode. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Simplify code, no functionality change. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Daniel Dunbar | Revert r153443 "objective-c modern translator: extern... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Anna Zaks | [analyzer] Malloc: Allow a pointer to escape through... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Akira Hatanaka | Test case for r153348. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Kostya Serebryany | add tbaa metadata to vtable pointer loads/stores |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Move CodeCompletionBuilder's chunk adding methods out... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Douglas Gregor | When diagnosing an invalid out-of-line redeclaration... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Fariborz Jahanian | objective-c modern translator: extern "C" exported |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Douglas Gregor | Canonicalize the declaration we write to a PCH file... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | Driver: Factor string vector push_back into a helper... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Benjamin Kramer | ThreadSafetyReporter: Manage diagnostics in a std:... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Handle instantiations of redeclarations of forward... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Richard Smith | Delay checking of dependent underlying types for redecl... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Aaron Ballman | Since this change is generating a considerable amount... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Aaron Ballman | No longer hard coding paths to the MinGW include direct... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | clang/lib/Analysis/CFG.cpp: Get rid of early insertion... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
NAKAMURA Takumi | test/Driver/cpath.c: Escape a few args that contain... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | Simplify some users of DenseMap::erase. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Fariborz Jahanian | remove declaration of _objc_empty_vtable no longer |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Fix copy and pasto. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Fariborz Jahanian | moderin objc translator: remove 'const' from remaining |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Add back r153360 with a fix for enums that cover all... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
NAKAMURA Takumi | Revert r153360 (and r153380), "Second part of PR12251... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | Don't cast away constness. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Benjamin Kramer | On i386 the alignment of i64 is 4, not 8. |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jordy Rose | [analyzer] Tighten up the realloc() failure path note... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jordy Rose | [analyzer] Restart path diagnostic generation if any... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Jordy Rose | [analyzer] Add a clone() method to BugReporterVisitor... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Argyrios Kyrtzidis | [parser] If there are unmatched braces in a function... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Rafael Espindola | Second part of PR12251. Produce the range metadata... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Richard Smith | Teach APValue printer to print boolean 0 and 1 as ... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Kostya Serebryany | use EP_OptimizerLast instead of EP_ScalarOptimizerLate... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Argyrios Kyrtzidis | Make sure we don't accept an @interface inside another... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Argyrios Kyrtzidis | [libclang] Make sure we don't crash when trying to... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Richard Smith | Revert accidentally-committed www changes (and an unuse... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Richard Smith | When defining a forward-declared enum, don't try to... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Akira Hatanaka | Add support for MIPS' floating ABIs (hard, soft and... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Ted Kremenek | Avoid applying retain/release effects twice in RetainCo... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Eric Christopher | Remove the vestiges of the C backend. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Richard Smith | Support for definitions of member enumerations of class... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Argyrios Kyrtzidis | [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCurs... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Anton Yartsev | corrected check::EndOfTranslationUnit checker name... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Argyrios Kyrtzidis | [CFG] Cache boolean evaluations of expressions to avoid... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Rafael Espindola | Remove unused bits. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Fariborz Jahanian | modern objc translation of block literal expressions |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | Small cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | Use correct FileCheck regexp. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bill Wendling | When an MMX output variable is tied to the input variab... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Matt Beaumont-Gay | line endings |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Eli Friedman | Make sure we correctly set the alignment for vector... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Ted Kremenek | Fix static analyzer crash on code taking the address... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Anna Zaks | [analyzer] Add the stat for the number of successfully... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Anna Zaks | [analyzer] Add stats useful for coverage investigations. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Anna Zaks | [analyzer] Add inlining awareness to the block coverage... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Fariborz Jahanian | modern objc rewriter: until we can translate block... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Bob Wilson | Fix a comment: kPropertyType = 'T' not 't'. <rdar... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Fariborz Jahanian | modern objective-c rewriter: Fix up translation of |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Argyrios Kyrtzidis | [PCH] When we are replacing a decl in a chained PCH... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Richard Smith | Update front page to indicate that we do, in fact,... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Ted Kremenek | "Teach" RetainCountChecker about dispatch_set_context... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Chandler Carruth | Relax the FileCheck assertions in this test a touch... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Ted Kremenek | Fix broken CFG when an initializer is a statement expre... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Richard Smith | During the instantiation of a class template specializa... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Argyrios Kyrtzidis | Simplify DataRecursiveIntBinOpEvaluator::VisitBinOp... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Anna Zaks | [analyzer] Malloc: drop symbols captured by blocks. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | modern objective-c translator: Change declaration of |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Richard Trieu | Change the binary operator data recursive evaluator... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Benjamin Kramer | Remove unused variable, fix indentation. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | For enums with no tag name, display its location in |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | fixes the diagnostic issued in // rdar://11069896 |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Chad Rosier | Report the natural alignment of unsigned long long... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Nico Weber | Try to get cpath.c passing on windows, using lit's... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Anna Zaks | [analyzer] Malloc: Utter the name of the leaked variable. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Anna Zaks | [analyser] Factor out FindUniqueBinding from RetainCoun... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Anna Zaks | [analyzer] Re-enable the test disabled by r152969. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Bob Wilson | Duplicated code is bad. At least make it consistent. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | Allow void blocks to return witn a void expression in |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Bob Wilson | For Darwin, do not let -mcpu override the -arch option... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | modern objective-c rewriter: remove 'const' from |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Patrick Beard | Removed repeated word (of of). |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | Undo previous patch as I checked more than I intended. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Fariborz Jahanian | modern objective-c rewriter: remove 'const' from |
commit | commitdiff | tree | snapshot |
2012-03-21 |
John McCall | For the annals of subtle but terrible bugs: fix a... |
commit | commitdiff | tree | snapshot |
next |