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 |
2013-01-19 |
Dmitri Gribenko | Comment parsing: add more tests for html character... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | switch a bunch of ASTReader to use the new BitstreamCur... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | random tidying |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Jordan Rose | [analyzer] Don't show "Entered 'foo'" if 'foo' is implicit. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
David Blaikie | Emit the function type of member function pointer types... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Benjamin Kramer | libclangSerialization also depends on the bitreader. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | update header comment. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | fix the unit tests too. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | these now depend on the bitcode reader too. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chris Lattner | this depends on the bitcode reader, since it is using it. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Tobias Grosser | [cindex.py] Add cache for CompletionChunk spellings |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Tobias Grosser | [cindex.py] Replace CachedProperty with our own impleme... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Tobias Grosser | [cindex.py]: Speed up lookup of the completion kind |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chandler Carruth | Re-sort all the headers. Lots of regressions have crept... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Chandler Carruth | Move an input header file under an Inputs directory... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ted Kremenek | Reapply r172878 with test case. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Richard Smith | Fix five more cases of tokens which can legally follow... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Argyrios Kyrtzidis | [PCH/Modules] Revert r172843, it caused a module to... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Anna Zaks | [analyzer] Suppress warnings coming out of macros defin... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
NAKAMURA Takumi | Revert r172878, "Reword warning about using a *static... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ted Kremenek | Reword warning about using a *static* variable within... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Ted Kremenek | -Wuninitialized: warn about uninitialized values result... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
David Blaikie | Remove windows line endings. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Matt Beaumont-Gay | Remove unused variable |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Jordan Rose | Adopt llvm::hexDigitValue. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Jordan Rose | Fix mismatched #endif. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Douglas Gregor | Once we've collected the template arguments for a |
commit | commitdiff | tree | snapshot |
2013-01-18 |
DeLesley Hutchins | Thread-safety analysis: ignore edges from throw express... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Richard Smith | Include ubsan runtime even when building a shared libra... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Akira Hatanaka | [mips] Enable inlining of atomic ops on mips32 and... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Bill Wendling | Use the AttributeSet query method instead of the Attrib... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Argyrios Kyrtzidis | [PCH/Modules] Re-apply r172620 and r172629, now with... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Nico Weber | Fix parsing of class specifiers before '\n' 'operator'. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Jordan Rose | [analyzer] Special path notes for C++ special member... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Jordan Rose | [analyzer] Do a better job describing C++ member functi... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Manuel Klimek | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Manuel Klimek | Fixes issues around pulling in the next line in simple... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
NAKAMURA Takumi | clang/test/CodeGen: Suppress a couple of tests on win32... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Manuel Klimek | Fixes problems with line merging in the face of preproc... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
NAKAMURA Takumi | clang-check: Introduce llvm::sys::PrintStackTraceOnErro... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Will Dietz | [ubsan] Add support for -fsanitize-blacklist |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Daniel Jasper | Reduce penalty for splitting between ")" and ".". |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Daniel Jasper | Also align trailing line comments in include directives. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Daniel Jasper | Let the formatter align trailing line comments where... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Nico Weber | Formatter: After case blocks, "break" goes on the same... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Nico Weber | Formatter: Enable @encode test. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Douglas Gregor | Revert Clang r172620 and r172629, which caused a hang... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Nico Weber | Formatter: The contents of @selector() should be format... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Douglas Gregor | When checking the parameter types of an Objective-C... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Chad Rosier | [ms-inline asm] Test case for r172773. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Douglas Gregor | One can override an Objective-C ARC ownership qualifier... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Richard Smith | Some builtins do not evaluate their arguments. Teach... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Douglas Gregor | In Objective-C ARC, completely ignore ownership qualifi... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Anna Zaks | [analyzer] DirectIvarAssignment: allow suppression... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Richard Smith | Defer checking for unsequenced operations on the RHS... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Jordan Rose | Format strings: don't ever convert %+d to %lu. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Richard Smith | Parsing support for C11's _Noreturn keyword. No semanti... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Richard Smith | -Wunsequenced: if the LHS of an &&, || or ?: is not... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Kevin Enderby | We want the dwarf AT_producer for assembly source files... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Peter Collingbourne | Do not pass -pie flag to linker if -shared specified... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Chad Rosier | [ms-inline asm] Updates and test case for r172743. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Chad Rosier | [ms-inline asm] Extend the Sema interface to get the... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Jordan Rose | Format strings: correct signedness if already correctin... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Jordan Rose | Convert test/FixIt/format-darwin.m to use relative... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Joey Gouly | Add some semantic checks for OpenCL. Variadic macros... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Nico Weber | Formatter: Get bit tests in ifs right. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Dmitri Gribenko | Documentation: formatting |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Daniel Jasper | Allow breaking after the trailing const after a functio... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Chandler Carruth | Add initial rough support for synthesizing linker optio... |
commit | commitdiff | tree | snapshot |
next |