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 |
2013-01-21 |
Daniel Jasper | Fix bug discovered by valgrind. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Add regression test. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
NAKAMURA Takumi | AST/VTableBuilder.h: Suppress a warning. [-Wunused... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Fixes detection of class template specializations. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Timur Iskhodzhanov | First step towards vftable generation with -cxx-abi... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Dmitri Gribenko | Add a fixit for _Noreturn main, |
commit | commitdiff | tree | snapshot |
2013-01-21 |
NAKAMURA Takumi | CGDebugInfo.cpp: Fix a warning. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Allow for nested name specifiers in record declarations. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Manuel Klimek | Fix parsing of return statements. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Alexey Samsonov | Port r172856: 'Include ubsan runtime even when building... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
David Blaikie | PR14472: Preserve qualifiers while unwrapping types... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Benjamin Kramer | Prune unused diagnostics. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
NAKAMURA Takumi | clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
NAKAMURA Takumi | Add bitreader to LINK_COMPONENTS in users of libclang... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Alexey Samsonov | Add top-level Clang flag -f(no-)sanitize-address-zero... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Guy Benyei | Implement OpenCL event_t as Clang builtin type, includi... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | update to use the new BitcodeCursor readRecord that... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | Nuke SetUpBuildDumpLog. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Sean Silva | Fix what appears to be a copy-paste error. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
David Blaikie | The last of PR14471: Debug info support for inline... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Michael Gottesman | Fixed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | add back a #include needed on some builders. |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | finish converting the normal cases in ASTReader to... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Tobias Grosser | [cindex.py]: Use spaces instead of tabs |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Chris Lattner | convert some more stuff over to use new cursor APIs. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Dmitri Gribenko | Actually update the test, fixup for r172923 |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Dmitri Gribenko | Use llvm::hexDigitValue in comment lexer |
commit | commitdiff | tree | snapshot |
next |