llvm-project/clang/lib
Kristof Umann cc85244528 [analyzer][UninitializedObjectChecker] Moved non-member functions out of the anonymous namespace
As the code for the checker grew, it became increasinly difficult to see 
whether a function was global or statically defined. In this patch,
anything that isn't a type declaration or definition was moved out of the
anonymous namespace and is marked as static.

llvm-svn: 336901
2018-07-12 13:13:46 +00:00
..
ARCMigrate Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AST [ASTImporter] Fix infinite recursion on function import with struct definition in parameters 2018-07-12 11:50:21 +00:00
ASTMatchers [ASTMatchers] A matcher for Objective-C @autoreleasepool 2018-07-06 21:36:04 +00:00
Analysis os_log: When there are multiple privacy annotations in the format 2018-07-11 22:19:14 +00:00
Basic Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requested name" 2018-07-11 18:43:07 +00:00
CodeGen Fix setting of empty implicit-section-name attribute 2018-07-11 20:17:54 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' options 2018-07-11 12:45:25 +00:00
Edit Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Format [clang-format/ObjC] Put ObjC method arguments into one line when they fit 2018-07-09 07:08:45 +00:00
Frontend [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts 2018-07-10 12:17:34 +00:00
FrontendTool Add a new driver mode to dump compiler feature and extension options. 2018-05-31 13:57:09 +00:00
Headers [X86] Lowering integer truncation intrinsics to native IR 2018-07-10 08:22:44 +00:00
Index [Index] Add index::IndexingOptions::IndexImplicitInstantiation 2018-07-09 21:49:06 +00:00
Lex [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts 2018-07-10 12:17:34 +00:00
Parse [OPENMP] Make clauses closing loc point to right bracket. 2018-07-06 19:35:42 +00:00
Rewrite Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Sema [ASTImporter] Refactor Decl creation 2018-07-12 09:42:05 +00:00
Serialization Revert -r336726, which included more files than intended. 2018-07-10 20:51:41 +00:00
StaticAnalyzer [analyzer][UninitializedObjectChecker] Moved non-member functions out of the anonymous namespace 2018-07-12 13:13:46 +00:00
Tooling Reland "Move #include manipulation code to new lib/Tooling/Inclusions." 2018-06-04 09:04:12 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00