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
/
Frontend
Age
Commit message (
Expand
)
Author
2012-09-27
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...
Argyrios Kyrtzidis
2012-09-27
[libclang] Always report a CXCursor_MacroDefinition for code-completion
Argyrios Kyrtzidis
2012-09-26
Have ASTUnit::Save() return a bool to indicate save error.
Argyrios Kyrtzidis
2012-09-15
Allow disabling PCH validation when loading an AST file by checking
Argyrios Kyrtzidis
2012-09-14
[libclang] When loading an AST file, make sure to apply the language options
Argyrios Kyrtzidis
2012-09-13
Make TextDiagnostic more robust against SourceLocations which point into the
Richard Smith
2012-09-13
Conditionally parse documentation comments in system headers by
Ted Kremenek
2012-09-13
InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts.
NAKAMURA Takumi
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-09-05
Allow disabling of wchar_t type.
Abramo Bagnara
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-30
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
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 Analyses.def to include/clang/StaticAnalyzer.
Ted Kremenek
2012-08-30
Change -analyzer-config to use '=' as the key-value separator, and only
Ted Kremenek
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-25
_HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC macro.
Francois Pichet
2012-08-24
[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a
Chad Rosier
2012-08-21
[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.
Jordan Rose
2012-08-21
[driver] Add support for the --param ssp-buffer-size= driver option.
Chad Rosier
2012-08-21
Avoid binding a reference to a dereferenced pointer in diagnostic serialization
Richard Smith
2012-08-21
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-18
Allow -verify to be used with files that don't have an associated FileEntry.
Jordan Rose
2012-08-17
Fixed crash and added a test and a minor output problem
Alexander Kornienko
2012-08-17
Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid
Richard Smith
2012-08-15
Fix base type of ASTDeclNodeLister.
Michael Han
2012-08-14
Fix undefined behavior in code completion, caught by
Richard Smith
2012-08-10
Frontend: define _LP64 in a target-independent way
Dylan Noblesmith
2012-08-10
Add missing cctype includes.
Joerg Sonnenberger
2012-08-10
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-08-10
Make sure to call EndSourceFile even if we can't continue compiling.
Jordan Rose
2012-08-08
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz
Dylan Noblesmith
2012-08-08
Frontend: further document __BYTE_ORDER__
Dylan Noblesmith
2012-08-08
Remove unused variables.
Benjamin Kramer
2012-08-02
Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include
Hans Wennborg
2012-07-31
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-31
Added -ast-list option to dump filterable AST decl node names.
Alexander Kornienko
2012-07-27
Preprocessor: add __BYTE_ORDER__ predefined macro
Dylan Noblesmith
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-26
Added -ast-dump-filter option to clang -cc1.
Alexander Kornienko
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-20
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
Chad Rosier
2012-07-20
Add the mechanics for -fms-inline-asm. No easy way to test at this time.
Chad Rosier
[next]