2011-02-15 |
Fariborz Jahanian | Warn if method for a deprecated method is implemented. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Chris Lattner | update for ConstantVector API change. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Ted Kremenek | Put "incomplete implementation" warning under a flag. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
John McCall | Don't crash on hierarchy static_casts which appear... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
John McCall | Change the context correctly when instantiating a stati... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Oscar Fuentes | Add current binary and source directories to the header... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | Anger the CMake gods by updating 'clang.xcodeproj'. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | Remove left-over #include. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
John McCall | Provide overload diagnostics when explicit casts involv... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | [analyzer] Overhauling of the checker registration... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | [analyzer] Remove ManagerRegistry which is not used... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | [analyzer] Move include/clang/StaticAnalyzer/AnalysisCo... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | [analyzer] Move Checkers/FrontendActions.cpp -> Fronten... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Argyrios Kyrtzidis | [analyzer] Introduce libclangStaticAnalyzerFrontend... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Ted Kremenek | Remove dead code in IdempotentOperationChecker. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Ted Kremenek | Fix edge case where we don't cull warnings in Idempoten... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Ted Kremenek | Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Jeffrey Yasskin | Add support for the builtins used in gcc 4.4's <cmath... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Ted Kremenek | Handle 'UsingDirective' in CFGRecStmtDeclVisitor. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | update for ConstantVector::get API change. |
commit | commitdiff | tree | snapshot |
2011-02-14 |
John McCall | When parsing an out-of-line member function declaration... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Chris Lattner | fix two broken links and some out of date writing,... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Peter Collingbourne | Add missing file |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Peter Collingbourne | OpenCL: add support for __kernel, kernel keywords and... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Peter Collingbourne | Move support for "#pragma STDC FP_CONTRACT" to Parser... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Peter Collingbourne | Make LexOnOffSwitch a Preprocessor member function |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Fariborz Jahanian | Use hasSameType in one more, hopefully, last place. |
commit | commitdiff | tree | snapshot |
2011-02-13 |
Fariborz Jahanian | Some refactoring and using more modern APIs for |
commit | commitdiff | tree | snapshot |
2011-02-13 |
John McCall | Give some convenient idiomatic accessors to Stmt::child... |
commit | commitdiff | tree | snapshot |
2011-02-13 |
John McCall | Look through array types when deciding whether a field... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Fariborz Jahanian | Implement objective-c++'s block pointer type matching... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | Teach the IdempotentOperations checker to ignore proper... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Argyrios Kyrtzidis | When reading the AST, delay loading of the redeclaratio... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | Update static analyzer build to checker-255. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | Weaken the ObjCSelfInitChecker to only warn when one... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | Add test case for <rdar://problem/6888289>. |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | static analyzer: Also invalidate instance variables... |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Ted Kremenek | Don't emit a dead store for '++' operations unless... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Jeffrey Yasskin | Add CMake dependencies so that LLVM_USED_LIBS order... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ted Kremenek | Don't report dead stores on unreachable code paths... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Zhanyong Wan | Uses llvm::sys::path instead of hand-rolled algorithm... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ted Kremenek | Add test case for PR 8646. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Peter Collingbourne | Reject forbidden storage class specifiers in OpenCL... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ted Kremenek | Remove RegionStoreManager::evalBinOp(), which is now... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ted Kremenek | Rename 'InvalidateRegions()' to 'invalidateRegions()'. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Douglas Gregor | Rename the operation that loads a preprocessed entity... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Fariborz Jahanian | Fix a block sema bug where result type of initializer |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Zhanyong Wan | Improves Clang's virtual file handling. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Douglas Gregor | Don't compare llvm::Optional<> objects directly; compar... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
NAKAMURA Takumi | InitHeaderSearch.cpp: [PR8298] Don't touch drive G... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ted Kremenek | Allow the 'Eng' entry in GRStateManager to be a (possib... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Rafael Espindola | For consistency, use llvm::raw_ostream in the rest... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ken Dyck | Convert RecordLayout::DataSize to CharUnits from bits... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Ken Dyck | Add a helper function, ASTContext::toBits(), that conve... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Rafael Espindola | Use raw_ostream instead of raw_svector_ostream. |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Daniel Dunbar | build/compiler-rt: Fake Clang into using the right... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Douglas Gregor | Eliminate a major performance problem with chained... |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Douglas Gregor | Implement AST/PCH chaining support for macro definition... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Rafael Espindola | Use raw_svector_ostream in more places in the mangler. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Matt Beaumont-Gay | Add braces to quiet a gcc warning. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix think-o I committed without testing, shameful. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix a gcc Wuninitialized false positive. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Douglas Gregor | When we're writing macro definitions to an AST/PCH... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Argyrios Kyrtzidis | For -Woverloaded-virtual take into account canonical... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | Fix family-friendly-o, tsk tsk. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Daniel Dunbar | IRgen: Fix an immediate-exit-from-fn style nit. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Douglas Gregor | Implement two related optimizations that make de-serial... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Adjust the object files to be linked in when mcount... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Add a testcase for the mcount profiling. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Roman Divacky | Implement mcount profiling, enabled via -pg. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ken Dyck | Drop the 'InBits' part from the name of RecordSizeInBit... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ken Dyck | Eliminate some signed-to-unsigned comparision warnings... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_NO_RTTI must be obsolete now! |
commit | commitdiff | tree | snapshot |
2011-02-10 |
John McCall | Move the check that gives functions with unique-externa... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Run ~GRState() when reclaiming GRStates. |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | static analyzer: Make GRStates reference counted, with... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Add hack to CMakeLists.txt so that StaticAnalyzer libra... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Ted Kremenek | Split 'include/clang/StaticAnalyzer' into 'include... |
commit | commitdiff | tree | snapshot |
2011-02-10 |
Devang Patel | If an aggregate is returned as 'sret' argument then... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | Update clang-wpa to pass extra argument to AnalysisMana... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Add target triple. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Fariborz Jahanian | Fix scoping of method declarations and issue |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | Parse: add support for parsing CUDA kernel calls |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | Lexer: add CUDA kernel call tokens |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | AST, Sema, Serialization: add CUDAKernelCallExpr and... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Peter Collingbourne | AST, Sema, Serialization: keep track of cudaConfigureCall |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Do not emit AT_MIPS_linkage_name for Objective-C method... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | Finish up the diagnostic client before we've torn down... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Daniel Dunbar | Driver/Frontend: Wire up -mregparm=. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Nick Lewycky | Non-void functions need to return some value. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
John McCall | Give these little helper functions definitions so that... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
John McCall | Remove vtables from the Stmt hierarchy; this was prett... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Zhanyong Wan | Fix a typo in a comment in tools/clang/unittests/Fronte... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ted Kremenek | Initialize 'reclaimNodes'. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
NAKAMURA Takumi | test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Devang Patel | Emit debug info for objc_selector. |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ken Dyck | Correct units in comments describing Size and getSize(). |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Douglas Gregor | When IRgen refers to a function declaration that is... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Ken Dyck | Convert RecordLayout::Size to CharUnits from bits.... |
commit | commitdiff | tree | snapshot |
next |