2012-10-18 |
Anna Zaks | [analyzer] Ivar invalidation: identify properties decla... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Anna Zaks | Factor CollectClassPropertyImplementations out of Sema... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Fariborz Jahanian | Patch for decl printer test of objective-c methods. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Axel Naumann | From Vassil Vassilev: enable Sema to deal with multiple... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Collapse the original file name and original file ID... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Collapse the "version control revision/tag" AST file... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Dmitri Gribenko | Fix more documentation comments in Comment.h |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Dmitri Gribenko | Expand the comment for DeclInfo::CurrentDecl. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Split the target options out into their own record... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Richard Smith | DR1442: In a range-based for statement, namespace ... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Chad Rosier | [ms-inline asm] Remove accidental commit. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Fariborz Jahanian | Improve comment in couple of fields of DeclInfo. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Fariborz Jahanian | Fix this test to match recent addition of declaration... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
David Blaikie | PR14021: Copy lookup results to ensure safe iteration. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Chad Rosier | [ms-inline asm] Move most of the AsmParsing logic in... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Andy Gibbs | Fix typo (test commit) |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Dmitri Gribenko | Un-XFAIL some tests for comment to XML conversion.... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Abramo Bagnara | Fixed some corner cases due to implicit int TypeLoc... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Nick Lewycky | Put used="1" on all used declarations in the XML dumper... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Start factoring the on-disk records for an AST file... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Bob Wilson | Revert svn r165741 "Add TargetTransformInfo to the... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
NAKAMURA Takumi | libclang/CXComment.cpp: Fix abuse of StringRef. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Richard Smith | Tests for DR1507. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Argyrios Kyrtzidis | [libclang] Invoke a ppIncludedFile callback when indexi... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Argyrios Kyrtzidis | [libclang] Add a test for annotation of module headers |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Richard Smith | Update comment to match DR1502. |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Richard Smith | DR1535: only potentially-evaluated typeid expressions... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
David Blaikie | Fix -Woverloaded-virtual when the using statement refer... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Richard Smith | DR1528: C++11 doesn't allow repeated cv-qualifiers... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Fariborz Jahanian | XFAIL these tests until I can figure out what is going... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Fariborz Jahanian | Adds couple of missing warning flags so warnings can... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Richard Smith | Add -std=c++1y argument, for *highly* experimental... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Fariborz Jahanian | [Doc parsing]: This patch adds <Declaration> tag to |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Anna Zaks | [analyzer] CmpRuns: cleanup APIs, allow processing... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Jordan Rose | [analyzer] When binding to a ParenExpr, bind to its... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Jordan Rose | [analyzer] Create a temporary region when accessing... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
David Blaikie | Move -Wint-to-pointer-cast from -Wall to -Wmost to... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Eric Christopher | Revert r158009 since there are some uses of artificial... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Daniel Jasper | Fix tests, which accidentally matched implicit code... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Chandler Carruth | Remove an unneeded flag from the bitrig driver tests. |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Daniel Jasper | First version of matchers for Types and TypeLocs. |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Richard Smith | Update test FIXME: The '[]' in 'delete []' is never... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
John McCall | Set a special flag in class metadata when an Objective... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
John McCall | Organize and rename the magic constants for class flags. |
commit | commitdiff | tree | snapshot |
2012-10-17 |
John McCall | At -O0, prefer objc_storeStrong with a null new value... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
David Blaikie | Implement C++ 10.3p16 - overrides involving deleted... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Nico Weber | "'Might as well make it static const.' -- John McCall... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Douglas Gregor | Fix the handling of target options in our unit tests. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Eli Friedman | Move test to a more appropriate place. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Eli Friedman | Fix pretty-printing for variables declared in a conditi... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Douglas Gregor | Serialize TargetOptions into an AST file, and make... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Richard Smith | DR1492: In a definition of a destructor, the exception... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
David Blaikie | PR13684: Emit vtable entries for deleted functions... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Manman Ren | ARM ABI: fix testing case arm-abi-vector.c by using... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Derek Schuff | Add pnaclcall convention to Native Client targets. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Manman Ren | XFAIL this testing case to recover buildbot |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Chad Rosier | [ms-inline asm] Move some logic around to simplify... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
David Blaikie | Test pure virtual vtable entries in the Itanium ABI. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
David Blaikie | Note deleted functions when dumping vtables. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Manman Ren | ARM ABI: fix ABI alignment issues in varargs. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Anna Zaks | [analyzer] Expose clang_version in CmpRuns |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Anna Zaks | [analyzer] Ivar Invalidation: track ivars in continuati... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Manman Ren | ARM ABI: passing illegal vector types as varargs. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Manman Ren | ARM ABI: fix ABI alignment issues when passing legal... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
David Blaikie | Implement GCC's -Wint-to-pointer-cast. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Joerg Sonnenberger | When using a symbol with attribute weakref, search... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Fariborz Jahanian | Minor tweak to last patch along with a test case. |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Fariborz Jahanian | fixes an objc crash involving objc bool literal on |
commit | commitdiff | tree | snapshot |
2012-10-16 |
David Chisnall | GNUstep runtime version default to 1.6, generate correc... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Alexey Samsonov | Transform pattern: |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Bill Wendling | Use the Attributes::get method which takes an AttrVal... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
Jordan Rose | [analyzer] ObjCContainersASTChecker: minor cleanup... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Anna Zaks | [analyzer] CmpRuns - cleaned up the API, added relative... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Anna Zaks | [analyzer] Embed the analyzer version into the plist... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Anna Zaks | [analyzer] Enhance the error message. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Anna Zaks | [analyzer] Do not warn on direct ivar assignments withi... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Daniel Dunbar | Un-revert r164907 and r164902 (+ follow-ups), 10.6... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Abramo Bagnara | Fixed CXXNamedCast right paren location propagation... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Abramo Bagnara | Fixed LabelDecl source range. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Abramo Bagnara | Fixed ClassTemplateSpecializationDecl source range. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Abramo Bagnara | Fixed FunctionTypeLoc range for trailing return type. |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Fariborz Jahanian | Fixes location of overriding declaration with no comment |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Nico Weber | Revert r164907 and r164902 (+ follow-ups). They broke... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Bill Wendling | Move the Attributes::Builder outside of the Attributes... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Chad Rosier | [ms-inline asm] Rework the front-end to use the API... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Fariborz Jahanian | structured document comment: patch to provide comment... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Douglas Gregor | Teach TargetInfo to hold on to the TargetOptions with... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Kostya Serebryany | [asan] make AddressSanitizer to be a FunctionPass inste... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Daniel Jasper | Only report first error when no compilation database... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Bill Wendling | Use enum values instead of magic numbers for indexing... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Douglas Gregor | Introduce the notion of excluded headers into the modul... |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Bill Wendling | Attributes Rewrite |
commit | commitdiff | tree | snapshot |
2012-10-15 |
Richard Smith | At -O0, emit an @llvm.trap() call at the end of a value... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Benjamin Kramer | Make sure temporary files are deleted when recovering... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Benjamin Kramer | Delete temporary output files when an error occurs... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Bill Wendling | Remove operator cast method in favor of querying with... |
commit | commitdiff | tree | snapshot |
2012-10-14 |
Bill Wendling | Use the Builder to create the stack alignment attribute. |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Nico Weber | "Implement" codegen support for __noop(). |
commit | commitdiff | tree | snapshot |
2012-10-13 |
Nico Weber | Simplify. Suggestion by Sean Silva. |
commit | commitdiff | tree | snapshot |
next |