2010-01-05 |
John McCall | Add Expr::EvaluateAsBooleanCondition(), which does... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove deprecated function 'clang_getDeclSource()'... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Add C API hook 'clang_getDeclExtent()', which returns... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | Fixed a bug where initializer is a macro in rewrite. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Split (mostly nonexistent) USR code out from the main... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Silence bogus GCC warning |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Daniel Dunbar | Fix -plugin command line argument syntax for clang... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Make use of available_externally linkage for vtables... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Add back #include of 'cstdio' to hopefully unbreak... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Split code in CIndex.cpp into multiple source files... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | API support for __block variables which are also __weak. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Improve key-function computation for templates. In... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Add code to skip the emission of available externally... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | Minor clean up. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Steve Naroff | Remove bogus "C" from preamble block decls. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | More rewriting of __block APIs. wip. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Steve Naroff | Fix <rdar://problem/7490212> clang rewriter: return... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Move test case to a more appropriate file. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Add test case. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Revert r92318. Instead fix the analyzer: do not call |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | if an arraytype is canonical, then its element is guara... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Nate Begeman | Allow clang to pass -x cl through to compiler driver. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Anders Carlsson | When emitting member function pointers, use the canonic... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Add a radar reference. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Disallow captured arrays in blocks as well. Radar... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Disallow capturing vlas inside blocks. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Make static analysis support for C++ 'this' expression... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Chris Lattner | fix a bug mike noticed. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | More rewriting of __block objective-c pointer variables... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove stale comment. We already do format string... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Fix warnings. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove references to 'Checker' and 'GRTransferFuncs... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
John McCall | Move the -Wconversion logic into SemaChecking.cpp.... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
John McCall | Move the -Wsign-compare logic into SemaChecking.cpp. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Mike Stump | Avoid warnings for functions that return a value using... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Mike Stump | Remember if the AsmStmt came from Microsoft-style inlin... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
John McCall | -Wsign-compare shouldn't warn when the signed operand... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Douglas Gregor | Make sure to use ASTContext::getAs*ArrayType() when... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Daniel Dunbar | Add missing newline (which breaks MSVC build???) |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Fariborz Jahanian | More rewriting of __block declared objective-c/block... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Douglas Gregor | Turn on code-completion for macros within CIndex |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Douglas Gregor | Teach Preprocessor::macro_begin/macro_end to lazily... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Daniel Dunbar | Revert r92431, this code isn't dead and broke the ntfs... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-01-04 |
Douglas Gregor | When declaring an Objective-C implementation without... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Benjamin Kramer | __builtin_object_size(ptr, type) returns -1 for type... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Douglas Gregor | Implement typo correction for a variety of Objective... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Eli Friedman | Better coverage for -dump-record-layouts and -print... |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Eli Friedman | Improve coverage for test. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Eli Friedman | Get rid of more dead code. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Eli Friedman | Add test for annotate attribute for coverage. |
commit | commitdiff | tree | snapshot |
2010-01-03 |
Eli Friedman | Fix minor oversight for increment/decrement of complex... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Get rid of some unnecessary code. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Delete impossible case. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Add a couple more tests for coverage. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Get rid of more unnecessary code. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Get rid of some unnecessary code. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Eli Friedman | Eliminate dead code. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Anders Carlsson | Speculative MSVC fix. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Anders Carlsson | Move address points to CGVtableInfo, no functionality... |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Anders Carlsson | Correctly pass VTT parameters to constructors and destr... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Anders Carlsson | Move a few more functions away from CGCXX and to CGClas... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Douglas Gregor | Make sure that the search for visible declarations... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Douglas Gregor | Fix typo test RUN lines |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mike Stump | Fix last patch, catch of reference to non-pointer. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Mike Stump | Fix catching a reference to a pointer. |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Douglas Gregor | When typo correction for an id-expression finds a type... |
commit | commitdiff | tree | snapshot |
2010-01-01 |
Douglas Gregor | Typo correction for C99 designated field initializers... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Anders Carlsson | If the key function of a record is inline, then the... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Anders Carlsson | It's OK for a return type to be incomplete if it's... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Anders Carlsson | Make sure that an overriding return type is complete... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Anders Carlsson | Remove rtti.cpp, it's very fragile and has been marked... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Anders Carlsson | More RTTI builder cleanup. |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Kramer | Avoid an unnecessary copy of Predefines. getMemBufferCo... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Benjamin Kramer | Convert to StringRef, avoid a memcpy in the common... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Typo correction for C++ base and member initializers... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Add another typo test for nested-name-specifiers |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Typo correction for identifiers within nested name... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Typo correction for template names, e.g., |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Typo correction for member access into classes/structs... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Zhongxing Xu | Let constraint manager inform checkers that some assump... |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Douglas Gregor | Implement typo correction for id-expressions, e.g., |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Chris Lattner | improve diagnostics for case when a field type is unkno... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Anders Carlsson | Fix a bunch of bugs with VMI RTTI building, and add... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Zhongxing Xu | The element type should also be canonicalized. Add... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | testcase for previous patch! |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | when making a decl for __builtin_fabsf() make sure to |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Zhongxing Xu | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | fix PR5917, L'x' was getting the wrong type in c++... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Fariborz Jahanian | When rewriting a __block declaration, use a suitable... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chris Lattner | remove extraneous #include |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Douglas Gregor | Typo correction for type names when they appear in... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Douglas Gregor | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Zhongxing Xu | Remove an duplicated #include. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Zhongxing Xu | Simplify code by using an equivalent template class. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Chandler Carruth | More fixes to the handling of CVR-comparisons on array... |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Anders Carlsson | Add base class checks. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Anders Carlsson | Add more vtable tests. |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Anders Carlsson | More RTTI cleanup, test that RTTI classes have the... |
commit | commitdiff | tree | snapshot |
next |