projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2011-02-24
Chris Lattner
Reimplement DefineTypeSize in terms of APInt. This...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Chris Lattner
rework processing of unavailable and deprecated attribu...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Ted Kremenek
Fix tiny error in CFG construction for BinaryConditiona...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Chandler Carruth
Tweak this test a bit further to make it easier on...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Douglas Gregor
Test case for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Douglas Gregor
Teach NestedNameSpecifier to keep track of namespace...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Ken Dyck
Use CharUnits values for Size and DataSize outside...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Ken Dyck
Use Context.getCharWidth() in place of literal '8's...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Ken Dyck
Make the Size and DataSize members more CharUnits-frien...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Argyrios Kyrtzidis
[analyzer] Remove unused functions from CheckerManager.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Argyrios Kyrtzidis
[analyzer] Migrate StreamChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Argyrios Kyrtzidis
[analyzer] Migrate CStringChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Douglas Gregor
Tweak the CXXScopeSpec API a bit, so that we require the
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Douglas Gregor
Teach CXXScopeSpec to handle the extension of a nested...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Chandler Carruth
Handle value dependent LHS as well as RHS. Test both...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Chandler Carruth
Clean up the CMake test execution by nuking this direct...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Chandler Carruth
Implement a warning for known shift overflows on consta...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Fix bogus -Warray-bounds warning involving 'array[true...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Nick Lewycky
Preserve what the user passed to -include when emitting...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate StackAddrLeakChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Refactor EndOfFunctionNodeBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Matt Beaumont-Gay
fix typo in *all* of the test cases
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Matt Beaumont-Gay
fix typo in test too
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] const goodness.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Rename runPathSensitiveCheckers -> expandGra...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate ChrootChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Matt Beaumont-Gay
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Chandler Carruth
Fix the behavior of -Wignored-qualifiers on return...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Douglas Gregor
Mention libclang in the Doxygen documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
David Chisnall
Fix type mismatch between property function that CGObjC...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
NAKAMURA Takumi
CMake: Don't use ${CMAKE_CFG_INTDIR} for installed...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate to CheckerV2:
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Add LangOptions in CheckerManager.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Teach CFGBuilder about null pointer constants in condit...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Add null check in CursorVisitor::RunVisitorWorkList...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Anders Carlsson
Don't give an error for 'try' and 'throw' if they occur...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Anders Carlsson
Add a -fcxx-exceptions flag to clang -cc1. This control...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Anders Carlsson
Add a CXXExceptions flag to LangOptions.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Add doxygen comments to Sema::DiagRuntimeBehavior().
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Add test case (from PR 8876) for suppressing 'indirecti...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Peter Collingbourne
Sema: diagnose kernel calls to non-global functions
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Add test case for PR 9284, a false positive for -Warray...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Enhance Sema::DiagRuntimeBehavior() to delay some diagn...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Migrate CFGReachabilityAnalysis out of the IdempotentOp...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Have IdempotentOperationsChecker pull its CFGStmtMap...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Issue AnalysisBasedWarnings as part of calling Sema...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Update Sema::DiagRuntimeBehavior() to take an optional...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Ted Kremenek
Change -Warray-bounds logic to use DiagRuntimeBehavior...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate to CheckerV2:
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Chandler Carruth
Switch the VerifyDiagnosticsClient to use PresumedLocs...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Richard Smith
Update the www to indicate that auto is now implemented.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Richard Smith
Fix PR9276: We were missing the checks for auto deducin...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Migrate the BasicObjCFoundationChecks to...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Fix CheckerManager::runCheckersForObjCMessage.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
Silence a MSVC warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
[analyzer] Refactor BugTypes and their ownership model.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Argyrios Kyrtzidis
In the clang.xcodeproj modify the 'clang' target to...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Fariborz Jahanian
Better parser recovery when method is
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Richard Smith
DeclGroup's operator[] always returned the first Decl...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Matt Beaumont-Gay
Clean up the error recovery at the bottom of Sema:...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
When checking for abstract types, don't crash when...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Fariborz Jahanian
Provide Fixit warning when 'auto' is intended as storage
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
John McCall
Emit the structure layout of the block literal paramete...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
John McCall
Give ImplicitParamDecl a public constructor so that...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
John McCall
Provide a Decl::getNonClosureContext to look through...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
We need a longer long when testing this pathe Microsoft...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Devang Patel
A constructor call should force class's debug info...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Chris Lattner
improve support for SUSE Linux Enterprise Server 11...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
Enable enumeration types with a fixed underlying type...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Matt Beaumont-Gay
Use an unused-except-in-Debug variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Devang Patel
Use LLVM coding standard.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
Implement the GNU C extension which permits the initial...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Argyrios Kyrtzidis
[analyzer] Start moving the path-sensitive checkers...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Argyrios Kyrtzidis
[analyzer] Separate CheckerContext into its own include...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Argyrios Kyrtzidis
[analyzer] Fix GRStatePartialTrait<bool> and introduce...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Joerg Sonnenberger
Remove the storage for -cxx-system-include. Make libcxx...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Peter Collingbourne
Reimplement __pragma support using a TokenLexer
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Peter Collingbourne
Make TokenLexer capable of storing preprocessor directi...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Oscar Fuentes
CMAKE_EXECUTABLE_SUFFIX is undefined when a cmake scrip...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
John McCall
Establish the iteration variable of an ObjC for-in...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
John McCall
Reorganize the emission of local variables.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Ted Kremenek
Add CStringChecker support for strncpy. Patch by Lenny...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Ted Kremenek
Add CStringChecker support for strnlen. Patch by Lenny...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
NAKAMURA Takumi
lib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
Fix a little bug in the handling of enumeration types...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Douglas Gregor
Warn about implicit conversions between values of diffe...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Anders Carlsson
Make clang -cc1 disable Objective-C exceptions by defau...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Anders Carlsson
Move some Objective-C tests to SemaObjC and CodeGenObjC.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Richard Smith
In Objective-C, there are no trailing return types...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Joerg Sonnenberger
Bug#8945: Add -cxx-isystem option to specify C++ system...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Richard Smith
Fix a few auto-related issues:
commit
|
commitdiff
|
tree
|
snapshot
2011-02-22
Richard Smith
Add reference to PR 9278 for archaeologists.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Fariborz Jahanian
Warn when type modifiers on objc method declarations in
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
David Chisnall
The instance size of a metaclass should be the size...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Richard Smith
C++0x's deduced auto is illegal in typedefs.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Daniel Dunbar
Targets/Darwin: mcount name on Darwin needs to be unman...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Ted Kremenek
Fix a CFGBuilder bug exposed on convoluted control...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-21
Chris Lattner
add one more case of mismatched input/output constraints.
commit
|
commitdiff
|
tree
|
snapshot
next