index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-11-11
clang-cc: Move InitializeAnalyzerOptions into Options.cpp
Daniel Dunbar
2009-11-11
clang-cc: Start coalescing "frontend" options.
Daniel Dunbar
2009-11-11
clang-cc: Move InitializeDiagnosticOptions to Options.cpp
Daniel Dunbar
2009-11-11
clang-cc: Move HeaderSearchOptions to Options.cpp
Daniel Dunbar
2009-11-11
Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and
Daniel Dunbar
2009-11-11
clang-cc: Move InitializeLangOptions to Options.cpp.
Daniel Dunbar
2009-11-11
Inline some trivial functions.
Daniel Dunbar
2009-11-11
CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...
Ted Kremenek
2009-11-11
Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...
Ted Kremenek
2009-11-11
clang-cc: Move InitializePreprocessorOptions to Options.cpp
Daniel Dunbar
2009-11-11
Remove public headers for UndefinedArgChecker, AttrNonNullChecker, and BadCal...
Ted Kremenek
2009-11-11
clang-cc: Simplify this code, now that predefines handling is uniform in the
Daniel Dunbar
2009-11-11
Redo how PCH handles its implicit include. Instead of treating this specially in
Daniel Dunbar
2009-11-11
More StringRef simplification to PCHValidator::ReadPredefinesBuffer.
Daniel Dunbar
2009-11-11
And now a test fix in +Asserts mode, which I broke.
Daniel Dunbar
2009-11-11
Fix some tests in -Asserts mode.
Daniel Dunbar
2009-11-11
Rewrite splitLines using StringRef; this is much simpler, and also now avoids
Daniel Dunbar
2009-11-11
Refactor DereferenceChecker to use only the new Checker API instead of
Ted Kremenek
2009-11-11
Preserve source locations when building offsetof expressions featuring
John McCall
2009-11-11
More VTT work. We now track offsets and use the ctor vtable builder
Mike Stump
2009-11-11
Fixup spacing.
Mike Stump
2009-11-11
Apparently the following idiom is specifically encouraged:
John McCall
2009-11-11
Avoid generating additional destructor(s) for initialized constructed
Fariborz Jahanian
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-11-11
Recognize -fsyntax-only as a "consumer only" action.
Daniel Dunbar
2009-11-11
StringRefify some PCH interfaces.
Daniel Dunbar
2009-11-11
Replace startsWith functions with StringRef.
Daniel Dunbar
2009-11-11
Stub out most of the VTT building code. WIP.
Mike Stump
2009-11-11
Create a new Scope when parsing a declaration with a C++ scope specifier.
John McCall
2009-11-10
Add Diagnostic::Report method for reporting diagnostics without a location.
Daniel Dunbar
2009-11-10
PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries.
Daniel Dunbar
2009-11-10
Diagnose illegally typed operator new/new[].
Fariborz Jahanian
2009-11-10
Attach location info with llvm.dbg.declare.
Devang Patel
2009-11-10
Add FIXIT hint for -Wsemicolon-before-method-body
Ted Kremenek
2009-11-10
Revert r86741; it doesn't handle virtual bases correctly.
Eli Friedman
2009-11-10
Minor optimization to skip null check in generated code where it isn't
Eli Friedman
2009-11-10
Fix for PR5454: make sure to use the right block as the predecessor in the
Eli Friedman
2009-11-10
Shuffle order of warning declarations (alphabetize).
Ted Kremenek
2009-11-10
Make -Wsemicolon-before-method-body opt-in (and part of -Wextra). Addresses ...
Ted Kremenek
2009-11-10
Decouple more of clang-cc by moving ImplicitP[CT]H options into
Daniel Dunbar
2009-11-10
Update CMake file.
Ted Kremenek
2009-11-10
Add newline at EOF.
Benjamin Kramer
2009-11-10
Silence warning.
Benjamin Kramer
2009-11-10
Use #include <stdio.h> when using fprintf and stderr.
Dan Gohman
2009-11-10
clang-cc: Start moving "pure" option handling to Options.cpp, to separate it
Daniel Dunbar
2009-11-10
clang-cc: Sink more options inside codegenopts namespace.
Daniel Dunbar
2009-11-10
Change LangOpts initialization to directly test the code generation options,
Daniel Dunbar
2009-11-10
Improve parsing of template arguments to lay the foundation for
Douglas Gregor
2009-11-10
Changed a variable name to match what it represents
Fariborz Jahanian
2009-11-10
This patch implements Code gen. for destruction of
Fariborz Jahanian
[prev]
[next]