2012-12-06 |
Richard Smith | Fix http://stackoverflow.com/questions/13521163 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Smith | Don't use dyn_cast on a Type* which might not be canoni... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
NAKAMURA Takumi | Disable clang/test/Preprocessor/macro-multiline.c for... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | more test of template declarations in a |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Fariborz Jahanian | More C++ testing of declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] -fms-compatibility enables... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] Have -fms-extensions enable... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Looks like lit on Windows can't cope with parens here... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | In DeclPrint add printing of '= default' |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | More workarounds for PR10867. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | In DeclPrint add printing of 'explicit' |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Fix an egregiously broken test. This pattern doesn... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Argyrios Kyrtzidis | [c-index-test] Introduce '-index-compile-db' which... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Bill Wendling | Fix name. The array is unboundED. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [driver, ms-inline asm] MS-Style inline assembly is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | fix comment. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | Testing C++ declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Chad Rosier | [ms-inline asm] Add more tests. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: offer a cast to 'unichar' for %C in... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: add more expression types that don... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: a character literal should be printed... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Jordan Rose | Format strings: the correct conversion for 'char' is... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Remove bad and useless enum to bool conversion. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Clang-format: parse for and while loops |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Indentation fixes for clang-format. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Alexander Kornienko | Follow-up to r169286, addresses comments in http:/... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Evgeniy Stepanov | Reuse an existing diagnostic for tsan/msan needing... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
NAKAMURA Takumi | test/Modules/build-fail-notes.m: Tweak to unbreak Win32... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | In C++, if we hit an error in the class-head, don't... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | PR14049: Don't say "expanded from macro 'foo'" when... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Minor reorganization. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Add missing virtual destructors reported by -Wnon-virtu... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Daniel Jasper | Small tweaks to automatic formatting. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Simplify slightly by seperating out the responsibility... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | This test used to fail forever if it failed once, becau... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
NAKAMURA Takumi | Driver.cpp: Restore clang/Config/config.h to be include... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Smith | Simplify diagnostic emission. No functionality change... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread-safety analysis: check locks on method calls... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Anna Zaks | [analyzer] Implement an opt-in variant of direct ivar... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread Safety Analysis: refactor to make more methods... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Fariborz Jahanian | Testing C++ declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-05 |
DeLesley Hutchins | Thread safety analysis: Add a new "beta" warning flag... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Add -whole-archive around the ASan runtime archive... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Ted Kremenek | Alphabetize source files, just like they have been... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Use the 'count' attribute to calculate the upper bound... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Matt Beaumont-Gay | Currently, with -fsanitize=address, the driver appends... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Fariborz Jahanian | Testing C declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Add missing destructors found with -Wnon-virtual-dtor. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Eli Bendersky | Adapt to LLVM commit 169291 which streamlines the usage... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Fariborz Jahanian | additional test for declaration tag of a class extension. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Alexander Kornienko | Error recovery part 2 |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Fariborz Jahanian | objective-c blocks: Consider padding due to alignment |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Alexander Kornienko | Clang-format error recovery part 1 |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | c-index-test.c: Make C89-compliant. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Dmitri Gribenko | libclang: Add a function to libclang for retrieving... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Make parenthesis counting and aligning a bit saner. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Alexander Kornienko | Enum formatting implementation |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Manuel Klimek | Fix spelling I ran over while proof-reading tests. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | ToolChains.cpp: Fixup r169260, clang/Config/config... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Manuel Klimek | Fixes crash in isDerivedFrom for recursive templates. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Small fixes to unary operator recognition and handling... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Autotools has the same include guard for both Clang... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Update matcher documentation with script. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Add parameterCountIs() matcher. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Daniel Jasper | Replace workarounds with correct fixes. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort the #include lines under utils/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Really sort the #include lines in unittests/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort the #include lines for unittests/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort the #include lines for examples/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort #include lines for tools/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort #include lines for all files under include/... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Chandler Carruth | Sort all of Clang's files under 'lib', and fix up the... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | ASTTests, ASTMatchersTests: Move clangEdit before clang... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | Untabify (in USEDLIBS, Makefile(s)). |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/Lex: [CMake] Update CMakefiles since r169229. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Don't test for ASM output but for IR output. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | Refactor recording the preprocessor conditional directi... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | In the PreprocessingRecord, to identify the different... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | [libclang] Avoid copying the CompileCommand related... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | Introduce CompilationDatabase::getAllCompileCommands... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/test/CodeGenCXX/debug-info-zero-length-arrays... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Add a 'count' field to the DWARF subrange. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Richard Smith | Document the existence of -fsanitize=bounds. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/test/Index/comment-objc-decls.m: Try to fix r1691... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Fariborz Jahanian | Testing objective-C declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Ilseman | Have clang use LLVM IR's fast-math flags when in FastMa... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Ilseman | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-12-03 |
NAKAMURA Takumi | clang/test/Driver/fsanitize-blacklist.c: Mark it as... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Richard Smith | Fix test failure when building Clang with g++4.7 -... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Manuel Klimek | Fixes a compile warning and crash in the tests. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Alexey Samsonov | Add Clang flags -fsanitize-blacklist and -fno-sanitize... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Benjamin Kramer | libclangFormat is not libclangTooling, but it depends... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Alexey Samsonov | Fix PR14474: don't emit debug info for interface types... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Daniel Jasper | Initial version of formatting library. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Daniel Jasper | Make hasDeclaration work for enums. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Evgeniy Stepanov | Add -fsanitize=memory. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Will Dietz | [ubsan] Add flag to enable recovery from checks when... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Make helper classes anonymous. Make helper functions... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Simon Atanasyan | [MIPS] Add -mxgot/-mno-xgot command line options |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Add raw_ostream include to pacify MSVC. |
commit | commitdiff | tree | snapshot |
next |