2011-10-27 |
Nick Lewycky | Move these test from checking assembly to checking... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Anna Zaks | [analyzer] Optimize by not generating empty transitions... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Anna Zaks | [analyzer] Move enqueueEndOfFunction into CoreEngine. |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Anna Zaks | [analyzer] Make CoreEngine responsible for enqueueing... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Argyrios Kyrtzidis | Make use of the parameter in Sema::ActOnObjCTemporaryEx... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Argyrios Kyrtzidis | Fix crash on an @interface nested inside @implementatio... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Argyrios Kyrtzidis | For the "'@end' is missing in implementation context... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Fariborz Jahanian | Do not warn when weak-import attribute is applied to... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Douglas Gregor | Disalbe more Microsoft-specific stuff. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Anna Zaks | [analyzer] Add getLocationContext to CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Anna Zaks | [analyzer] Remove EmitBasicReport form CheckerContext. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Anna Zaks | [analyzer] Rename generateNode -> addTransition in... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Anna Zaks | [analyzer] Remove forward declarations of GenericNodeBu... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Anna Zaks | [analyzer] GenericNodeBuilder -> NodeBuilder. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Fariborz Jahanian | Objective-c: fix an ir-gen crash where objc messag... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Rafael Espindola | Fix this tests on the bots. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Rafael Espindola | Fix pr9614 by not emitting an available_externally... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Douglas Gregor | Try to appease the Windows builders |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Richard Smith | Pull out conversion on LHS of -> and . into its own... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Douglas Gregor | Eliminate a hang while loading a sequence of redeclarab... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Douglas Gregor | Disable on Windows, for real. |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Eli Friedman | Compute the promoted integer type of fixed-width enums... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Eli Friedman | Correctly perform integral promotions on wchar_t/char16... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Richard Smith | Fix crash due to missing array-to-pointer decay when... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Richard Smith | UnresolvedMemberExprs need lvalue-to-rvalue conversions... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Douglas Gregor | Turn off delayed template parsing for this test |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Anna Zaks | [analyzer] Remove getEngine() form CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Anna Zaks | [analyzer] Simplify CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Anna Zaks | [analyzer] Remove unused headers. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Anna Zaks | [analyzer] Make branch for condition callback use Check... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Anna Zaks | [analyze] Convert EndOfPath callback to use CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Blaikie | Handle redundant 'typename' on base class specifications. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Blaikie | Fix erroneous name-specifiers prior to decltypes better... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
John McCall | Restore r142914 and r142915, now with missing file... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Blaikie | Initialize the BaseLoc for decltype base type specifica... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Blaikie | Fix cases where the optional nested-name-specifier... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Blaikie | Support the use of decltype for specifying base types... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
NAKAMURA Takumi | Revert r142914 and r142915, due to possibly missing... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
David Chisnall | Change an int64_t to an intptr_t so that we don't end... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
John McCall | Pull the pseudo-object stuff into its own file. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
John McCall | Introduce a placeholder type for "pseudo object" |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Eric Christopher | Allow the -fno-operator-names option to be passed down... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Richard Smith | Don't forget the lvalue-to-rvalue conversion on the... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ted Kremenek | Relax restriction of assigning to 'self' in ARC when... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ted Kremenek | Tweak printf format string parsing to accept 'hh' conve... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Douglas Gregor | Undo unnecessary change |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Douglas Gregor | Check for unexpanded parameter packs in the name that... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ted Kremenek | Remove extra copy of contents of header file resulting... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Douglas Gregor | Make the -Wc++11-compat warnings ignored by default... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Douglas Gregor | Implement support for dependent Microsoft __if_exists... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Richard Smith | Tidy up testcase from r142890, spotted by Chandler. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Dan Gohman | Remove another Blackfin test. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Richard Smith | Don't forget the lvalue-to-rvalue conversion on the... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Argyrios Kyrtzidis | [PCH] When visiting preprocessed entities, make it... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Argyrios Kyrtzidis | Use assert(0) instead of duplicating the check, suggest... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Ted Kremenek | Add source-level dominators analysis. Patch by Guoping... |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Richard Smith | Clean up, as suggested by John. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Dan Gohman | Remove more SystemZ (s390) tests. |
commit | commitdiff | tree | snapshot |
2011-10-25 |
Dan Gohman | Remove the Blackfin backend. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Dan Gohman | Remove the SystemZ backend. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Devang Patel | Do not drop type qualifiers in -flimit-debug-info mode. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | Revert r142844, it broke selfhost. The problem appears... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Richard Smith | Add explanatory comments for ICE checking in C99 mode. |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Douglas Gregor | Rework Microsoft __if_exists/__if_not_exists parsing... |
commit | commitdiff | tree | snapshot |
2011-10-24 |
Eli Friedman | Don't try to emit CK_LValueBitCast casts as constants... |
commit | commitdiff | tree | snapshot |
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 |
next |