2011-08-18 |
Kaelyn Uhrain | Don't accept a typo correction if the corrected identif... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Remove main() *errors* from warning group. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Reapply r137903, but fix the definition of size_t in... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Argyrios Kyrtzidis | [libclang] Support code-completion inside macro arguments. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | Temporarily revert r137925 to appease buildbots. Origin... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Anna Zaks | Add a test for checking that custom diagnostic visitors... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kaelyn Uhrain | Rework DiagnoseInvalidRedeclaration to add the ability... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Argyrios Kyrtzidis | [libclang] Annotate correctly macro argument tokens. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | Use StringRef, rather than C string APIs. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Manuel Klimek | Fixes traversal of class template nodes on template... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Francois Pichet | Add support for MSVC __unaligned attribute. Necessary... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chandler Carruth | Always mark friend function declarations in class templ... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Douglas Gregor | Teach ModuleManager::addModule() to check whether a... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Douglas Gregor | Keep track of which modules have been loaded directly... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Revert r137903, "Add experimental -Wstrlcpy-size warnin... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | No seriously, remove the unsupported warning options. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Anna Zaks | Fix a regression form r137894. Make sure the custom... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chandler Carruth | Remove the last FIXMEs on -Wunused-comparison since... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | Fix off by one. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | [driver] Implement in a more table-like manner and... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Add documentation on -Weverything. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Ted Kremenek | Implement '-Weverything', which enables all warnings... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Argyrios Kyrtzidis | For the MacroExpands preprocessor callback, also pass... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Eric Christopher | Add some more options that aren't handled by llvm-gcc... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Chad Rosier | [driver] Don't generate diagnostics (i.e., preprocessed... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Bruno Cardoso... | "-mavx" should also enable all other SSE levels. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Francois Pichet | Downgrade "err_init_list_variable_narrowing" into a... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ted Kremenek | Add experimental -Wstrlcpy-size warning that looks... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Anna Zaks | Add more comments for BugReport. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Anna Zaks | Remove DiagBugReport by pulling it into its parent... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chad Rosier | Fix else style. No functionality change intended. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Anna Zaks | Remove EnhancedBugReport and RangedBugReport - pull... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ted Kremenek | [libclang] Workaround potential race condition with... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
John McCall | Reorganize the return-type vs. expression checking... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
John McCall | Somehow I fouled up this test. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | Remove an unnecessary assignment (to InstFromD). |
commit | commitdiff | tree | snapshot |
2011-08-17 |
John McCall | Gather cleanups correctly in block return statements. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | [analyzer] Migrate assumption and binding handling... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ted Kremenek | Fix incorrect code indentation and silence dead store... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Douglas Gregor | In the AST file format, eliminate the CHAINED_METADATA... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ted Kremenek | Fix a handful of dead stores found by Clang's static... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Anna Zaks | Add a bit more comments to the BugReporter and friends. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [libclang] Implicit objc methods are skipped, no need... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | Mark objc methods that are implicitly declared for... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Douglas Gregor | Fix -ferror-limit= to properly emit notes following... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chad Rosier | Fix iterator end for r137842. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chad Rosier | [driver] Clang doesn't support -mkernel/-fapple-kext... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Eli Friedman | Add additional path to Linux toolchain. Patch by Will... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Nico Weber | Add Gentoo gcc 4.3.4 include paths |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [python] Fix bug of the SourceLocation binding. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [python] Add test_type.py by Anders Waldenborg, which... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chandler Carruth | Whitelist operator== and operator!= as valid for unused... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chandler Carruth | Treating the unused equality comparisons as something... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chandler Carruth | Fix this test which had encoded the typo fixed in r137814. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chandler Carruth | Don't suggest assignment in implausible situation.... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Chandler Carruth | Introduce a new warning, -Wtop-level-comparison. This... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | Hook up -W[no-]analyzer-incompatible-plugin to new... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | [analyzer] Add a warning for an incompatible plugin... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Benjamin Kramer | Silence compiler warnings by casting object pointers... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | Don't use BuiltinBug in analyzer plugin example. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | [analyzer] Add some documentation for the new analyzer... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
NAKAMURA Takumi | [MSVC] Fix a warning C4334 "'operator' : result of... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Jordy Rose | [analyzer] Add basic support for pluggable checkers. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Francois Pichet | Add serialization support for ClassScopeFunctionSpecial... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [python] Add support for CXType to python bindings. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [libclang] Make clang_getCursor able to handle location... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | Make Lexer::GetBeginningOfToken able to handle macro... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | Introduce SourceManager::getMacroArgExpandedLocation... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | Make SourceManager::isBeforeInTranslationUnit handle... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Argyrios Kyrtzidis | [PCH] When writing out ExpansionInfo, make sure we... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Chandler Carruth | Switch this code to use the more idiomatic 'dyn_cast... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate test from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate from llvm/test/FrontendC++ and FileCheckize. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate test from llvm/test/FrontendC++ and FileCheckize. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate test from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate test from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate varargs.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate weak-external.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate x86-64-abi-sret-vs-2word-struct-param.cpp from |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Eric Christopher | Migrate thunk-linkonce-odr.cpp from llvm/test/FrontendC++. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] teach ExprEngine about loads from static... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Jordy Rose | [analyzer] Overhaul of checker registration in preparat... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Devang Patel | Robustify test, there is no need to check metadata... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Devang Patel | Finalize debug info after all deferred globals are... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Anna Zaks | MacOSKeychainAPIChecker: Turn it on by default. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Jim Grosbach | Update createMCAsmParser() to match r137735. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Anna Zaks | MacOSKeychainAPIChecker: Do not report double allocatio... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] Enhance ConditionVisitor to handle arbitrary... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
NAKAMURA Takumi | CMake: "clang-test" may not depend on check.deps. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] fix operation inversion calculation in Condi... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] Enhance ConditionVisitor to understand eager... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] add ExprEngine::getEagerlyAssumedTags()... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ted Kremenek | [analyzer] Remove PostStmtCustom ProgramPoint. It... |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Argyrios Kyrtzidis | Fix tests for non-darwin hosts. |
commit | commitdiff | tree | snapshot |
next |