2012-10-19 |
Jordan Rose | Allow objc_requires_super to be used to check class... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Andy Gibbs | Change VerifyDiagnosticConsumer so that it *must* conta... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Andy Gibbs | Prior to adding the new "expected-no-diagnostics" direc... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Andy Gibbs | Fix directive parsing in VerifyDiagnosticConsumer so... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Nick Lewycky | Revert r166268, this fix for a crash-on-invalid introdu... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Kostya Serebryany | [asan] update asan docs to explain more about linking... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Richard Smith | DR1511: A const volatile global does not implicitly... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Richard Smith | PR14124: When performing template instantiation of... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Rafael Espindola | Fix handling of the regparm attribute in the presence... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Craig Topper | Teach getColumnNumber to use the line cache to get... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Nadav Rotem | Reintroduce the TargetTransformInfo to the clang pass... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
NAKAMURA Takumi | clang/test/Index/annotate-comments.cpp: Relax the expre... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
NAKAMURA Takumi | ASTWriter.cpp: Fix a warning. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2012-10-19 |
David Blaikie | Handle diamond inheritance in -Woverloaded-virtual. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Douglas Gregor | Describe the new input-files block and its record,... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Douglas Gregor | Move the set of files to be validated in an AST file... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
NAKAMURA Takumi | clang/test/Index/annotate-comments.cpp: Mark this as... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Argyrios Kyrtzidis | Revert r166223 and the subsequent commits that depend... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eric Christopher | Fix up comment and invert order. Most simple check... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eli Friedman | Use the type as written when pretty-printing C-style... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eric Christopher | Add a new option for and disable column number informat... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eric Christopher | Remove trailing comma. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Move OriginalDir from ASTReader to ModuleFile. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Fariborz Jahanian | [doc parsing] use getParamName to access parameter |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Michael J.... | [Options] Make Option non clang specific. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Move the "RelocatablePCH" bit from the ASTReader to... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Douglas Gregor | Move information about the "original file" from the... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eli Friedman | Remove check which incorrectly suppressed printing... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eli Friedman | Fix AST pretty-printing for C++ new expressions with... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Michael J.... | [Options] make Option a value type. |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Chad Rosier | [ms-inline asm] Add a size argument to the LookupInline... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Eli Friedman | Fix Objective-C implicit property synthesis for C+... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Benjamin Kramer | Emit diagnostics in chunks even when we're trying to... |
commit | commitdiff | tree | snapshot |
2012-10-18 |
Chad Rosier | [ms-inline asm] Have the LookupInlineAsmIdentifier... |
commit | commitdiff | tree | snapshot |
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 |
next |