2013-01-24 |
Michael Han | PR14922: when printing an attribute, use the real synta... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix a non-conformant OpenCL test case. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Properly remove this test file, that I copied over... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix an OpenCL test case that was OpenCL conformant. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/GlobalModuleIndex: Don't open the same file twice... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/test/Modules/global_index.m: XFAILing on win32... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Give warn_redecl_library_builtin a flag name: -Wincompa... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Start checking nonnull (as well as format and argument_... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Fix some wonky formatting, remove spurious emacs major... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Richard Smith | Micro cleanup: use an array of const char, rather than... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | The diagnostic is now a warning instead of an error... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Fix for case-sensitive file systems. Ugh |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Implement the writer side of the global module index. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add a test case for 'analyzer_noreturn' on category... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Always process an index.html file if we have HTML outpu... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add missing null check. Not sure why my tests passed... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Honor attribute 'analyzer_noreturn' on Objective-C... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Add extra indent for nested calls inside if's. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Implement -Wvla correctly |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Factor the trait for lookup into the on-based hash... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Sean Silva | docs: clear up ambiguity |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Argyrios Kyrtzidis | [PCH] Temporarily disable the "ambiguous macro" warning... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Documentation: add a note that -cc1 options are not... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | libclang: change return type of getCursorDecl() to... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Use 'const Decl *' throughout code completion in Sema |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Add constness for NestedNameSpecifier::Create parameter |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Don't try to align builder-type continuations on assign... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Constify some getters in RedeclarableTemplateDecl |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Remove uneeded casts |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Don't try to do a hanging ident after assignments. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Manuel Klimek | Fix handling of macro definitions. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Manuel Klimek | Fixes layouting regression and invalid-read. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Fix the formatting of pointer/reference types in range... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Removing the penalty for breaking after "=". |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Fix another regression for pointer types. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Joey Gouly | Add a new LangOpt NativeHalfType. This option allows... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Fix regression in formatting pointer types. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Manuel Klimek | Fixes incorrect handling of the declaration context... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Manuel Klimek | Fix segfaults in the formatter. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Add option to allow putting all parameters onto the... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Manuel Klimek | Allow us to better guess the context of an unwrapped... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Explicitly cast away the const-ness instead of doing... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Explicitly cast away the const-ness instead of doing... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Remove the last of uses that use the Attribute object... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Nick Lewycky | Make __attribute__((nonnull)) use the general expressio... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
NAKAMURA Takumi | clang/test/Driver/output-file-is-dir.c: This requires... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Dunbar | [Driver] Don't remove non-regular files that were outputs. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
James Dennett | Documentation cleanup: fixing documentation for Fronten... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Use the AttributeSet when adding multiple attributes... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Douglas Gregor | Fix compilation on Linux, which defines PATH_MAX in... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Chad Rosier | Add a triple, per Ben's suggestion. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Chad Rosier | Second attempt to fix ppc bots. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Chad Rosier | Add x86 requirement to hopefully fix ppc bots. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Adhemerval... | PowerPC: fix __builtin_eh_return_data_regno return |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Chad Rosier | [ms-inline asm] Remove the -fenable-experimental-ms... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Ted Kremenek | Split "discards qualifiers" warnings of -Wincompatible... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Dmitri Gribenko | Update docs: nullptr conversion tool landed |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Fariborz Jahanian | Small code change to improve performance |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Fariborz Jahanian | objectiveC (take two): don't warn when in -Wselector... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Chad Rosier | [ms-inline asm] Remove a warning about ms-style inline... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Douglas Gregor | Make getDefinitiveDeclContext() actually return a DeclC... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Nico Weber | Fix a bug in VarDecl::getSourceRange() for static membe... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Nico Weber | Formatter: Remove a fixme klimek fixed in r173168. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Manuel Klimek | Implements more principled comment parsing. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Daniel Jasper | Let the formatter be more restrictive for breaking... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Daniel Jasper | Fix "*" formatting when creating arrays of pointers. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Tim Northover | Switch to APFloat constructor taking fltSemantics. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Alexander Potapenko | [ASan] Fixed darwin-sanitizer-ld.c to match the flags... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Alexander Potapenko | [ASan] Link with the dynamic runtime on OS X |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | libclang: Update comment about USEDLIBS in c-*-test... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
John McCall | Use the correct field to copy/dispose a __block variable. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | clang/test/Index/comment-to-html-xml-conversion.cpp... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | clang/test: [CMake] check-clang doesn't require llvm... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
NAKAMURA Takumi | clang/test/CodeGen/blocks-seq.c: FileCheck-ize. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Daniel Jasper | Remove "incorrect" aligning of trailing comments. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bill Wendling | Have AttributeSet::getRetAttributes() return an Attribu... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Fariborz Jahanian | objectiveC: don't warn when in -Wselector mode and |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Bill Wendling | Make AttributeSet::getFnAttributes() return an Attribut... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Give ModuleFiles an index, so that we can use indexed... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Eliminate Sema::CompareProperties(), which was walking... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Nico Weber | Formatter: Set MatchingParen for [], to match <>, ... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Nico Weber | Formatter: Rename LSquare to Left to make parseSquare... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Fixes various problems around enum parsing. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Eliminate the oddly-named Sema::ComparePropertiesInBase... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Argyrios Kyrtzidis | [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerI... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Jordan Rose | [analyzer] Fix test for r173067. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Replace some unnecessary O(N^2) lookups for properties... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Jordan Rose | [analyzer] Show notes inside implicit calls at the... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Chris Lattner | ReadSourceManagerBlock is skipping over records that... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Revert r173056; it breaks one of the CodeGen-with-PCH... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | When loading an identifier from an AST file solely... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Fixes formatting of empty blocks. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | When deserializing a declaration, don't look for redecl... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Douglas Gregor | Introduce a fast path for the ASTReader's name lookup... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Daniel Jasper | Fix parsing of templated declarations. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Fixes indent in linkage specification blocks. |
commit | commitdiff | tree | snapshot |
next |