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 |
2012-08-18 |
Dmitri Gribenko | AST Matchers tests: test that member() matches member... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jordan Rose | [analyzer] Treat C++ 'throw' as a sink. |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jordan Rose | [analyzer] Treat @throw as a sink (stop processing). |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jordan Rose | [analyzer] Remove obsolete GenericNodeBuilderRefCount... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Jordan Rose | [analyzer] Use PointerUnion to implement ExplodedNode... |
commit | commitdiff | tree | snapshot |
2012-08-18 |
Dmitri Gribenko | AST Matchers tests: test that member() matches member... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Eric Christopher | Reapply: |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Douglas Gregor | When code completion is enabled, don't do any work in |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Fariborz Jahanian | c: privide deprecated warning when __private_extern__... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Chad Rosier | [ms-inline asm] Update comment. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Part of PR13618: visit the TypeLoc when RecursiveASTVis... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Chad Rosier | [ms-inline asm] Extract AsmStmt handling into a separat... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Fariborz Jahanian | make this test case 64bit test. It fails due to |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jordan Rose | [analyzer] Make BlockDataRegions typed, so that they... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Fariborz Jahanian | Remove -Wbad-function-cast from -Wall. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Daniel Dunbar | darwin/driver: Support using SDKROOT to define the... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Dmitri Gribenko | AST Matchers: introduce functionTemplate(), classTempla... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Alexander Kornienko | Fixed crash and added a test and a minor output problem |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Fariborz Jahanian | c: implement gcc's -Wbad-function-cast which warns |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | Define __builtin_ffs[ll] with a signed argument instead... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Chad Rosier | [ms-inline asm] Instantiate the MCStreamer as a NullStr... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Dmitri Gribenko | Add release notes for type safety attributes. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Benjamin Kramer | Fix broken check lines. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Hans Wennborg | Warn about self-initialization of references. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Douglas Gregor | Make the spacing of the code completion result for... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Douglas Gregor | When we need the complete set of visible declarations... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Douglas Gregor | Don't do jump-scope checking when code completion is... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Eric Christopher | Temporarily revert r162066 and r162062 to see if it... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Fix undefined behavior in debug info emission: operator... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Fix test so that it doesn't keep failing forever when... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Switch PTH format from a 7 byte magic number to an... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Nick Lewycky | Fix -Wl,--no-demangle to actually pass the flag to... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Don't forget to apply #pragma pack to partial and expli... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Jordan Rose | [analyzer] Add an internal reference document describin... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Anna Zaks | [analyzer] Unbreak the static analyzer buildbot. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Avoid binding a reference to a dereferenced null pointe... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Fix misaligned DeclGroup allocation. |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Richard Smith | Don't form a null reference when checking for validity... |
commit | commitdiff | tree | snapshot |
2012-08-17 |
Dmitri Gribenko | Add support for "type safety" attributes that allow... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Eric Christopher | Add some caching here for the builtin types. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Eric Christopher | Remove FIXME, the constraints contain more options... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Eric Christopher | Add a missing 'break' to ensure that we reject inline... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Eric Christopher | Random string removal. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Eric Christopher | Make isa part of objc_object at metadata generation... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Richard Smith | Fix misaligned allocation of TemplateParameterList... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] Comment. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] Extract a helper function, getSpelling... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Fariborz Jahanian | objective-C++: issue diagnostic when ivar type is |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] If we don't know how to handle a token... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] Add a helper function, isMSAsmKeyword(). |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Sam Panzer | Removed unused LParenLoc parameter to ActOnCXXForRangeStmt |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Fariborz Jahanian | objective-C: make -Wcast-of-sel-type the default. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Dmitri Gribenko | CommentCommandTraits: rename BeginName -> StartName... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] Perform symbol table lookup on variable... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | Fixup test case for Release builds. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Fariborz Jahanian | objective-C: deprecate casts of ObjC's SEL |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Dmitri Gribenko | Attaching comments to declarations: parse the comment... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Ted Kremenek | Remove #if 0 that has been around for a long time. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Ted Kremenek | Remove "range_iterator" from PathDiagnosticPiece and... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Ted Kremenek | Allow multiple PathDiagnosticConsumers to be used with... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Sam Panzer | Matchers related to DeclStmt for matching the count... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chad Rosier | [ms-inline asm] Start tracking which tokens are registe... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Sam Panzer | Matchers which correspond to CastExpr, IgnoreImpCasts... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Richard Smith | Store SourceManager pointer on PrintingPolicy in the... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Richard Smith | Don't constant-fold when pretty-printing alignment... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Sam Panzer | Test commit: deleted whitespace on blank line |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Richard Smith | Fix misaligned allocation of QualifiedTempateName and... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Tanya Lattner | Remove names from the CHECK lines. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Tanya Lattner | Convert loads and stores of vec3 to vec4 to achieve... |
commit | commitdiff | tree | snapshot |
next |