2012-08-23 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Fix an assortment of doxygen comment issues found by... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Compute the inputs and outputs. No... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Argyrios Kyrtzidis | [libclang] c-index-test: Make the printing of the overr... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | Comment parsing: parse "<blah" as an HTML tag only... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Fixup to r162399. Initialize the member... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Refactor code so that we can begin... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Add more comments to CallEvent and RuntimeDe... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Add osx.cocoa.NonNilReturnValue checker. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add comments. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add comments. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add helper function. No functional... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Simplify logic. No functional change... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Alexander Kornienko | Reverted clang-check to fully supported CommandLine... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Compute the token range for each instru... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Despite me asking Jordan to do r162313, revert it.... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Simplify logic. No functional change... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove BasicConstraintManager. It hasn't been in activ... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Start sending non-simple inline asms... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Make ceil/floor/nearbyint/rint/round const even with... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Math builtin definition tweaks. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | ASTContext::getCommentForDecl: add comment. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | Attaching comments to declarations: when documentation... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Restructure discussion of DynamicTypeInfo... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Per feedback, re-structure the docs for... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Rafael Espindola | Merge existing attributes before processing pragmas... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Fix typo in debug method. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'unbindLoc()' (in ProgramState) and 'Remove... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'currentX' to 'currX' throughout analyzer and... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'getConjuredSymbol*' to 'conjureSymbol*'. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove Store::bindDecl() and Store::bindDeclWithNoInit... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'BindCompoundLiteral' to 'bindCompoundLiteral... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] IPA document: address Ted's review comments... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove stale header file. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Review, comment, and reformat IPA.txt, including feedba... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Document our debug checkers and ExprInspecti... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Consilidate SmallPtrSet count() followed by insert... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Remove the patchMSAsmStrings function... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Matt Beaumont-Gay | Add an llvm_unreachable to pacify GCC's -Wreturn-type. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Fariborz Jahanian | make test pass on linux platforms. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Have buildMSAsmString build a vector... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Fariborz Jahanian | change function name in my last patch. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Fariborz Jahanian | objective-C: Change rules for overriding properties in |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jordan Rose | [analyzer] Set the default IPA mode to 'basic-inlining... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jordan Rose | [analyzer] -analyzer-ipa=inlining is now the default... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Dmitri Gribenko | Update comment to match the reality. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Dmitri Gribenko | CommentBriefParser: allow paragraphs to be separated... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jordan Rose | [analyzer] Push "references are non-null" knowledge... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Do not report a Parser error when match... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Fariborz Jahanian | Modern objc translator: Fixes a crash in rewriter when... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
David Blaikie | Use LLVM_BUILTIN_TRAP instead of lame volatile int... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Michael J.... | Reduce the amount of state in the Option class by relyi... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Switch some realignment calculations over to llvm:... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Expose the ErrorInfo from the MatchInst... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Dmitri Gribenko | DeclPrinter, terse mode: don't print function bodies |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Dmitri Gribenko | Rename PrintingPolicy::DontRecurseInDeclContext to... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Append identifier for better debugging. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Remove this test case and the associate... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [driver] Add support for the --param ssp-buffer-size... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Kostya Serebryany | [asan] If we are compiling with ASan, add metadata... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Fix alignment of array of VarDecl* following array... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
John McCall | When performing a trivial copy of a C++ type, we must... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Richard Smith | Avoid binding a reference to a dereferenced pointer... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
John McCall | Screw around with ObjCRuntime some more, changing the |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Dmitri Gribenko | DeclPrinter: describe what 'terse' output is. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jack Carter | When this test case was first created it was |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Sam Panzer | Better diagnostics for range-based for loops with bad... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Jordan Rose | [analyzer] Assume that reference symbols are non-null. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Dmitri Gribenko | DeclPrinter: add terse output mode and lots of tests |
commit | commitdiff | tree | snapshot |
2012-08-20 |
John McCall | Fix a pair of bugs relating to properties in ARC. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Eric Christopher | Reapply: |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Dmitri Gribenko | Attaching comments to declarations: ignore implicit... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
David Blaikie | Fix -Wswitch warning introduced by r162231 |
commit | commitdiff | tree | snapshot |
2012-08-20 |
David Blaikie | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | [analyzer] More tests for "release and stop tracking". |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | Use -fobjc-runtime=macosx10.7 instead of obsolete ... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Michael J.... | Make Option non virtual. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
DeLesley Hutchins | Thread-safety analysis: fix scoping issues related... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Eli Friedman | Fix InitListExpr::isStringLiteralInit so it handles... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Manuel Klimek | Adds the most requested doc for the AST matchers: a... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | [analyzer] Add a test for "release and stop tracking... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | Code-complete 'weak' for properties under ARC-with... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | [analyzer] Add comments to ExplodedNode::NodeGroup. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | [analyzer] Replace boolean IsSink parameters with ... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Richard Smith | PR13619: Make sure we're not at EOF before looking... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Chad Rosier | [ms-inline asm] Remove old cruft now that MS-style... |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Jordan Rose | [analyzer] The result of && or || is always a 1 or 0. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Dmitri Gribenko | Use correct matcher name in the comment. |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Manuel Klimek | Fix comments and variable naming: |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Tobias Grosser | [cindex.py] Cache the number of chunks in CompletionString |
commit | commitdiff | tree | snapshot |
2012-08-20 |
Hans Wennborg | Better wording for reference self-initialization warning. |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Tobias Grosser | [cindex.py] Add CachedProperty to CompletionChunk |
commit | commitdiff | tree | snapshot |
2012-08-19 |
Gregory Szorc | [clang.py] Add CachedProperty decorator |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Tobias Grosser | [cindex.py] Use spaces, not tabs for indentation |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Tobias Grosser | [cindex.py] Dispose code completion results properly |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jordan Rose | Allow -verify to be used with files that don't have... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Benjamin Kramer | Silence a sign compare warning that only occurs on... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
John McCall | When mangling a negative number, remember that negating... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Richard Smith | PR41111, PR5925, PR13210: Teach tentative parsing to... |
commit | commitdiff | tree | snapshot |
next |