2012-10-21 |
Lang Hames | Fix typo, make test case slightly more reabable. Thanks... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Benjamin Kramer | Silence warning about && in ||. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Simon Atanasyan | Add support of MIPS n32 ABI to the Clang driver. The... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Richard Smith | Unrevert r166268, reverted in r166272, with a fix for... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Lang Hames | When used in a compound expression FP_CONTRACT should... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Benjamin Kramer | Move private classes into anonymous namespaces. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | DR1473: Do not require a space between operator"" and... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | Rework implementation of DR1492: Apply the resolution... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Nico Weber | Accept -Wno-arc-abi without warning for a while. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Logan Chien | Fix __builtin_va_arg assertion failure in ARM AAPCS. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Jordan Rose | [analyzer] Assume 'new' never returns NULL if it could... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Richard Smith | DR1472: A reference isn't odr-used if it has preceding... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Argyrios Kyrtzidis | When associating file ranges of macro arguments with... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
Chad Rosier | [ms-inline asm] Update test case for r166357. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Test case for r166349 and r166352. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Michael J.... | [Options] Make Option non clang specific. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Michael J.... | [Options] make Option a value type. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Shuxin Yang | remove noreturn attribute from __builtin_debugtrap |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Update testcase for r166316. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Revert accidental commit. Sorry for... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Eli Friedman | Pretty-print a ParenListExpr in a variable initializer... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Set the SemaCallback in the TargetAsmPa... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | tests: Fix two tests to just use -triple instead of... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | tests: Stop mangling '-vg' into the triple, we don... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Daniel Dunbar | IRgen: Initialize TargetLoweringInfo with a triple. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Shuxin Yang | add __builtin_debugtrap |
commit | commitdiff | tree | snapshot |
2012-10-19 |
David Blaikie | Clarify wording of -Wshift-op-parentheses. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Chad Rosier | [ms-inline asm] Set the MCTargetAsmParser as paring... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Dmitri Gribenko | Remove const_casts by propagating constness down to... |
commit | commitdiff | tree | snapshot |
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 |
next |