index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
examples/clang-interpreter/main.cpp
2
-rw-r--r--
include/clang/AST/Attr.h
2
-rw-r--r--
include/clang/AST/Comment.h
26
-rw-r--r--
include/clang/AST/Decl.h
17
-rw-r--r--
include/clang/AST/DeclBase.h
6
-rw-r--r--
include/clang/AST/DeclTemplate.h
2
-rw-r--r--
include/clang/AST/Expr.h
10
-rw-r--r--
include/clang/AST/ExprCXX.h
2
-rw-r--r--
include/clang/AST/ExprObjC.h
4
-rw-r--r--
include/clang/AST/LambdaMangleContext.h
3
-rw-r--r--
include/clang/AST/Stmt.h
6
-rw-r--r--
include/clang/AST/StmtCXX.h
8
-rw-r--r--
include/clang/ASTMatchers/ASTMatchers.h
7
-rw-r--r--
include/clang/ASTMatchers/ASTMatchersInternal.h
6
-rw-r--r--
include/clang/Analysis/Analyses/ThreadSafety.h
2
-rw-r--r--
include/clang/Analysis/Analyses/UninitializedValues.h
4
-rw-r--r--
include/clang/Analysis/CallGraph.h
6
-rw-r--r--
include/clang/Analysis/ProgramPoint.h
2
-rw-r--r--
include/clang/Basic/DiagnosticIDs.h
10
-rw-r--r--
include/clang/Basic/DiagnosticOptions.h
3
-rw-r--r--
include/clang/Basic/Module.h
17
-rw-r--r--
include/clang/Basic/PartialDiagnostic.h
2
-rw-r--r--
include/clang/Basic/SourceManager.h
2
-rw-r--r--
include/clang/Basic/TargetInfo.h
2
-rw-r--r--
include/clang/Driver/Driver.h
4
-rw-r--r--
include/clang/Frontend/LayoutOverrideSource.h
5
-rw-r--r--
include/clang/Frontend/LogDiagnosticPrinter.h
2
-rw-r--r--
include/clang/Frontend/SerializedDiagnosticPrinter.h
3
-rw-r--r--
include/clang/Frontend/TextDiagnosticPrinter.h
2
-rw-r--r--
include/clang/Lex/HeaderSearch.h
6
-rw-r--r--
include/clang/Lex/HeaderSearchOptions.h
2
-rw-r--r--
include/clang/Lex/ModuleLoader.h
3
-rw-r--r--
include/clang/Lex/ModuleMap.h
2
-rw-r--r--
include/clang/Lex/Preprocessor.h
7
-rw-r--r--
include/clang/Lex/PreprocessorOptions.h
6
-rw-r--r--
include/clang/Parse/Parser.h
6
-rw-r--r--
include/clang/Sema/DeclSpec.h
2
-rw-r--r--
include/clang/Sema/DelayedDiagnostic.h
7
-rw-r--r--
include/clang/Sema/MultiplexExternalSemaSource.h
2
-rw-r--r--
include/clang/Sema/Overload.h
2
-rw-r--r--
include/clang/Sema/ScopeInfo.h
4
-rw-r--r--
include/clang/Sema/Sema.h
42
-rw-r--r--
include/clang/Sema/TypoCorrection.h
6
-rw-r--r--
include/clang/Serialization/ASTReader.h
24
-rw-r--r--
include/clang/Serialization/ASTWriter.h
4
-rw-r--r--
include/clang/Serialization/ModuleManager.h
2
-rw-r--r--
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
6
-rw-r--r--
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
4
-rw-r--r--
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
2
-rw-r--r--
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
6
-rw-r--r--
include/clang/StaticAnalyzer/Core/Checker.h
12
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
2
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
6
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
2
-rw-r--r--
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
2
-rw-r--r--
include/clang/Tooling/CommonOptionsParser.h
2
-rw-r--r--
include/clang/Tooling/CompilationDatabase.h
2
-rw-r--r--
include/clang/Tooling/FileMatchTrie.h
2
-rw-r--r--
include/clang/Tooling/JSONCompilationDatabase.h
2
-rw-r--r--
include/clang/Tooling/Refactoring.h
16
-rw-r--r--
include/clang/Tooling/Tooling.h
6
-rw-r--r--
lib/ARCMigrate/ARCMT.cpp
4
-rw-r--r--
lib/ARCMigrate/ObjCMT.cpp
8
-rw-r--r--
lib/ARCMigrate/TransProtectedScope.cpp
4
-rw-r--r--
lib/AST/ASTDiagnostic.cpp
4
-rw-r--r--
lib/AST/ASTDumper.cpp
2
-rw-r--r--
lib/AST/ASTImporter.cpp
30
-rw-r--r--
lib/AST/CommentDumper.cpp
2
-rw-r--r--
lib/AST/CommentSema.cpp
6
-rw-r--r--
lib/AST/Decl.cpp
14
-rw-r--r--
lib/AST/DeclBase.cpp
8
-rw-r--r--
lib/AST/DeclTemplate.cpp
4
-rw-r--r--
lib/AST/DumpXML.cpp
4
-rw-r--r--
lib/AST/Expr.cpp
6
-rw-r--r--
lib/AST/ExprCXX.cpp
2
-rw-r--r--
lib/AST/ExprConstant.cpp
29
-rw-r--r--
lib/AST/ItaniumMangle.cpp
2
-rw-r--r--
lib/ASTMatchers/ASTMatchFinder.cpp
8
-rw-r--r--
lib/Analysis/ReachableCode.cpp
4
-rw-r--r--
lib/Analysis/ThreadSafety.cpp
2
-rw-r--r--
lib/Analysis/UninitializedValues.cpp
4
-rw-r--r--
lib/Basic/Diagnostic.cpp
8
-rw-r--r--
lib/Basic/DiagnosticIDs.cpp
12
-rw-r--r--
lib/Basic/Module.cpp
12
-rw-r--r--
lib/Basic/Targets.cpp
4
-rw-r--r--
lib/CodeGen/CGBlocks.h
4
-rw-r--r--
lib/CodeGen/CGBuiltin.cpp
4
-rw-r--r--
lib/CodeGen/CGCUDANV.cpp
2
-rw-r--r--
lib/CodeGen/CGCall.h
2
-rw-r--r--
lib/CodeGen/CGException.cpp
2
-rw-r--r--
lib/CodeGen/CGExpr.cpp
18
-rw-r--r--
lib/CodeGen/CGExprConstant.cpp
2
-rw-r--r--
lib/CodeGen/CGExprScalar.cpp
4
-rw-r--r--
lib/CodeGen/CGObjC.cpp
2
-rw-r--r--
lib/CodeGen/CGObjCGNU.cpp
8
-rw-r--r--
lib/CodeGen/CGObjCMac.cpp
22
-rw-r--r--
lib/CodeGen/CodeGenAction.cpp
2
-rw-r--r--
lib/CodeGen/CodeGenFunction.cpp
8
-rw-r--r--
lib/CodeGen/CodeGenFunction.h
6
-rw-r--r--
lib/CodeGen/CodeGenModule.cpp
4
-rw-r--r--
lib/CodeGen/CodeGenModule.h
2
-rw-r--r--
lib/Driver/SanitizerArgs.h
4
-rw-r--r--
lib/Driver/ToolChains.cpp
2
-rw-r--r--
lib/Edit/EditedSource.cpp
6
-rw-r--r--
lib/Format/Format.cpp
8
-rw-r--r--
lib/Format/UnwrappedLineParser.h
2
-rw-r--r--
lib/Frontend/ASTConsumers.cpp
2
-rw-r--r--
lib/Frontend/ASTUnit.cpp
2
-rw-r--r--
lib/Frontend/CompilerInstance.cpp
2
-rw-r--r--
lib/Frontend/CompilerInvocation.cpp
4
-rw-r--r--
lib/Frontend/DependencyGraph.cpp
13
-rw-r--r--
lib/Frontend/DiagnosticRenderer.cpp
2
-rw-r--r--
lib/Frontend/LayoutOverrideSource.cpp
4
-rw-r--r--
lib/Frontend/SerializedDiagnosticPrinter.cpp
23
-rw-r--r--
lib/Frontend/Warnings.cpp
2
-rw-r--r--
lib/Lex/HeaderSearch.cpp
8
-rw-r--r--
lib/Lex/Lexer.cpp
2
-rw-r--r--
lib/Lex/MacroArgs.cpp
2
-rw-r--r--
lib/Lex/MacroArgs.h
3
-rw-r--r--
lib/Lex/ModuleMap.cpp
11
-rw-r--r--
lib/Lex/PPDirectives.cpp
2
-rw-r--r--
lib/Lex/PPMacroExpansion.cpp
2
-rw-r--r--
lib/Lex/Preprocessor.cpp
4
-rw-r--r--
lib/Parse/ParseDecl.cpp
2
-rw-r--r--
lib/Parse/ParseDeclCXX.cpp
2