index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
objective-C: underline name of the missing method
Fariborz Jahanian
2012-08-31
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
Use LLVM_DELETED_FUNCTION instead of a comment.
Dmitri Gribenko
2012-08-31
Make AnalyzerOptions a shared object between CompilerInvocation and
Ted Kremenek
2012-08-31
Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.
Ted Kremenek
2012-08-31
Make a bunch of methods on Lexer private.
Eli Friedman
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-31
[analyzer] Ensure that PathDiagnostics profile the same regardless of path.
Jordan Rose
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-30
objective-C ARC: under -Wexplicit-ownership-type diagnose those
Fariborz Jahanian
2012-08-30
[analyzer] Refactor the logic that determines if a functions should be
Anna Zaks
2012-08-30
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
Anna Zaks
2012-08-30
[analyzer] Fixup for r162935 as per Jordan's review.
Anna Zaks
2012-08-30
Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly
Richard Trieu
2012-08-30
Extend the "__is_pod" hack, which demotes various type trait keywords
Douglas Gregor
2012-08-30
Fixes a bug for binding memoized match results.
Manuel Klimek
2012-08-30
[analyzer] Do not propagate the [super init] could be nil assumption
Anna Zaks
2012-08-30
Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We
Ted Kremenek
2012-08-30
Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...
Ted Kremenek
2012-08-30
Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.
Ted Kremenek
2012-08-30
Store const& to AnalyzerOptions in AnalysisManager instead of copying
Ted Kremenek
2012-08-30
Move AnalyzerOptions.h to include/clang/StaticAnalyzer.
Ted Kremenek
2012-08-30
Move Analyses.def to include/clang/StaticAnalyzer.
Ted Kremenek
2012-08-30
objective-C: clang must implicitly convert
Fariborz Jahanian
2012-08-30
Make preprocessor act in a GCC-compatible fashion when a macro is redefined
Richard Smith
2012-08-30
Change -analyzer-config to use '=' as the key-value separator, and only
Ted Kremenek
2012-08-30
Tooling: Add a runToolOnCodeWithArgs() function that allows
Nico Weber
2012-08-29
[analyzer] Improved diagnostic pruning for calls initializing values.
Anna Zaks
2012-08-29
Fixed a problem with #pragma push_macro/pop_macro implementation.
Alexander Kornienko
2012-08-29
Reversing the logic since C99 mode is actually not an extension. Also, chang...
Aaron Ballman
2012-08-29
Add new -cc1 driver option -analyzer-config, which allows one to specify
Ted Kremenek
2012-08-29
Keep history of macro definitions and #undefs
Alexander Kornienko
2012-08-28
Modifes BoundNodes to store void* and allow casting them
Manuel Klimek
2012-08-28
Splitting the duplicated decl spec extension warning into two: one is an ExtW...
Aaron Ballman
2012-08-28
[ms-inline asm] Add constraints to MSAsmStmt. We don't currently compute
Chad Rosier
2012-08-28
[ms-inline asm] Make the AsmStmt class non-virtual.
Chad Rosier
2012-08-28
Warn about suspicious implicit conversions from floating point to bool
Hans Wennborg
2012-08-28
Fix a -Wdocumentation warning.
Dmitri Gribenko
2012-08-28
[analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue.
Jordan Rose
2012-08-28
[analyzer] Refactor FindLastStoreBRVisitor to not find the store ahead of time.
Jordan Rose
2012-08-28
[analyzer] Rename CallEvent::mayBeInlined to CallEvent::isCallStmt.
Jordan Rose
2012-08-28
[ms-inline asm] Hoist more common code into the AsmStmt base class. Add stubs
Chad Rosier
2012-08-27
[ms-inline asm] Add virtual function, getClobber, that returns a StringRef.
Chad Rosier
2012-08-27
[ms-inline asm] Hoist getNumClobbers into base class.
Chad Rosier
2012-08-27
[ms-inline asm] Rename getClobber to getClobberStringLiteral. No functional
Chad Rosier
2012-08-27
Appease -Wnon-virtual-dtor
Matt Beaumont-Gay
2012-08-27
[ms-inline asm] Add a few comments.
Chad Rosier
2012-08-27
[ms-inline asm] Hoist common Expr handling logic into AsmStmt.
Chad Rosier
[next]