2013-01-16 |
Aaron Ballman | No longer crashing with an assert when __has_include... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Douglas Gregor | Teach global selector lookup to ignore hidden methods... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Argyrios Kyrtzidis | [libclang] In clang_reparseTranslationUnit_Impl, move... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Argyrios Kyrtzidis | [PCH/Modules] The iterator may become invalidated becau... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Reed Kotler | First step in implementation of mips16 and nomips16... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Argyrios Kyrtzidis | [libclang] In clang_getCursorType, don't crash if the... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Fix a bug where we would move a following line into... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Argyrios Kyrtzidis | [preprocessor] Call the MacroUndefined callback even... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Fix parsing error in conditional expressions. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Argyrios Kyrtzidis | [PCH/Modules] Change how macro [re]definitions are... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Improve understanding of unary operators. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Disable inlining of short ifs in Google style. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Add option to avoid "bin-packing" of parameters. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Manuel Klimek | Add debugging support for split penalties. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Manuel Klimek | Use standard llvm Debug.h support for debugging output. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Alexander Kornienko | Clang Format: A couple of tests for the trailing stuff... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Alexander Kornienko | Clang Format: Handle missing semicolon |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Alexey Samsonov | Fix uninitialized bool flag access in SanitizerArgs... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Calculate the total length of a line up to each token... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Change the datastructure for UnwrappedLines. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Never merge < and ::, as it produces different tokens. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Daniel Jasper | Remove errors were if statements were incorrectly put... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
NAKAMURA Takumi | clang/test/Driver/darwin-sdkroot.c: Suppress this on... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Anna Zaks | [analyzer] Add an annotation to allow suppression of... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Anna Zaks | [analyzer] Fix warning typo. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Anna Zaks | [analyzer] Refactor: parameter rename. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Douglas Gregor | Add -fmodules-autolink/-fno-modules-autolink (defaults... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Eric Christopher | Collect both normal and static data members of a class... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Dmitri Gribenko | Documentation: fix typo |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Douglas Gregor | Document the redeclaration and overriding restrictions... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Douglas Gregor | One can have an unavailable method overridden by an... |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Douglas Gregor | Apply adjustment to function- and array-typed non-type... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix signed/unsigned Compare |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Avoid unsigned Compare to int |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Douglas Gregor | When checking availability attributes for consistency... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Casting |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Casting |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Casting |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Casting |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Cast |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Casting |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Const Cast |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Cast |
commit | commitdiff | tree | snapshot |
2013-01-15 |
David Greene | Fix Cast Code |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Aaron Ballman | Typo correction; no functional change. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Daniel Dunbar | [driver/Darwin] Adjust SDKROOT handling code to not... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Dmitri Gribenko | Add a test for -Wsemicolon-before-method-body fixit |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Manuel Klimek | Do not traverse the break-state when we know we cannot... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Manuel Klimek | Fix formatting of preprocessor directives (incluces... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Daniel Jasper | Improve operator kind detection in presence of comments. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Manuel Klimek | Fixes various bugs around the keywords class, struct... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Alexander Kornienko | Resolved merge error with r172323 (llvm::X -> X) |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Smith | Don't crash when binding a reference to a temporary... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Smith | PR14950: Fix out-of-bounds function parameter access... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Smith | PR14918: Don't confuse braced-init-lists after template... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Douglas Gregor | Add -fopenmp -cc1 option and wire it up to define _OPEN... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Richard Smith | Fix behavior of [[gnu::]] function attributes. Per... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Chad Rosier | [driver] Warnings for warning options are handled by... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Dmitri Gribenko | Document that we should recognize attributes supported... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | Refactor to call ActOnFinishFullExpr on every full... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Michael Gottesman | Multiprecision subtraction builtins. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Douglas Gregor | Topologically sort the link options generated for modul... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Douglas Gregor | When forming the link options for an imported module... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Jordan Rose | [analyzer] Add ProgramStatePartialTrait<const void *>. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Jordan Rose | [analyzer] Fix cast-away-const warning by using const_cast. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Jordan Rose | [analyzer] -drain is not an alias for -release. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Douglas Gregor | Switch autolinking metadata format over to actual linke... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Douglas Gregor | Infer "link" lines for top-level frameworks. Essentiall... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Bill Schmidt | This patch addresses varargs processing for small compl... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Douglas Gregor | Implement parsing, AST, (de-)serialization, and placeho... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Manuel Klimek | Fixes formatting of nested brace initializers. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Make single-line if statements optional. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Fix a bug in the line merging. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Fix bug that would lead to joining preprocessor directives. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Put simple preprocessor directives on a single line. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Benjamin Kramer | Turns out there is a simpler way of getting a set diffe... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Put short if statements on a single line. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Alexander Kornienko | Dump comments in -ast-dump. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
NAKAMURA Takumi | clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Refactor datastructure used in clang-format. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Daniel Jasper | Improve understanding post increment and decrement. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Alexander Kornienko | Custom DiagnosticConsumer parameter of reformat() ... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Manuel Klimek | Adds some more tests for * and &. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | Add extra tests for [[gnu::...]] attributes, missed... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | Fix regression in r172376. Don't try to detect missing... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | Accept [[gnu::*]] for all __attribute__((*))s which... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Nico Weber | Formatter: Add a test for bitfields. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | PR12008: defer adding the implicit 'const' to a constex... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Richard Smith | *this is const in a trailing-return-type for a constexp... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Dmitri Gribenko | libclang: remove a few const_casts |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Dmitri Gribenko | Constify argument of Preprocessor::getMacroInfoHistory... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Dmitri Gribenko | Remove an unneeded const_cast |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Dmitri Gribenko | ArrayRef'ize Sema APIs related to format string checking |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Dmitri Gribenko | Document behavior of -Wformat-nonliteral, it is differe... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Daniel Jasper | Stronger respect the input codes line breaks wrt. comments. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Michael J.... | Fix LLP64 build. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Daniel Jasper | Format unions like structs and classes. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Chandler Carruth | Refactor the x86 CPU name logic in the driver and pass... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
NAKAMURA Takumi | CGBuiltin.cpp: Fix abuse of ArrayRef in EmitOverflowInt... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Daniel Jasper | Always put a space after ",". |
commit | commitdiff | tree | snapshot |
next |