index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CocoaConventions.cpp
Age
Commit message (
Expand
)
Author
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-08-10
Add missing cctype includes.
Joerg Sonnenberger
2012-03-17
Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They ar...
Jordy Rose
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-04
Teach the static analyzer to not treat XPC types as CF types.
Ted Kremenek
2011-12-15
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-10-01
Tweak the interface for analyzing the CF conventions for a name
John McCall
2011-08-28
Warn on missing [super finalize] calls.
Nico Weber
2011-08-17
Fix else style. No functionality change intended.
Chad Rosier
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-16
[analyzer] Per discussions with the Cocoa team, extend CF naming conventions ...
Ted Kremenek
2011-07-16
[analyzer] Place checking for Core Foundation "Create" rule into a proper API...
Ted Kremenek
2011-07-06
Teach the static analyzer's interpretation of Cocoa conventions to
Douglas Gregor
2011-07-06
Added a missing case label.
Fariborz Jahanian
2011-06-16
Finish 2 sentences.
Francois Pichet
2011-06-11
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-03-02
Move some of the logic about classifying Objective-C methods into
John McCall
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-11
[analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention...
Argyrios Kyrtzidis
2010-12-23
Rename static analyzer namespace 'GR' to 'ento'.
Ted Kremenek
2010-12-22
[analyzer] Refactoring: Move stuff into namespace 'GR'.
Argyrios Kyrtzidis
2010-12-17
Fix assertion failure in cocoa::deriveNamingConvention()
Ted Kremenek
2010-12-17
Move CocoaConventions.[h,cpp] from libChecker
Ted Kremenek