2014-01-24 |
Alexander Kornienko | Remove empty directories. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Manuel Klimek | Get rid of special parsing for return statements. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Richard Smith | Update page on clang diagnostics to contrast to GCC... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Richard Smith | Remove outdated documentation suggesting we don't suppo... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Richard Smith | PR18560: When switching to a new context, don't just... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Hans Wennborg | Add implementations of __readfs{byte,word,dword,qword... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Richard Smith | Factor out repeated parsing of a member-declarator... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Peter Collingbourne | Fix debug build. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Peter Collingbourne | Introduce Registry::getCompletions. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
DeLesley Hutchins | Thread safety analysis: handle duplicate assert_lock... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Hans Wennborg | Intrin.h: fix definitions of _Interlocked{In,De}crement16 |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | test/CodeGen: Finish fixing the typo in r199862 |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Pekka Jaaskelainen | Allow clang to compile the "extern" storage class in... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Pekka Jaaskelainen | Allow clang to compile the "extern" storage class in... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Amara Emerson | [AArch64] Add -mgeneral_regs_only option. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
NAKAMURA Takumi | [CMake] Move LIBCLANG_BUILD_STATIC above. NFC. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
NAKAMURA Takumi | [CMake] Parameterize MODULE and SHARED in add_clang_lib... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
NAKAMURA Takumi | [CMake] Migrate LLVMParseArguments to CMakeParseArguments. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Serge Pavlov | Fix to PR8880 (clang dies processing a for loop) |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Tim Northover | MachO embedded: default to soft float without issuing... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
David Woodhouse | Add documentation for -m16 option on X86, fix typo |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Anton Yartsev | [analyzer] Strip trailing whitespace characters from... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Alexey Bataev | Improve x86 android support, add x86_64 android target |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | test/CodeGenCXX: Be less strict about return types |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Jordan Rose | [analyzer] Tighten up sanity checks on Objective-C... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Jordan Rose | [analyzer] Future-proof MallocChecker CFG dumping. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Richard Trieu | Change an absolute value function in a test from floati... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Kevin Qin | [AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | CodeGen: Fix tracking of PGO counters for the logical... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | CodeGen: Handle PGO counters for constructors and destr... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | test/CodeGenCXX: Give instr-profile exception tests... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Justin Bogner | test/CodeGen: Fix a typo |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Ben Langmuir | Require a module.map file to load a module |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | Don't forget about a builtin if we're about to redeclar... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Aaron Ballman | If an attribute has a semantically meaningful spelling... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Mark Seaborn | Handle va_arg on struct types for the le32 target ... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | When a special member is explicitly defaulted outside... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Hans Wennborg | clang-cl: Expose the -ferror-limit= option |
commit | commitdiff | tree | snapshot |
2014-01-22 |
David Blaikie | Driver: Suppression support for -Wa,--compress-debug... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Fariborz Jahanian | ObjectiveC. When issuing property implementation is |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Weiming Zhao | PR18465: [Thumbv8] add predefined macros |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Daniel Jasper | clang-format: Fix incorrect lambda recognition. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Anton Yartsev | [analyzer] The patch prevents the analyzer from crashin... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
NAKAMURA Takumi | [CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_F... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Daniel Jasper | clang-format: Treat "." in protos like namespace separa... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Alp Toker | Change a dyn_cast from r199794 to a straight cast |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Alp Toker | Introduce and use Decl::getAsFunction() to simplify... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Ted Kremenek | Add basic checking for returning null from functions... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Hans Wennborg | clang-cl: make /Zp a Joined option (PR18503) |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | Add a test file missed from r199782. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | Enforce restrictions that 'main' is not allowed to... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Fariborz Jahanian | ObjectiveC driver. change to reinstate -fno-objc-legacy... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | Build an appropriate (albeit trivial) TypeSourceInfo... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Richard Smith | When formatting a C++-only declaration name, enable... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Nico Rieck | Delay attribute checking until auto types are deduced |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Alp Toker | Correct various uses of 'argument' that in fact refer... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Richard Smith | Fix regression in r197623: only diagnose a by-copy... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Chandler Carruth | Teach Clang to look in its installation libdir for... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
David Majnemer | MSVC ABI: Support C++11's auto on variables |
commit | commitdiff | tree | snapshot |
2014-01-21 |
David Blaikie | Correct the function name shown in diagnostics in warn... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Adrian Prantl | Debug info: use the file a typedef is defined in as... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Adrian Prantl | revert 199757 for buildbot breakage. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Adrian Prantl | Debug info: use the file a typedef is defined in as... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Alp Toker | Fix -Wsometimes-uninitialized in r199754 |
commit | commitdiff | tree | snapshot |
2014-01-21 |
David Woodhouse | Add -m16 option for using x86-*-*-code16 triple |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Jasper | clang-format: Enable formatting for .proto and .protode... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Tim Northover | Macho-embedded: fix tests after last rename |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Tim Northover | Macho-embedded: rename compiler-rt support from Darwin... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Daniel Jasper | clang-format: text following #if is likely an expression. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Nick Lewycky | Neither attribute overloadable nor enable_if are suppor... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Rafael Espindola | Use private linkage for utf-16 objc strings too. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Rafael Espindola | Now that r199688 avoids the real issue, use private... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Nick Lewycky | Simplify expression, made possible by r199702. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Justin Bogner | Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt" |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Alp Toker | Update FunctionTypeLoc and related names to match r199686 |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Bob Wilson | Stop linking with crt1.o etc. for the iOS simulator... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Rafael Espindola | Give explicit sections for string constants used in... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Alp Toker | Rename FunctionProtoType accessors from 'arguments... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Rafael Espindola | Simplify further. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Fariborz Jahanian | ObjectiveC driver. reinstate -fno-objc-legacy-dispatch... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Adding a bit of documentation that was missed with... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Exposed a declarative way to specify that an attribute... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Remove some hard-coded specialness for thread-safety... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Daniel Jasper | clang-format: Properly format custom options in protoco... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Formatting cleanups; no functional changes. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Rafael Espindola | Add a triple. Should fix the 64 bit bots. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Rafael Espindola | Make the test more strict. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Fixing a typo (turned out to be harmless since the... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Rafael Espindola | Remove virtual methods that were added in 2009 and... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Since the diagnostics engine understands Attr objects... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | Making some minor improvements to r199626. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Aaron Ballman | HasFunctionProto is a more strict version of FunctionLi... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Daniel Jasper | clang-format: Leave 2 empty lines in Google's JavaScrip... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Bradley Smith | [ARM] Add ACLE enum/wchar size predefines |
commit | commitdiff | tree | snapshot |
2014-01-20 |
NAKAMURA Takumi | [CMake] Apply ADDITIONAL_HEADERS introduced in r199639. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Add the test trees that were supposed to be part of... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Chandler Carruth | Make the Linux support for finding libc++ somewhat... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Alp Toker | PR18551: accepts invalid strong enum to bool when opera... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ted Kremenek | Wire up basic parser/sema support for attribute 'return... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ted Kremenek | These attributes are no longer "checker-specific." |
commit | commitdiff | tree | snapshot |
next |