2012-04-12 |
Eric Christopher | Testcase for previous commit. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Eric Christopher | static functions have a need for mangled name debug... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Eric Christopher | The copy and destroy helper functions aren't prototyped... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Ted Kremenek | Implement clang_getDiagnosticCategoryText() to provide... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Fariborz Jahanian | modern objective-c translator. Fixes a mis-translation... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Eli Friedman | Add test for a construct we currently reject, constant... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Anna Zaks | [analyzer] Another dynamic_cast false positive/negative. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Anna Zaks | [analyzer] dynamic_cast Simplify null value generation. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Anna Zaks | [analyzer] Better test cases for explaining where track... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Fariborz Jahanian | modern objective-c translator. Fixes a translation... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Richard Smith | Part of PR10101: after a parse error in a declaration... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Argyrios Kyrtzidis | [libclang] Apparently it's important to build in C89... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Argyrios Kyrtzidis | [libclang] Introduce a couple of functions to make... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Argyrios Kyrtzidis | [libclang] In cxloc::translateSourceRange make sure... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Richard Smith | Update recently-added test to use new __c11_ form of... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Richard Smith | Provide, and document, a set of __c11_atomic_* intrinsi... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
David Chisnall | Make __atomic_init() (soon to be __c11_atomic_init... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
David Chisnall | Clean up last commit as per dgregor's comments. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
David Chisnall | Allow c++ initialisers to initialise _Atomic fields. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Eric Christopher | Add a triple to this test. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Eric Christopher | Try to fix the windows buildbots by making this test... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Eric Christopher | Enable debug info for objective c implementations that... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Richard Smith | Support C++11 attributes at the start of a parameter... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Argyrios Kyrtzidis | [libclang] Fix "error: conflicts with new declaration... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
Argyrios Kyrtzidis | [libclang] If displayDiagnostics is set (when calling... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Anna Zaks | [analyzer] Don't crash even when the system functions... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Richard Smith | AtomicExpr: make ASTStmtReader a friend and remove... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Kaelyn Uhrain | Fix quoting to allow shell expansion to occur for shell... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Fariborz Jahanian | modern objective-c translation: writing container |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Anna Zaks | [analyzer] dynamic_cast: Better model cast from a refer... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Argyrios Kyrtzidis | [libclang] For clang_getOverriddenCursors make sure... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Anna Zaks | [analyzer] Add support for C++ dynamic_cast. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Anna Zaks | [analyzer] + comments |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | When we determine that an initialization sequence faile... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Improve the printing of __PRETTY_FUNCTION__ more provid... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Add a query macro for C++11 N3276, decltype does not... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Improve diagnostics in C++11 when a non-type template... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Eric Christopher | This test actually needs label names. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Include the Objective-C parameter- and return-passing... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Eric Christopher | For debug and coverage analysis if we're not optimizing... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Don't include the ':' following code-completion suggest... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Fariborz Jahanian | objective-c: remove IsConstProperty as it does not |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Argyrios Kyrtzidis | Add a target triple to test/Index/complete-synthesized.m. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Argyrios Kyrtzidis | [code-complete] Introduce CodeCompletionTUInfo which... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Douglas Gregor | Rework implementation of null non-type template argumen... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Fariborz Jahanian | objective-c: add an assertion for property |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Chandler Carruth | Fix GCC's pedantic return-type warning -- this enum... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Manuel Klimek | Fix tautological FileCheck by moving the CHECK to an... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
David Chisnall | Don't link lib[std]c++ when -nostdlib is specified... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Evgeniy Stepanov | Pass -march, -mcpu, -mfpu to linuxtools assembler. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Duncan Sands | Express the number of ULPs in fpaccuracy metadata as... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Eric Christopher | EmitStopPoint already checks if we have debug info. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Eric Christopher | Tidy. |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Richard Smith | Parsing of C++11 attributes: |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Richard Smith | Disambiguation of '[[': |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Rafael Espindola | Fix the testcase :-( |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Fariborz Jahanian | objective-c modern translator: rewriting specific |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Rafael Espindola | Fix an annoying little bug I found while debugging... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Fariborz Jahanian | Remove -fobjc-default-synthesize-properties as the... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
John McCall | My original patch missed the virtual-base case for... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
John McCall | Fix the access check performed as part of the determina... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Daniel Dunbar | Author: Daniel Dunbar <daniel@zuster.org> |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Manuel Klimek | Implementing a test for the use of PWD to base finding the |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Fariborz Jahanian | objective-c: remove -fobjc-default-synthesize-propertie... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Fariborz Jahanian | objective-c: Remove -fno-objc-default-synthesize-properties |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Manuel Klimek | Fixes a fix to finding the current directory: |
commit | commitdiff | tree | snapshot |
2012-04-09 |
David Chisnall | Revert r154321, pending more discussion. |
commit | commitdiff | tree | snapshot |
2012-04-09 |
David Blaikie | Fix bugs found by -Wconstant-conversion improvements... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
David Chisnall | Add -fobjc-trace to emit a call before and after each... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Anton Korobeynikov | Factor out ARM floating ABI determination to new routine |
commit | commitdiff | tree | snapshot |
2012-04-09 |
David Chisnall | Make a modern Objective-C runtime the default target... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Chandler Carruth | Wire up -fpie and -fPIE to LLVM's newly added TargetOpt... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Chandler Carruth | Teach Clang about PIE compilations. This is the first... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Chandler Carruth | Rephrase the preprocessor test to directly use CC1... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Chandler Carruth | FileCheck-ize this test. |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Richard Smith | Don't forget to evaluate the subexpression in a null... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Francois Pichet | ext_reserved_user_defined_literal must not default... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Simon Atanasyan | MIPS: Pass -mabi option to the assmbler when compile... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Simon Atanasyan | MIPS: Move code calculates CPU and ABI names to the... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
NAKAMURA Takumi | [Cygwin] Work around to flush stdout in a thread, or... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
John McCall | Fix several problems with protected access control: |
commit | commitdiff | tree | snapshot |
2012-04-07 |
NAKAMURA Takumi | test/lit.cfg: Please pass %INCLUDE% to clang.exe on... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Chad Rosier | [driver] In general, the driver claims redundant args... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
David Blaikie | Remove "parse error" in favor of more descriptive diagn... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fariborz Jahanian | more testing of objc's dictionary literal translation. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Douglas Gregor | Implement support for null non-type template arguments... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fariborz Jahanian | modern objective-c translation: support for |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Ted Kremenek | Rework ExprEngine::evalLoad and clients (e.g. VisitBina... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Benjamin Kramer | SourceManager: Vectorize ComputeLineNumbers for SSE2. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Simon Atanasyan | MIPS: Provide a correct path to the dynamic linker... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
DeLesley Hutchins | Thread safety analysis: downgraded requirement that... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Fariborz Jahanian | modern objective-c translator: translate array literal |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Simon Atanasyan | MIPS: Pass -EB/-EL argument to the assembler according... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Jordy Rose | [analyzer] Check that the arguments to NSOrderedSet... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Matt Beaumont-Gay | Test for r154189/PR12481 |
commit | commitdiff | tree | snapshot |
2012-04-06 |
John McCall | Use atexit when __cxa_atexit isn't available instead... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
John McCall | Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDt... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
John McCall | Fix a Sema invariant bug that I recently introduced... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Jordy Rose | Clear environment variables that might affect Clang... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Patrick Beard | Added a new attribute, objc_root_class, which informs... |
commit | commitdiff | tree | snapshot |
next |