2012-05-15 |
Richard Smith | PR12798: Don't drop part of the nested name specifier... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Richard Smith | Test file I forgot to 'svn add' in r156802. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Richard Smith | PR12826: Converting an lvalue to an xvalue is a no... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Richard Smith | Fold the six functions checking explicitly-defaulted... |
commit | commitdiff | tree | snapshot |
2012-05-15 |
John McCall | Change the mangling of a ref-qualifier on a function... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Argyrios Kyrtzidis | [objcmt] When rewriting to subscripting syntax, make... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Fariborz Jahanian | objc: allow typedef'ing an id to a pointer to a c-struc... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Richard Smith | Recover properly from a redundant 'typename' before... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Anna Zaks | [analyzer] Fix a crash in templated code which uses... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Richard Smith | Slightly generalize FileCheck patterns to unbreak ... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Argyrios Kyrtzidis | [objcmt] When rewriting to array/dictionary literals... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Richard Smith | Implement IRGen for C++11's "T{1, 2, 3}", where T is... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Chandler Carruth | Teach the driver on Linux to respect -nodefaultlibs. |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Jordy Rose | [analyzer] strncpy: Special-case a length of 0 to avoid... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Gregory Szorc | [clang.py] Implement Cursor.canonical |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Gregory Szorc | [clang.py] Implement Cursor.result_type |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Jordy Rose | Test for -fdebugger-objc-literal: missing methods shoul... |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Jean-Daniel... | Fix Xcode case (Upper X, lower c) |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rafael Espindola | Refactor all the |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rafael Espindola | Produce a warning for mismatched section attributes... |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rafael Espindola | We were already passing the case in pr9356. Add it... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Benjamin Kramer | Add support for __attribute__((hot)) and __attribute__... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Gregory Szorc | [clang.py] Followup to TranslationUnit refactor |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Gregory Szorc | Add Python binding info to release notes |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | [analyzer] Test case: p->x is the same as p[0].x. ... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | Only check NSArray/NSDictionary boxing method params... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | 80-col violations and minor reformatting. No functional... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | Clean up ObjC boxing method checks by reducing duplicat... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Rafael Espindola | Remove unused variable. Thanks to Dmitri Gribenko for... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | Don't crash on boxed strings when +stringWithUTF8String... |
commit | commitdiff | tree | snapshot |
2012-05-12 |
Jordy Rose | [analyzer] RetainCountChecker: track ObjC boxed express... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Douglas Gregor | Teach the parser to deal with multiple spellings for... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Anna Zaks | [analyzer] Test variable modified types. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Anna Zaks | [analyzer] Do not walk the types for call graph constru... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Anna Zaks | [analyzer] Test objC boxing. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Anna Zaks | [analyzer] Add buffer overflow test case. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Douglas Gregor | Make sure that we recognize __attribute__((align))... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Richard Smith | When diagnosing inaccessible temporary destructors... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Matt Beaumont-Gay | Merge branch 'format-string-braced-init' |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Akira Hatanaka | Coerce byval aggregate arguments to integers whose... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Argyrios Kyrtzidis | The Lexer constructor expects a source location at... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Akira Hatanaka | Fix handling of vector return types. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Sirish Pande | Hexagon V5 intrinsics support in clang. |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Richard Smith | PR11857: When the wrong number of arguments are provide... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Argyrios Kyrtzidis | Add a test case for going through typedefs until we... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rafael Espindola | Fix a recent regression with the merging of format... |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Eric Christopher | For final output files create them with mode 0664 to... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Argyrios Kyrtzidis | [objc] When boxing a BOOL/NSInteger/NSUInteger type... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Ted Kremenek | Include line that was meant to be in my last commit. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Ted Kremenek | Fix insidious RegionStore bug where we (a) didn't handl... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Anna Zaks | [analyzer] Exit early if constraint solver is given... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Sirish Pande | Hexagon V5 FP support. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Argyrios Kyrtzidis | Don't crash when using objc boxed expression with parsi... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Argyrios Kyrtzidis | When AST-dumping the ObjCBoxedExpr node, also print... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Ted Kremenek | Provide a man page for scan-build. Patch by James... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Argyrios Kyrtzidis | [preprocessor] Make sure that MacroExpands callbacks... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Fariborz Jahanian | Test for previously checked in patch. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Argyrios Kyrtzidis | Fix an assertion hit when the serialized diagnostics... |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Rafael Espindola | Warn about visibility attributes in typedefs. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Rafael Espindola | Fix an old (2009) FIXME: |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Anna Zaks | [analyzer] Do not highlight the range of the statement... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Smith | RecursiveASTVisitor: |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Fariborz Jahanian | objective-c. Fixes a 'fixit' where location of |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Nuno Lopes | hopefully fix a bunch of ARM buildbot failures |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Trieu | Pull some cases of initialization with self-reference... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Smith | Push the knowledge that we are parsing a type-id/type... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Smith | Stop AltiVec parsing from going down the 'implicit... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | Roll logic into a single if statement, per David's... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | Use the triple directly, rather then getTriple(). |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Simon Atanasyan | Pass a target triple explicitly to check platform speci... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | Now the proper fix for r156497. Sorry for the churn. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | Move the iOSVersionMin string to a header so as to... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
David Blaikie | Fix -Wdelete-non-virtual-dtor in Tooling code. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | Update test case for new default of 3.0 |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Roman Divacky | Implement PPC64TargetCodeGenInfo. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Jim Grosbach | ARM: Support marking intrinsic definitions as 'unavailable' |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Chad Rosier | [driver] Use the iOS target triple to infer the deploym... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Anna Zaks | [analyzer]Extend the available checks list and the... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Bob Wilson | Ignore a "generic" return value from getHostCPUName... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Argyrios Kyrtzidis | [libclang] Add a test for objc boxed expressions. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Anna Zaks | [analyzer] Simplify r156446, as per Ted's review. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Anna Zaks | [analyzer] Allow pointers to escape through selector... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Fariborz Jahanian | Remove this test again which fails the build-bot for... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Simon Atanasyan | Declare abstract class ArgumentsAdjuster. This abstract... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Fariborz Jahanian | Re-add test for // rdar://11374235 |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Argyrios Kyrtzidis | [AST/libclang] Speed up clang_getOverriddenCursors... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Nuno Lopes | update calls to objectsize intrinsic to match LLVM... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Smith | Recover properly if a class member declaration starts... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Ted Kremenek | Fix Engrish. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Ted Kremenek | Teach IsTailPaddedMemberArray() (used by -Warray-bounds... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Smith | A little tweak to the SFINAE condition reporting. Don... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Fariborz Jahanian | Remove thid test for now. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Richard Trieu | Update the SelfReferenceChecker. Refactored some of... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Fariborz Jahanian | Modern objective-c translation. Translating default |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Anna Zaks | [analyzer] We currently do not fully support CompoundLi... |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Nuno Lopes | add -fbounds-checking option. |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Ted Kremenek | Having RegionStore lower field bindings to raw offsets... |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Ted Kremenek | When creating lazy bindings in RegionStore, propagate... |
commit | commitdiff | tree | snapshot |
next |