2011-10-24 |
Douglas Gregor | When we perform a lookup for a dependent name that... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Node builders cleanup + comments |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Remove the old StmtNodeBuilder. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Completely remove the global Builder object. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Remove more dependencies from global Builder |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | Constant expression evaluation: evaluate lvalues as... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Chandler Carruth | Switch to a more natural formatting of the macro name... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | Constant expression evaluation: factor out handling... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | In accordance with the C89, C99 and C++98 standards... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Convert ExprEngine::visit() to use short... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Convert VisitDeclStmt to use local node... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Convert more functions (ex:evalBind()) to... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Convert VisitUnaryOperator to use short... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Use a temporary builder in CheckerContext. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Anna Zaks | [analyzer] Pass external Dst set to NodeBuilder |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Peter Collingbourne | Simplify parsing ellipsis in Parser::ParseAlignArgument... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | Constant expression evaluation: factor out VarDecl... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Fariborz Jahanian | Minor refactoring of my last patch. Per Doug's suggestion. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Argyrios Kyrtzidis | [libclang] Make sure we don't try to erase past the... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Benjamin Kramer | Fix mismatched new[]/delete[]. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Douglas Gregor | Have -fms-no-extensions turn off -fms-compatibility |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Douglas Gregor | Make -fms-compatibility imply -fms-extensions. Fixes... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
David Chisnall | Remove debugging printfs that some idiot left in. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
David Chisnall | Enable experimental support for objc_msgSend with GNUst... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
NAKAMURA Takumi | Revert "Test commit" |
commit | commitdiff | tree | snapshot |
2011-10-24 |
NAKAMURA Takumi | Test commit |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Chandler Carruth | Actually rename the file AnalysisContext.cpp -> Analysi... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Ted Kremenek | Rename AnalysisContext to AnalysisDeclContext. Not... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Fix grammar for C++11 alignment specifiers, and add... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Fix typo (C++1 -> C++11). |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Diagnose unexpanded parameter packs in member initialis... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Clean up duplicated code in Sema::BuildMemInitializer. |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Improve unexpanded parameter pack diagnostics by using... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Peter Collingbourne | Attach class template attributes to the templated CXXRe... |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Benjamin Kramer | Reduce dependencies. |
commit | commitdiff | tree | snapshot |
2011-10-23 |
Ted Kremenek | [analyzer] Remove LocationContext creation methods... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Bob Wilson | Fix a typo that completely broke the expansion of compl... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Richard Smith | Refactor vector constant expression evaluation to retur... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Benjamin Kramer | Remove obsolete debugging macro, make helper static. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Benjamin Kramer | Pack struct better. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
NAKAMURA Takumi | test/Driver/debug.c: Mark this as "REQUIRES: shell". |
commit | commitdiff | tree | snapshot |
2011-10-22 |
NAKAMURA Takumi | lib/Driver/Tools.cpp: Use PathV2::is_absolute() to... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ted Kremenek | Only emit implicit constant conversion truncation warni... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ted Kremenek | Refactor ThreadSafety to use PostOrderCFGView instead... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Ted Kremenek | Pull TopologicallySortedCFG out of LiveVariables into... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Fariborz Jahanian | Fixes a minor hick up to my last patch. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Fariborz Jahanian | objc: private methods can have their attributes, no... |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Akira Hatanaka | Make changes necessary for N32/64 ABI conformance. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | XFAIL test on Windows |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | More speculative test tweaking |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Eric Christopher | Fix PR11073 by adding the argument type information... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | Switch tests from grep to FileCheck |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Eli Friedman | Add tests for CodeGen types in MS ABI. Based on patch... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Argyrios Kyrtzidis | [PCH] When serializing Stmts, keep track of when sub... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Argyrios Kyrtzidis | Don't try to set the "array filler" in a InitListExpr... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Eli Friedman | More ASTRecordLayout changes for MS ABI; based on patch... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Fariborz Jahanian | c++: support gcc's application of weak attribute on |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Doug reports that this test is still failing. Try apply... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Added support for thread safety attributes on destructors. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Thread safety analysis refactoring: invalid lock expres... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Thread safety analysis: add support for attributes... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Fariborz Jahanian | objective-c: Diagnose redeclaration of private |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Sean Callanan | Added documentation for the recently-added |
commit | commitdiff | tree | snapshot |
2011-10-21 |
DeLesley Hutchins | Refactoring and code cleanup. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | When performing name lookup for the previous declaratio... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Peter Collingbourne | Permit auto SCS on parameter declarations, C++03 [dcl... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Try to be exceedingly clever and make this test work... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Douglas Gregor | Treat the Microsoft/Borland keyword "__except" as a... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Massage this test a little so it works when run inside... |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Sean Callanan | I added a new function to DeclContext called |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Nick Lewycky | Take DW_AT_comp_dir from $PWD when it's present and... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | Add -Wc++98-compat diagnostics for jumps which bypass... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | When fixing up the storage class for an anonymous union... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Ted Kremenek | Add test case for analyzer crash reported in <rdar... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | 'extern template' is a C++11 feature. Add an Extension... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | There's no point in marking a declaration invalid just... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Argyrios Kyrtzidis | [libclang] Don't use C++-style comments in c-index... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | Diagnose class template (partial) specializations that... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Douglas Gregor | When we parse something that looks like a templated... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Ted Kremenek | Further refine the diagnostic categories for ARC diagno... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | Add -Wc++98-compat warning for enumerations in nested... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | FixIt insert 'static' for anonymous unions at global... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | Add a fixit to remove storage specifiers on anonymous... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
David Blaikie | Fix all 80 col violations in include/clang/Basic, plus... |
commit | commitdiff | tree | snapshot |
2011-10-20 |
Richard Smith | Make the -verify bits in this test actually test someth... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eli Friedman | Define __STDC__ in -fms-extensions mode; defining it... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | 80 cols (one I created in my last commit, plus a bunch... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | Don't provide errors for anonymous unions when they... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | Improve the diagnostic when a comma ends up at the... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: warn on nontrivial types used in unions... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Matt Beaumont-Gay | Only warn at self-initialization if some later use... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: diagnose if a reference is bound to... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Rafael Espindola | Fix the signatures of vfork, __sigsetjmp and sigsetjmp. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Hans Wennborg | Break out ssize_t test from Sema/format-strings-fixit.c |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Improve the warning for cv-qualifiers on free functions... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add support for constant arrays, from Anders Waldenborg!. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Fix error message for unknown type kind, from Anders... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | This new field was introduced in clang-c in r141277 |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | Fix pr9789, assert-on-invalid while instantiating an... |
commit | commitdiff | tree | snapshot |
next |