- 90a2d39 objC block layout: Patch reorders block layout to by Fariborz Jahanian · 12 years ago
- 1c23975 Fix a typo introduced in r172665. by Matt Beaumont-Gay · 12 years ago
- a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
- 4d8a33b Delay linkage checks when validating the weakref attribute. by Rafael Espindola · 12 years ago
- afb7ce3 Fixes crash when illegal function definitions are deleted or defaulted. Fixes PR14577. by Aaron Ballman · 12 years ago
- 2df0df8 Simplify code. No functionality change. by Rafael Espindola · 12 years ago
- 0a3cbd0 Remove unnecessary initialization i Added in r172668. by David Blaikie · 12 years ago
- 41a5fc5 Readd an open paren that was lost while reformatting code. by David Blaikie · 12 years ago
- 4944606 Fix -Wreorder warning. by David Blaikie · 12 years ago
- 2a5bb50 Check for internal weak decls after merging. by Rafael Espindola · 12 years ago
- 4f918ae PR14964: intrinsic headers using non-reserved identifiers by David Blaikie · 12 years ago
- d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
- 804381d Use getProcessTriple in clang-interpreter. by Peter Collingbourne · 12 years ago
- f109afd Add raw string literal versus C preprocessor test, suggested by James Dennett. by Richard Smith · 12 years ago
- 04c226a Fix recent test for more diverse environments. by Tim Northover · 12 years ago
- c4a0401 Correct order of operands forwarding NEON vfma to LLVM fma by Tim Northover · 12 years ago
- 214ea9d Move initialization of ParsingIfOrElifDirective down next to the macro by Eric Christopher · 12 years ago
- c3ad100 Add testcase missed yesterday. Patch from Paul Robinson. by Eric Christopher · 12 years ago
- f5a45ea Adding verbiage to the Language Extensions document about __has_include and __has_include_next only being allowed within preprocessor directives. by Aaron Ballman · 12 years ago
- 31672b1 No longer crashing with an assert when __has_include or __has_include_next is used outside of a preprocessor directive. This fixes PR14837. by Aaron Ballman · 12 years ago
- f0e0004 Teach global selector lookup to ignore hidden methods, which occur by Douglas Gregor · 12 years ago
- d7bf4a4 [libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU is by Argyrios Kyrtzidis · 12 years ago
- f7f1264 [PCH/Modules] The iterator may become invalidated because a new macro can be added by Argyrios Kyrtzidis · 12 years ago
- 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago
- 93cf969 [libclang] In clang_getCursorType, don't crash if the translation unit is not by Argyrios Kyrtzidis · 12 years ago
- 1661824 Fix a bug where we would move a following line into a comment. by Daniel Jasper · 12 years ago
- 3684547 [preprocessor] Call the MacroUndefined callback even when the macro was not defined. by Argyrios Kyrtzidis · 12 years ago
- 1f2b078 Fix parsing error in conditional expressions. by Daniel Jasper · 12 years ago
- 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 12 years ago
- 48bd7b7 Improve understanding of unary operators. by Daniel Jasper · 12 years ago
- df3736a Disable inlining of short ifs in Google style. by Daniel Jasper · 12 years ago
- 0df6acd Add option to avoid "bin-packing" of parameters. by Daniel Jasper · 12 years ago
- ca547db Add debugging support for split penalties. by Manuel Klimek · 12 years ago
- 8fa3799 Use standard llvm Debug.h support for debugging output. by Manuel Klimek · 12 years ago
- 51c23fa Clang Format: A couple of tests for the trailing stuff case by Alexander Kornienko · 12 years ago
- d881875 Clang Format: Handle missing semicolon by Alexander Kornienko · 12 years ago
- a40548c Fix uninitialized bool flag access in SanitizerArgs parser by Alexey Samsonov · 12 years ago
- 3f8cdbf Calculate the total length of a line up to each token up front. by Daniel Jasper · 12 years ago
- cbb6c41 Change the datastructure for UnwrappedLines. by Daniel Jasper · 12 years ago
- 6b825c2 Never merge < and ::, as it produces different tokens. by Daniel Jasper · 12 years ago
- 55b08e7 Remove errors were if statements were incorrectly put on a single line. by Daniel Jasper · 12 years ago
- 05a10ff clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". by NAKAMURA Takumi · 12 years ago
- d7b1d24 [analyzer] Add an annotation to allow suppression of direct ivar assignment by Anna Zaks · 12 years ago
- 79ccd56 [analyzer] Fix warning typo. by Anna Zaks · 12 years ago
- 64eb070 [analyzer] Refactor: parameter rename. by Anna Zaks · 12 years ago
- f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 12 years ago
- 0395de3 Collect both normal and static data members of a class in source by Eric Christopher · 12 years ago
- 44a1efe Documentation: fix typo by Dmitri Gribenko · 12 years ago
- 52fb37a Document the redeclaration and overriding restrictions on the by Douglas Gregor · 12 years ago
- 72daa3f One can have an unavailable method overridden by an available method, by Douglas Gregor · 12 years ago
- b9df75f Apply adjustment to function- and array-typed non-type template by Douglas Gregor · 12 years ago
- ed6355d Fix signed/unsigned Compare by David Greene · 12 years ago
- cc41a94 Avoid unsigned Compare to int by David Greene · 12 years ago
- f4d918f When checking availability attributes for consistency between an by Douglas Gregor · 12 years ago
- 041e6aa Fix Casting by David Greene · 12 years ago
- 3cfa532 Fix Casting by David Greene · 12 years ago
- 527ce9f Fix Casting by David Greene · 12 years ago
- 61eacf0 Fix Casting by David Greene · 12 years ago
- 16303fc Fix Cast by David Greene · 12 years ago
- 6444483 Fix Casting by David Greene · 12 years ago
- 5ba58a1 Fix Const Cast by David Greene · 12 years ago
- 3f7b3a7 Fix Cast by David Greene · 12 years ago
- c23e69d Fix Cast Code by David Greene · 12 years ago
- 6b716c5 Typo correction; no functional change. by Aaron Ballman · 12 years ago
- 3214254 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". by Daniel Dunbar · 12 years ago
- ef8e498 Add a test for -Wsemicolon-before-method-body fixit by Dmitri Gribenko · 12 years ago
- 1913230 Do not traverse the break-state when we know we cannot break anyway. by Manuel Klimek · 12 years ago
- 407a31a Fix formatting of preprocessor directives (incluces, warnings & errors). by Manuel Klimek · 12 years ago
- b369c2c Improve operator kind detection in presence of comments. by Daniel Jasper · 12 years ago
- 47ea7f6 Fixes various bugs around the keywords class, struct and union. by Manuel Klimek · 12 years ago
- 51ccafd Resolved merge error with r172323 (llvm::X -> X) by Alexander Kornienko · 12 years ago
- 02d65ee Don't crash when binding a reference to a temporary pointer created from by Richard Smith · 12 years ago
- a121eb3 PR14950: Fix out-of-bounds function parameter access in literal operator lookup. by Richard Smith · 12 years ago
- d3e723e PR14918: Don't confuse braced-init-lists after template variable declarations by Richard Smith · 12 years ago
- 50a70cd Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 12 years ago
- 5c52166 Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these by Richard Smith · 12 years ago
- 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
- 714911f Document that we should recognize attributes supported by gcc with C++11 by Dmitri Gribenko · 12 years ago
- 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
- 7c9dbb7 Multiprecision subtraction builtins. by Michael Gottesman · 12 years ago
- 858afb3 Topologically sort the link options generated for modules based on by Douglas Gregor · 12 years ago
- 3baad29 When forming the link options for an imported module, also include the by Douglas Gregor · 12 years ago
- bdc691f [analyzer] Add ProgramStatePartialTrait<const void *>. by Jordan Rose · 12 years ago
- 469e730 [analyzer] Fix cast-away-const warning by using const_cast. by Jordan Rose · 12 years ago
- 14a372b [analyzer] -drain is not an alias for -release. by Jordan Rose · 12 years ago
- 5d75ea7 Switch autolinking metadata format over to actual linker options, e.g., by Douglas Gregor · 12 years ago
- 8767dc2 Infer "link" lines for top-level frameworks. Essentially, a framework by Douglas Gregor · 12 years ago
- 19f8e85 This patch addresses varargs processing for small complex types under by Bill Schmidt · 12 years ago
- b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
- 2c7739e Fixes formatting of nested brace initializers. by Manuel Klimek · 12 years ago
- 6f5bb2c Make single-line if statements optional. by Daniel Jasper · 12 years ago
- fd0ca97 Fix a bug in the line merging. by Daniel Jasper · 12 years ago
- 2b9c10b Fix bug that would lead to joining preprocessor directives. by Daniel Jasper · 12 years ago
- e0b15ea Put simple preprocessor directives on a single line. by Daniel Jasper · 12 years ago
- d3e8074 Turns out there is a simpler way of getting a set difference in bash than parsing diff output. by Benjamin Kramer · 12 years ago
- feb18f5 Put short if statements on a single line. by Daniel Jasper · 12 years ago
- acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
- fe1d594 clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit -triple x86_64-unknown-unknown, or it doesn't work for targetting win32. by NAKAMURA Takumi · 12 years ago
- 995e820 Refactor datastructure used in clang-format. by Daniel Jasper · 12 years ago
- 4abbb53 Improve understanding post increment and decrement. by Daniel Jasper · 12 years ago