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 |
2012-04-06 |
Simon Atanasyan | MIPS: Move tests check float ABI macros definitions... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Chandler Carruth | Fix using Clang as a cross compiler installed on a... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
David Chisnall | zext ivar offsets if required (GNU runtimes). |
commit | commitdiff | tree | snapshot |
2012-04-06 |
DeLesley Hutchins | Fixed scoping error for late parsed attributes in neste... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Simon Atanasyan | MIPS: Add tests for predefined macros for MIPS targets. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
David Blaikie | Fix diagnostic text for r154163. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
David Blaikie | Restrict fixit for missing 'class' in template template... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Anna Zaks | [analyzer]Fix false positive: pointer might escape... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Richard Smith | Point the caret at the error for the 'expected namespac... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eli Friedman | Implement C90 pedantic warning for duplicate declaratio... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eli Friedman | Properly implement the C rules for composite types... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Fariborz Jahanian | objective-c: Don't warn when a category does not implem... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eric Christopher | Enhance testing a bit to make sure that we're omitting the |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eric Christopher | Only emit the getter and setter names if they're not... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Eli Friedman | Make the variant of __builtin_shufflevector that takes... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Ted Kremenek | Require that all static analyzer issues have a category... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Simon Atanasyan | Move some MIPS target macro definitions from class... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Richard Smith | Temporary workaround for bug#12457: turn the 'constexpr... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Daniel Dunbar | [Lex] Add support for 'user specified system frameworks... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Daniel Dunbar | [Lex] HeaderSearch: Introduce a FrameworkCacheEntry... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
David Blaikie | Improve & simplify diagnostic for missing 'class' in... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Ted Kremenek | Handle symbolicating a reference in an initializer... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Ted Kremenek | Teach ObjCContainersChecker that the array passed to... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Ted Kremenek | Do not crash in the callgraph construction when encount... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Anna Zaks | [analyzer] Move stats calculation out of AnalysisConsum... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Anna Zaks | [analyzer] Change warding in a path diagnostic: |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Anna Zaks | [analyzer] Add a coverage calculation to FunctionSummaries. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Anna Zaks | [analyzer] Remove redundant if statement (pointed out... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Richard Smith | Improve diagnostics for invalid use of non-static membe... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Richard Smith | Add triples to these tests to keep them working on... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
David Blaikie | RelNote improvements made to -Wliteral-conversion by... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Richard Smith | Fix assertions and wrong output from StmtPrinter's... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
David Blaikie | Enable warn_impcast_literal_float_to_integer by default. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
NAKAMURA Takumi | clang/test/Tooling/clang-check.cpp: Mark it as XFAIL... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Douglas Gregor | Allow a conversion from the empty initializer list... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Nico Weber | Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] When using the -mfpmath= option, add an error... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | Hardcode a triple to prevent the test failing on target... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Simon Atanasyan | Test commit to check commit access. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Richard Smith | Implement C++11 [temp.arg.nontype]'s permission to... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Dan Gohman | Fix an oversight: don't run ARC optimization cleanup... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] Add a static helper function for handling... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
David Blaikie | Reduce variable scope. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Chad Rosier | [driver] Create a new -mfpmath= option, which is used... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | objc-arc: provide a warning when 'receiver' of a messag... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Look through chains of 'x = y = z' when employing silen... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | modern objc translator. Add more |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Fariborz Jahanian | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Ted Kremenek | Include the "issue context" (e.g. function or method... |
commit | commitdiff | tree | snapshot |
next |