2013-12-30 |
Alexander Kornienko | Changed the test to avoid EXPECT_EQ(false, ...), which... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
NAKAMURA Takumi | [CMake][VS][XCode] Restruct the output directory layout... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Nico Weber | Port r198088 (set NO_DEAD_STRIP for clang) from make... |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Jiangning Liu | For AArch64 Neon, simplify scalar dup by lane0 for fp. |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Alp Toker | Fix and reword some typos |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Alp Toker | Cleanup: Switch the preprocessor to err_pp_expected_after |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Nico Weber | Don't use PrintFunctionNames.exports on Windows. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Nico Weber | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Nico Weber | [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionN... |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Nico Weber | Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build. |
commit | commitdiff | tree | snapshot |
2013-12-29 |
Aaron Ballman | Fixing a compile error that recently started happening... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Alp Toker | Briefly document diag-build.sh |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Alp Toker | Rename isBuiltinCall() to getBuiltinCallee() |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Alp Toker | Tidy up CGCXXABI creation |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Bob Wilson | Propagate "-arch x86_64h" setting to the linker. <rdar... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Chandler Carruth | Silence a dubious GCC warning about a set but unused... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Nico Weber | Set NO_DEAD_STRIP for clang after llvm r198087. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Reid Kleckner | Move MS header search test inputs to Inputs/ |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Reid Kleckner | Reduce indentation of some VFTableBuilder code. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Will Wilson | Silence compile warning by removing unused SourceMgr... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Will Wilson | Implement MSVC header search algorithm in MicrosoftMode. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Reid Kleckner | Fix incorrect copy-pasted method decl that MSVC allowed. |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Reid Kleckner | [ms-cxxabi] Emit fewer trivial return adjusting thunks |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Aaron Ballman | In an effort to reduce the likelihood of text getting... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Aaron Ballman | Removed a string literal for a diagnostic, and updated... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Kostya Serebryany | Bury leaked pointers in a global array to silence a... |
commit | commitdiff | tree | snapshot |
2013-12-27 |
Daniel Jasper | clang-format: Break default arguments less eagerly. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Nico Weber | Warn on mismatched parentheses in memcmp and friends. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Warren Hunt | [ms-abi] unix-line endings in lit test, no functional... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Warren Hunt | [ms-abi] Fixes improperly sized vfptrs with pragma... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Teach the diagnostics engine about the Attr type to... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Removed a string literal for an attribute name, which... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | This diagnostic did not accept arguments, and did not... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | s/getter_setter/accessor No functional changes intended. |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Simplifying some diagnostics so that they don't need... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Getting rid of a string literal in favor of the general... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Parameterizing some MS property-related diagnostics... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | No need for the manual quotes and extra getName() call... |
commit | commitdiff | tree | snapshot |
2013-12-26 |
Aaron Ballman | Removing some unneeded code, and a diagnostic that... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Alp Toker | Don't reserve __builtin_types_compatible_p as a C+... |
commit | commitdiff | tree | snapshot |
2013-12-25 |
Jiangning Liu | Add some missing test cases for ACLE intrinsics of... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Nico Weber | Add a FIXME to a failing test. |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Daniel Jasper | clang-format: (WebKit) Disallow 1-line constructors... |
commit | commitdiff | tree | snapshot |
2013-12-24 |
Alp Toker | Support and use token kinds as diagnostic arguments |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Alp Toker | Document the Message parameter of getCustomDiagID() |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Adrian Prantl | remove dead code. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Alp Toker | Fix another misuse of getCustomDiagID() |
commit | commitdiff | tree | snapshot |
2013-12-23 |
NAKAMURA Takumi | clang/Analysis/FlowSensitive/DataflowSolver.h: <functio... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Aaron Ballman | Consolidating some mode attribute diagnostics. No funct... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Daniel Jasper | clang-format: Fix invalid write discovered by ASAN. |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Alp Toker | Add a missing pipe in the test from r197896 |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Alp Toker | TextDiagnosticBuffer: Fix copy-paste mistake in r197856 |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Daniel Jasper | clang-format: Fix various problems in formatting ObjC... |
commit | commitdiff | tree | snapshot |
2013-12-23 |
Hao Liu | [AArch64]The compare to zero intrinsics should be imple... |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Alp Toker | Make some f_Group definitions anonymous and test an... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Aaron Ballman | Removing the alloc_size attribute. The attribute was... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Aaron Ballman | The const and nothrow attributes can be handled by... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Alp Toker | Fix getCustomDiagID() usage in CodeGen and TextDiagnost... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Alp Toker | Fix getCustomDiagID() usage in example code |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Richard Trieu | Add -Winfinite-recursion to Clang |
commit | commitdiff | tree | snapshot |
2013-12-21 |
NAKAMURA Takumi | [CMake] clang/lib/Headers: Install just-generated ... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Alp Toker | Assert that tag decls are never marked (in)valid after... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Richard Trieu | Use this one little trick to prevent optimizers from... |
commit | commitdiff | tree | snapshot |
2013-12-21 |
Nico Weber | Don't mark record decls invalid when one of its methods... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Reid Kleckner | Eliminate the ItaniumVTableContext object from CodeGenV... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
David Blaikie | DebugInfo: Do not include implicit members (implicit... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Alp Toker | Remove obsolete preamble FIXME |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rafael Espindola | Override the datalayout in a module with -triple. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Reid Kleckner | Compare canonical return types when generating MS C... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Alp Toker | Move the TargetMachine instance into EmitAssemblyHelper |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Hans Wennborg | clang-cl: Support /P and /E (preprocess to file or... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adrian Prantl | Remove an outdated statement about debugging optimized... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Adrian Prantl | Document the -fno-limit-debug-info switch in the man... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Daniel Jasper | Enable layering check in unavailable modules. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Daniel Jasper | clang-format: Better support for multi-line wide string... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Argyrios Kyrtzidis | [analyzer] Use DataRecursiveASTVisitor for the Analysis... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Argyrios Kyrtzidis | Move tools/libclang/RecursiveASTVisitor.h -> include... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Argyrios Kyrtzidis | [libclang/python] Add CompilationDatabase.getAllCompile... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Jordan Rose | Serialize source range info for TypeTraitExpr. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Dmitri Gribenko | Correctly compute the size in bytes of PreambleFileHash.MD5 |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Dmitri Gribenko | Add a test I forgot to svn add in r197755 |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Dmitri Gribenko | ASTUnit::getMainBufferWithPrecompiledPreamble: use... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Dmitri Gribenko | Simplify code |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Jordan Rose | [analyzer] Fix test in previous commit to account for... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Ted Kremenek | Wordsmith "maybe" into "may be" in diagnostic, and... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Jordan Rose | [analyzer] Always use 'bool' as the SValBuilder conditi... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Ted Kremenek | Remove dead code identified by Aaron Ballman. |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Aaron Ballman | After discussing with John McCall, removing the ns_brid... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Daniel Jasper | clang-format: Add special case for leading comments... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Aaron Ballman | Reverting r197715 -- it appears that MSVC is happy... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Aaron Ballman | No longer leaking Argument objects after calling create... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Jordan Rose | [CMake] Tweak r197697 to handle CMake finding the wrong... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Aaron Ballman | Type attribute do not get an AST node by default, so... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Aaron Ballman | Removing the SourceLocation unused attribute argument... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Fariborz Jahanian | ObjectiveC. Sema test for property, methods |
commit | commitdiff | tree | snapshot |
2013-12-19 |
NAKAMURA Takumi | check-clang: Suppress LLVM_LIT in add_lit_testsuite... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Rafael Espindola | Small simplification: p0 is the same as p. |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Daniel Jasper | clang-format: Increase penalty for breaking comments. |
commit | commitdiff | tree | snapshot |
2013-12-19 |
NAKAMURA Takumi | [CMake][Standalone] Rewrite standalone build based... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Will Wilson | Fix comment typo. |
commit | commitdiff | tree | snapshot |
next |